SteveYurongSu commented on code in PR #11425:
URL: https://github.com/apache/iotdb/pull/11425#discussion_r1376499388


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/heartbeat/PipeHeartbeatEvent.java:
##########
@@ -73,8 +73,12 @@ public PipeHeartbeatEvent(String dataRegionId, boolean 
shouldPrintMessage) {
     this.shouldPrintMessage = shouldPrintMessage;
   }
 
-  public PipeHeartbeatEvent(String dataRegionId, long timePublished, boolean 
shouldPrintMessage) {
-    super(null, null);
+  public PipeHeartbeatEvent(
+      String dataRegionId,
+      long timePublished,
+      boolean shouldPrintMessage,
+      PipeTaskMeta pipeTaskMeta) {

Review Comment:
   ```suggestion
     public PipeHeartbeatEvent(
         PipeTaskMeta pipeTaskMeta,
         String dataRegionId,
         long timePublished,
         boolean shouldPrintMessage) {
   ```



-- 
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]

Reply via email to