Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9717
to look at the new patch set (#2).
Change subject: fs: clarify failures on non-disk-failures
......................................................................
fs: clarify failures on non-disk-failures
Currently non-handled failures (e.g. disk space errors) of MRS/DMS flush
failures crash with errors similar to the following:
F0316 14:36:07.240557 131158 tablet_replica_mm_ops.cc:145] Check failed:
tablet->HasBeenStopped() FlushMRS failure is only allowed if the tablet is
stopped first
This message is not clear to users, who have no concept of "stopping" a
tablet. Nor is it clear for developers, as it may read as pointing to a
bug. These messages have been updated to be more user-friendly:
Flush MRS failure is not supported given the following error: <error message>
Change-Id: I062bbb69847f7da5d381281a6c24b806bafc2620
---
M src/kudu/tablet/tablet_replica_mm_ops.cc
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/9717/2
--
To view, visit http://gerrit.cloudera.org:8080/9717
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I062bbb69847f7da5d381281a6c24b806bafc2620
Gerrit-Change-Number: 9717
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins