You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-cluster/src/main/java/com/antgroup/geaflow/cluster/fetcher/PrefetchMessageBuffer.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,15 @@ public void onMessage(PipelineMessage<T> message) {
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/api/writer/PipelineShardWriter.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/api/writer/ShardWriter.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ public abstract class ShardWriter<T, R> {
45
45
protectedintedgeId;
46
46
protectedinttaskIndex;
47
47
protectedinttargetChannels;
48
+
protectedbooleanenableBackPressure;
48
49
49
50
protectedStringtaskLogTag;
50
51
protectedlong[] recordCounter;
@@ -72,7 +73,8 @@ public void init(IWriterContext writerContext) {
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/config/ShuffleConfig.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/message/SliceId.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/network/netty/SliceOutputChannelHandler.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,10 @@ public void notifyNonEmpty(final SequenceSliceReader reader) {
69
69
* availability, so there is no race condition here.
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/network/netty/SliceRequestClient.java
Copy file name to clipboardExpand all lines: geaflow/geaflow-core/geaflow-engine/geaflow-shuffle/src/main/java/com/antgroup/geaflow/shuffle/network/netty/SliceRequestServerHandler.java
0 commit comments