Skip to content

Commit e607a04

Browse files
tomscutHarshitGupta11
authored andcommitted
HDFS-16435. Remove no need TODO comment for ObserverReadProxyProvider (apache#3912). Contributed by tomscut.
Reviewed-by: Chao Sun <[email protected]> Signed-off-by: Ayush Saxena <[email protected]>
1 parent fa2c0a2 commit e607a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/ObserverReadProxyProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public ObserverReadProxyProvider(
214214
OBSERVER_PROBE_RETRY_PERIOD_KEY,
215215
OBSERVER_PROBE_RETRY_PERIOD_DEFAULT, TimeUnit.MILLISECONDS);
216216

217-
// TODO : make this configurable or remove this variable
218217
if (wrappedProxy instanceof ClientProtocol) {
219218
this.observerReadEnabled = true;
220219
} else {

0 commit comments

Comments
 (0)