mayankshriv commented on a change in pull request #7089:
URL: https://github.com/apache/incubator-pinot/pull/7089#discussion_r659032761
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/tuner/TableConfigTunerRegistry.java
##########
@@ -67,11 +90,15 @@ private TableConfigTunerRegistry() {
}
}
});
- LOGGER.info("Initialized TableConfigTunerRegistry with {} tuners: {}",
_configTunerMap.size(),
- _configTunerMap.keySet());
+
+ _init = true;
+ LOGGER.info("Initialized TableConfigTunerRegistry with {} tuners: {} in {}
ms", _configTunerMap.size(),
+ _configTunerMap.keySet(), (System.currentTimeMillis() - startTime));
}
public static TableConfigTuner getTuner(String name) {
+ TableConfigTunerRegistry.init(Arrays.asList("org.apache.pinot"));
Review comment:
Ah, good catch. Was supposed to go into the test.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]