mcvsubbu commented on a change in pull request #6684:
URL: https://github.com/apache/incubator-pinot/pull/6684#discussion_r595384311
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SegmentBuildTimeLeaseExtender.java
##########
@@ -78,9 +80,12 @@ public static SegmentBuildTimeLeaseExtender
getOrCreate(final String instanceId,
ServerMetrics serverMetrics, String tableNameWithType) {
return TABLE_TO_LEASE_EXTENDER.compute(tableNameWithType, (k, v) -> {
if (v == null) {
- return new SegmentBuildTimeLeaseExtender(instanceId, serverMetrics,
tableNameWithType);
+ LOGGER.info("Creating lease extender for table: {}",
tableNameWithType);
Review comment:
You can remove this line. One log after creation is good enough
----------------------------------------------------------------
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 specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]