Skip to content

Commit

Permalink
fix: attempt to fix the hang in ReadRows request
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Sep 20, 2023
1 parent 2531377 commit db1af43
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -274,11 +274,6 @@ private void deliverUnsafe() {
}

do {
// Optimization: the inner loop will eager process any accumulated state, so reset the lock
// for just this iteration. (If another event occurs during processing, it can increment the
// lock to enqueue another iteration).
lock.lazySet(1);

// Process the upstream message if one exists.
pollUpstream();

0 comments on commit db1af43

Please sign in to comment.