You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@celeborn.apache.org by "waitinfuture (via GitHub)" <gi...@apache.org> on 2023/02/16 10:40:55 UTC

[GitHub] [incubator-celeborn] waitinfuture opened a new pull request, #1243: [CELEBORN-309] Fix some potential concurrent issues in InFlightReques…

waitinfuture opened a new pull request, #1243:
URL: https://github.com/apache/incubator-celeborn/pull/1243

   …tTracker
   
   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     - Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX] Your PR title ...'.
     - Be sure to keep the PR description updated to reflect all changes.
     - Please write your PR title to summarize what this PR proposes.
     - If possible, provide a concise example to reproduce the issue for a faster review.
   -->
   
   ### What changes were proposed in this pull request?
   Consider thread1 is removing the last batch, while thread2 is adding a batch. The final status should be
   one batch, but it can happen that thread1 finally removes hostAndPushPort from inflightBatchesPerAddress.
   
   
   ### Why are the changes needed?
   Fix potential concurrent issue.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   UT.
   
   


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

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


[GitHub] [incubator-celeborn] FMX merged pull request #1243: [CELEBORN-309] Fix some potential concurrent issues in InFlightReques…

Posted by "FMX (via GitHub)" <gi...@apache.org>.
FMX merged PR #1243:
URL: https://github.com/apache/incubator-celeborn/pull/1243


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

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