Skip to content

Commit

Permalink
Update PipeDataNodeRemainingEventAndTimeMetrics.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Oct 21, 2024
1 parent fdcb560 commit 7878f41
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,6 @@ public void decreaseHeartbeatEventCount(final String pipeID) {
.decreaseHeartbeatEventCount();
}

public void increaseSchemaRegionEventCount(final String pipeID) {
if (remainingEventAndTimeOperatorMap.containsKey(pipeID)) {
remainingEventAndTimeOperatorMap.get(pipeID).increaseSchemaRegionEventCount();
}
}

public void decreaseSchemaRegionEventCount(final String pipeID) {
if (remainingEventAndTimeOperatorMap.containsKey(pipeID)) {
remainingEventAndTimeOperatorMap.get(pipeID).decreaseSchemaRegionEventCount();
}
}

public void thawRate(final String pipeID) {
if (!remainingEventAndTimeOperatorMap.containsKey(pipeID)) {
// In dataNode, the "thawRate" may be called when there are no subtasks, and we call
Expand Down

0 comments on commit 7878f41

Please sign in to comment.