balodesecurity commented on PR #8321: URL: https://github.com/apache/hadoop/pull/8321#issuecomment-4227949120
Thanks @ZanderXu for the review\! You're right — `QuotaExceededException` always has `isNodeMarked() == false` (it's a NameNode rejection, so `badNodeIndex` stays at -1), meaning `streamerClosed = true` was already being set by the existing block. I've simplified the fix by removing the redundant separate block and nesting `dataQueue.notifyAll()` inside the existing `\!isNodeMarked()` block. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
