This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch HDDS-3685 in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit 90e7577a8904c86b9c942df5ebdbd565c71a40ec Author: Bharat Viswanadham <[email protected]> AuthorDate: Tue Jun 16 18:11:42 2020 -0700 for now add back replay, and see later how it can be removed from proto, as now it is locked, compilation fails --- .../main/java/org/apache/hadoop/ozone/om/exceptions/OMException.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/exceptions/OMException.java b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/exceptions/OMException.java index 1eed619..18c1dac 100644 --- a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/exceptions/OMException.java +++ b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/exceptions/OMException.java @@ -222,5 +222,7 @@ public class OMException extends IOException { DIRECTORY_ALREADY_EXISTS, INVALID_VOLUME_NAME, + + REPLAY } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
