ZanderXu commented on PR #4524:
URL: https://github.com/apache/hadoop/pull/4524#issuecomment-1172873627

   Thanks @ayushtkn for your review, I learned a lot from it. Thank you again.
   I have modified the path based on your helpful suggestions, please help me 
to review it again.
   
   Because the `apend()` rpc is forwarded by `invokeSequential`, so I try to 
fill the namespace info in `invokeSequential` method like below. Please help me 
confirm whether this modification is reasonable or not.
   ```
   if (ret instanceof LastBlockWithStatus) {
       ((LastBlockWithStatus) ret).getFileStatus().setNamespace(ns);
   }
   ```


-- 
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]

Reply via email to