You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2019/04/01 13:35:09 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi.

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

shashikant pushed a commit to branch ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new 0b84c2d  HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi.
0b84c2d is described below

commit 0b84c2d5d60b8b85087e201075d77e39ecdcf4e9
Author: Shashikant Banerjee <sh...@apache.org>
AuthorDate: Mon Apr 1 19:02:56 2019 +0530

    HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi.
    
    (cherry picked from commit 0df949202a9caf39b80a38e537b240828cc59dcb)
---
 hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py b/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py
index b8ecf01..c9e4ae5 100644
--- a/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py
+++ b/hadoop-ozone/dist/src/main/blockade/test_blockade_client_failure.py
@@ -89,7 +89,7 @@ def test_client_failure_isolate_two_datanodes():
     exit_code, output = \
         ClusterUtils.run_freon(FILE, 1, 1, 1, 10240, "RATIS", "THREE")
     assert re.search(
-        "Allocate block failed, error:INTERNAL_ERROR",
+        "Status: Failed",
         output) is not None
     ClusterUtils.get_key(FILE, TEST_BUCKET_NAME, TEST_VOLUME_NAME,
                          test_key_name, "/tmp/")


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org