PrachiKhobragade commented on code in PR #10247:
URL: https://github.com/apache/pinot/pull/10247#discussion_r1100648206
##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/events/MetadataEventNotifierFactory.java:
##########
@@ -27,16 +28,19 @@ public abstract class MetadataEventNotifierFactory {
public static final Logger LOGGER =
LoggerFactory.getLogger(MetadataEventNotifierFactory.class);
public static final String METADATA_EVENT_CLASS_CONFIG = "factory.class";
+ protected static PinotHelixResourceManager _pinotHelixResourceManager;
+
public abstract void init(PinotConfiguration configuration);
Review Comment:
Modified the code cc: @Jackie-Jiang
--
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]