ZanderXu commented on PR #4524: URL: https://github.com/apache/hadoop/pull/4524#issuecomment-1173395426
Thank @Hexiaoqiao for your solution. In the beginning, we try to carry the writing paths to RBF to fix this issue. After running for a while, I found some cases also need to be fixed: - Long run client case. There may be many files being written at the same time - Multiple destination case. RBF always forwards the renew lease rpc to all destination name service Also, the number of renewLease requests between client and rbf will also increases, depending on the number of files being written at the same time. -- 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]
