Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynt4606 committed Nov 11, 2024
1 parent 5d628b9 commit 41fba8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class CelebornShuffleReader[K, C](
if (handle.numMappers > 0) {
val startFetchWait = System.nanoTime()
var inputStream: CelebornInputStream = streams.get(partitionId)
// todo bug fix: split后,fetch时inputStream一直为空
// todo bug fix: inputStream keep null when revive happened
while (inputStream == null) {
if (exceptionRef.get() != null) {
exceptionRef.get() match {
Expand Down

0 comments on commit 41fba8d

Please sign in to comment.