Shashikant Banerjee created HDDS-845: ----------------------------------------
Summary: Create a new raftClient instance for every watch request for Ratis Key: HDDS-845 URL: https://issues.apache.org/jira/browse/HDDS-845 Project: Hadoop Distributed Data Store Issue Type: Bug Components: Ozone Client Affects Versions: 0.4.0 Reporter: Shashikant Banerjee Assignee: Shashikant Banerjee Fix For: 0.4.0 Currently , watch request go throw sliding window in ratis and hence block as well as get blocked for other requests submitted before . These are read only requests and not necessarily require to go throw the sliding window, Until this gets addressed in Ratis, its better and efficient to create a new raft Client instance for watch request in XceiverClientRatis. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org