Skip to content

Commit aaf0d13

Browse files
committed
HDFS-16529. Remove unnecessary setObserverRead in TestConsistentReadsObserver
1 parent 4b1a6bf commit aaf0d13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ public static void shutDownCluster() throws IOException {
108108

109109
@Test
110110
public void testRequeueCall() throws Exception {
111-
setObserverRead(true);
112-
113111
// Update the configuration just for the observer, by enabling
114112
// IPC backoff and using the test scheduler class, which starts to backoff
115113
// after certain number of calls.

0 commit comments

Comments
 (0)