Re: [PR] Overlord incremental select worker strategy (druid)

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #14934: URL: https://github.com/apache/druid/pull/14934#issuecomment-2028506916 This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

Re: [PR] Overlord incremental select worker strategy (druid)

2024-03-30 Thread via GitHub
github-actions[bot] closed pull request #14934: Overlord incremental select worker strategy URL: https://github.com/apache/druid/pull/14934 -- 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

Re: [PR] Overlord incremental select worker strategy (druid)

2024-03-02 Thread via GitHub
github-actions[bot] commented on PR #14934: URL: https://github.com/apache/druid/pull/14934#issuecomment-1974951697 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this

Re: [PR] Overlord incremental select worker strategy (druid)

2023-09-06 Thread via GitHub
jakubmatyszewski commented on PR #14934: URL: https://github.com/apache/druid/pull/14934#issuecomment-1708132309 > thank you for your contribution. can you elaborate a bit on following > > > but since MM instances that I use are created by k8s statefulsets it wasn't consistent

Re: [PR] Overlord incremental select worker strategy (druid)

2023-09-06 Thread via GitHub
abhishekagarwal87 commented on PR #14934: URL: https://github.com/apache/druid/pull/14934#issuecomment-1708100356 thank you for your contribution. can you elaborate a bit on following > but since MM instances that I use are created by k8s statefulsets it wasn't consistent enough.

Re: [PR] Overlord incremental select worker strategy (druid)

2023-08-31 Thread via GitHub
github-code-scanning[bot] commented on code in PR #14934: URL: https://github.com/apache/druid/pull/14934#discussion_r1311470783 ## indexing-service/src/main/java/org/apache/druid/indexing/overlord/setup/FillIncrementallyWorkerSelectStrategy.java: ## @@ -0,0 +1,129 @@ +/* + *

[PR] Overlord incremental select worker strategy (druid)

2023-08-31 Thread via GitHub
jakubmatyszewski opened a new pull request, #14934: URL: https://github.com/apache/druid/pull/14934 ### Description I was trying to use existing `fillCapacity` select worker strategy in an effort to implement MiddleManager autoscaling, but since MM instances that I use are created