HDFS-13635. Incorrect message when block is not found. Contributed by Gabor Bota.

(cherry picked from commit fef20a446f)
(cherry picked from commit 2ce892fcf5)
This commit is contained in:
Wei-Chiu Chuang 2018-07-02 09:41:15 -07:00
parent a4d0336ba2
commit 563d56be62
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ReplicaNotFoundException extends IOException {
"Cannot recover append/close to a replica that's not FINALIZED and not RBW"
+ " ";
public final static String NON_EXISTENT_REPLICA =
"Cannot append to a non-existent replica ";
"Replica does not exist ";
public final static String UNEXPECTED_GS_REPLICA =
"Cannot append to a replica with unexpected generation stamp ";