zhangyue19921010 commented on a change in pull request #10524:
URL: https://github.com/apache/druid/pull/10524#discussion_r569981110
##########
File path:
extensions-contrib/materialized-view-maintenance/src/main/java/org/apache/druid/indexing/materializedview/MaterializedViewSupervisor.java
##########
@@ -282,6 +283,23 @@ public void checkpoint(int taskGroupId, DataSourceMetadata
checkpointMetadata)
// do nothing
}
+ @Override
+ public void collectLag(ArrayList<Long> lags)
+ {
+ }
+
+ @Override
+ public Runnable buildDynamicAllocationTask(Callable<Integer> scaleAction)
+ {
+ return null;
+ }
+
+ @Override
+ public Map getSupervisorTaskInfos()
+ {
+ return null;
+ }
+
Review comment:
Sure. Done.
----------------------------------------------------------------
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]