xloya opened a new pull request, #4974: URL: https://github.com/apache/gravitino/pull/4974
### What changes were proposed in this pull request? Currently, after the client completes the getFileLocation request and the server completes the getFileLocation response, the Thread Local CallerContext is not cleaned up. This may cause the next request to incorrectly report the same information repeatedly when the thread is reused. We should eventually clean up the CallerContext. ### Why are the changes needed? Fix: #4973 ### How was this patch tested? Add UTs. -- 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]
