SteNicholas commented on code in PR #2714:
URL: https://github.com/apache/celeborn/pull/2714#discussion_r1734969052
##########
common/src/main/java/org/apache/celeborn/common/protocol/message/StatusCode.java:
##########
@@ -82,7 +82,10 @@ public enum StatusCode {
DESTROY_SLOTS_MOCK_FAILURE(48),
COMMIT_FILES_MOCK_FAILURE(49),
PUSH_DATA_FAIL_NON_CRITICAL_CAUSE_REPLICA(50),
- OPEN_STREAM_FAILED(51);
+ OPEN_STREAM_FAILED(51),
+ SEGMENT_START_FAIL_REPLICA(52),
+ SEGMENT_START_FAIL_PRIMARY(53),
Review Comment:
```suggestion
SEGMENT_START_FAIL_PRIMARY(53);
```
--
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]