vvivekiyer opened a new pull request, #9697: URL: https://github.com/apache/pinot/pull/9697
Label = BugFix `ExponentialWeightedMovingAverage` class currently uses a `Timer` to periodically autoDecay the value if there are no updates. We maintain stats for each Server. So if there number of servers are too many, the number JVM threads could blow up. In this PR we create a ScheduledThreadPoolExecutor with just a single thread. This thread is responsible for processing all the periodic tasks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org