You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "PrachiKhobragade (via GitHub)" <gi...@apache.org> on 2023/02/08 20:28:40 UTC

[GitHub] [pinot] PrachiKhobragade commented on a diff in pull request #10247: Add PinotHelixResourceManager to MetadataEventNotifier

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



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org