This is an automated email from the ASF dual-hosted git repository.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 4caab2b6ff [bugfix] correct the dir for building segments in
FileIngestionHelper (#9591)
add 0a442b90a3 add version information to JMX metrics & component logs
(#9578)
No new revisions were added by this update.
Summary of changes:
.../broker/broker/helix/BaseBrokerStarter.java | 5 +-
pinot-common/pom.xml | 6 ++
.../apache/pinot/common/metrics/BrokerGauge.java | 1 +
.../pinot/common/metrics/ControllerGauge.java | 1 +
.../apache/pinot/common/metrics/MinionGauge.java | 1 +
.../apache/pinot/common/metrics/ServerGauge.java | 1 +
.../apache/pinot/common/version/PinotVersion.java | 70 ++++++++++++++++++++++
.../src/main/resources/pinot-version.properties | 2 +-
.../pinot/controller/BaseControllerStarter.java | 5 +-
.../org/apache/pinot/minion/BaseMinionStarter.java | 5 +-
.../pinot/server/starter/ServerInstance.java | 3 +
.../server/starter/helix/BaseServerStarter.java | 3 +-
12 files changed, 98 insertions(+), 5 deletions(-)
create mode 100644
pinot-common/src/main/java/org/apache/pinot/common/version/PinotVersion.java
copy pinot-clients/pinot-jdbc-client/src/main/resources/version.properties =>
pinot-common/src/main/resources/pinot-version.properties (95%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]