You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celeborn.apache.org by GitBox <gi...@apache.org> on 2022/11/23 09:51:03 UTC

[GitHub] [incubator-celeborn] FMX commented on a diff in pull request #1000: [CELEBORN-50] Channel inActive may cause new client use old stream id to fetch data cause IllegalStateException.

FMX commented on code in PR #1000:
URL: https://github.com/apache/incubator-celeborn/pull/1000#discussion_r1030227671


##########
client/src/main/java/org/apache/celeborn/client/read/Replica.java:
##########
@@ -58,16 +58,22 @@ class Replica {
   public synchronized TransportClient getOrOpenStream() throws IOException, InterruptedException {
     if (client == null || !client.isActive()) {

Review Comment:
   How about now ? 



-- 
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: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org