This is an automated email from the ASF dual-hosted git repository.
jerrypeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 0180735 [stats] Add Key_Shared metadata to topic stats (#11839)
add 7d9e9f3 Support for draining workers (#12178)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pulsar/broker/admin/v2/Worker.java | 62 +++++
.../pulsar/functions/worker/WorkerConfig.java | 5 +
.../functions/worker/PulsarWorkerService.java | 8 +
.../pulsar/functions/worker/SchedulerManager.java | 308 +++++++++++++++++++--
.../functions/worker/WorkerStatsManager.java | 25 ++
.../functions/worker/rest/api/WorkerImpl.java | 106 ++++++-
.../worker/rest/api/v2/WorkerApiV2Resource.java | 62 +++++
.../worker/scheduler/RoundRobinScheduler.java | 6 +-
.../functions/worker/service/api/Workers.java | 7 +
.../functions/worker/SchedulerManagerTest.java | 243 ++++++++++++++++
10 files changed, 812 insertions(+), 20 deletions(-)