You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/07/22 17:51:32 UTC

[pinot] branch master updated (24130673d8 -> 463bf976ad)

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

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


    from 24130673d8 Fix the NPE for ADLSGen2PinotFS (#9088)
     add 463bf976ad Task genrator debug api (#9058)

No new revisions were added by this update.

Summary of changes:
 ...askMetadata.java => BaseTaskGeneratorInfo.java} |  20 +---
 .../minion/InMemoryTaskManagerStatusCache.java     |  82 ++++++++++++++
 .../minion/TaskGeneratorMostRecentRunInfo.java     | 122 +++++++++++++++++++++
 .../common/minion/TaskManagerStatusCache.java      |  15 ++-
 .../pinot/controller/BaseControllerStarter.java    |  12 +-
 .../api/resources/PinotTaskRestletResource.java    |  78 +++++++++++++
 .../helix/core/PinotHelixResourceManager.java      |   7 ++
 .../helix/core/minion/PinotTaskManager.java        |  45 +++++++-
 8 files changed, 353 insertions(+), 28 deletions(-)
 copy pinot-common/src/main/java/org/apache/pinot/common/minion/{BaseTaskMetadata.java => BaseTaskGeneratorInfo.java} (69%)
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/minion/InMemoryTaskManagerStatusCache.java
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/minion/TaskGeneratorMostRecentRunInfo.java
 copy pinot-controller/src/main/java/org/apache/pinot/controller/api/events/MetadataEventNotifier.java => pinot-common/src/main/java/org/apache/pinot/common/minion/TaskManagerStatusCache.java (66%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org