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

Avoid blocking on Netty IO threads

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

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

      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.

              Unassigned Unassigned
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: