HDDS-7243. Remove POST_PROCESSOR from OzoneManagerRequestHandler echoRPC method
What changes were proposed in this pull request?
The way this is written the method echoRPC should only run for older clients, but older clients do not have the echo rpc.
Thus, we need to remove POST_PROCESSOR from OzoneManagerRequestHandler's echoRPC method. Also, remove echoRPC method from going through RATIS for now.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-7243
How was this patch tested?
Freon robot tests.
cc. @kerneltime @errose28 @duongkame
@DaveTeng0 any update to this one?
@DaveTeng0 any update to this one?
Yes! This is still working in progress! I was deviated to other thing, and I'll try to get back to this maybe after a week or two!
The updated PR is in https://github.com/apache/ozone/pull/4051 Closing this one!