Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-1808

Wrong Jetty's thread pool size settings

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • ignite-1.4
    • 1.5.0.final
    • None
    • None

    Description

      new QueuedThreadPool(20, 200)
      

      in GridJettyRestProtocol should be

      new QueuedThreadPool(200, 20)
      

      since QueuedThreadPool(int maxThreads, int minThreads)

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            shroman Roman Shtykh
            shroman Roman Shtykh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment