This is an automated email from the ASF dual-hosted git repository.

manishswaminathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from b837df10291 [timeseries][ui] Add configurable max series limit for 
timeseries chart visualization (#16580)
     add 7f1c9fde6af Add cluster level configuration for max num subtasks 
(#16571)

No new revisions were added by this update.

Summary of changes:
 .../core/minion/PinotHelixTaskResourceManager.java |   2 +-
 .../helix/core/minion/PinotTaskManager.java        |  60 ++++-
 .../helix/core/minion/TaskSchedulingContext.java   |   6 +
 .../core/minion/generator/BaseTaskGenerator.java   |  80 ++++++
 .../core/minion/generator/PinotTaskGenerator.java  |  14 ++
 .../core/minion/PinotTaskManagerStatelessTest.java | 278 ++++++++++++++++++---
 .../apache/pinot/core/common/MinionConstants.java  |   9 +-
 .../minion/tasks/purge/PurgeTaskGenerator.java     |  15 +-
 .../RefreshSegmentTaskGenerator.java               |  13 +-
 .../SegmentGenerationAndPushTaskGenerator.java     |  14 +-
 .../UpsertCompactionTaskGenerator.java             |  16 +-
 .../UpsertCompactMergeTaskGenerator.java           |   5 +-
 .../UpsertCompactionTaskGeneratorTest.java         |   2 +-
 13 files changed, 423 insertions(+), 91 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to