This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 61bbdfd3a73 HDFS-16529. Remove unnecessary setObserverRead in 
TestConsistentReadsObserver (#4131)
61bbdfd3a73 is described below

commit 61bbdfd3a73a18cf05aeb2c40429c34c4b9b0732
Author: wangzhaohui <[email protected]>
AuthorDate: Wed Apr 6 16:29:43 2022 +0800

    HDFS-16529. Remove unnecessary setObserverRead in 
TestConsistentReadsObserver (#4131)
    
    Signed-off-by: Akira Ajisaka <[email protected]>
---
 .../hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java
index 18f987db974..decf85c06a4 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestConsistentReadsObserver.java
@@ -108,8 +108,6 @@ public class TestConsistentReadsObserver {
 
   @Test
   public void testRequeueCall() throws Exception {
-    setObserverRead(true);
-
     // Update the configuration just for the observer, by enabling
     // IPC backoff and using the test scheduler class, which starts to backoff
     // after certain number of calls.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to