Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3202

Allow HSHAServer to configure min and max worker threads separately.

    XMLWordPrintableJSON

Details

    Description

      Allow HSHAServer to configure min and max worker thread separately.

      Currently same workerThreads count is configured for both min and max worker threads,

      ExecutorService invoker = new ThreadPoolExecutor(workerThreads,
            workerThreads, stopTimeoutVal, stopTimeoutUnit, queue);
      

      It should be configurable.

      Attachments

        1. THRIFT-3202.patch
          2 kB
          Pankaj Kumar

        Issue Links

          Activity

            People

              pankaj2461 Pankaj Kumar
              pankaj2461 Pankaj Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: