adoroszlai commented on code in PR #6705:
URL: https://github.com/apache/ozone/pull/6705#discussion_r1623201118


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientFactory.java:
##########
@@ -42,4 +42,6 @@ XceiverClientSpi acquireClient(Pipeline pipeline, boolean 
topologyAware)
   void releaseClient(XceiverClientSpi xceiverClient, boolean invalidateClient,
                      boolean topologyAware);
 
+  XceiverClientSpi acquireClientUncached(Pipeline pipeline, boolean 
topologyAware)
+      throws Exception;

Review Comment:
   Instead of adding a new method to the `XceiverClientFactory` interface, how 
about creating a new, non-caching implementation as parent class of 
`XceiverClientManager`?



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