Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12902

Hot Rod connection pool gets confused when SSL handshake fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 12.1.0.CR2
    • Hot Rod
    • None
    • Undefined

    Description

      When using SSL and a SSLHandsshakeException occurrs, the Hot Rod client erroneously decreases the created/active counts twice, creating an invalid situation which results in hung connections.

      2021-03-29 17:41:12,005 WARN (HotRod-client-async-pool-1-3) [org.infinispan.HOTROD] Invalid created count after closing channel [id: 0x37238d85, L:/127.0.0.1:45396 ! R:localhost/127.0.0.1:11322]
      2021-03-29 17:41:12,005 WARN (HotRod-client-async-pool-1-3) [org.infinispan.HOTROD] Invalid active count after closing channel [id: 0x37238d85, L:/127.0.0.1:45396 ! R:localhost/127.0.0.1:11322]
      2021-03-29 17:41:13,128 WARN (HotRod-client-async-pool-1-4) [org.infinispan.HOTROD] Invalid created count after closing channel [id: 0x2a556f05, L:/127.0.0.1:45200 ! R:localhost/127.0.0.1:11222]
      2021-03-29 17:41:13,129 WARN (HotRod-client-async-pool-1-4) [org.infinispan.HOTROD] Invalid active count after closing channel [id: 0x2a556f05, L:/127.0.0.1:45200 ! R:localhost/127.0.0.1:11222]
      2021-03-29 17:41:13,654 WARN (HotRod-client-async-pool-1-5) [org.infinispan.HOTROD] Invalid created count after closing channel [id: 0x8edd26c1, L:/127.0.0.1:45402 ! R:localhost/127.0.0.1:11322]
      2021-03-29 17:41:13,655 WARN (HotRod-client-async-pool-1-5) [org.infinispan.HOTROD] Invalid active count after closing channel [id: 0x8edd26c1, L:/127.0.0.1:45402 ! R:localhost/127.0.0.1:11322]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: