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

Embedded and server thread pool defaults should be the same

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.4.14.Final, 10.0.0.Beta4
    • 8.2.11.Final, 9.4.9.Final, 10.0.0.Beta2
    • Configuration
    • None

    Description

      Embedded:

            DEFAULT_THREAD_COUNT.put(REMOTE_COMMAND_EXECUTOR, 200);
            DEFAULT_QUEUE_SIZE.put(REMOTE_COMMAND_EXECUTOR, 0);
      

      Server:

          REMOTE_COMMAND("remote-command", 25, 25, 100000, 60000),
      

      Using a huge queue is not ok for the remote thread pool, but I missed it before because I assumed the server was using the KnownComponentNames defaults. We should unify the thread pool defaults in another class with a more topical name and remove KnownComponentNames.

      Attachments

        Activity

          People

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: