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

Avoid blocking on Netty IO threads

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • Major
    • None
    • None
    • Server
    • None

    Description

      Currently all cache operations are being executed in the NioEventLoopGroup.
      Threads from this event loop group are responsible to process IO events from one or more channels and if it's blocked by one cache operation, all channels will stop processing events.

      We should not block on IO threads but rather on a separate executor.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: