Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8620
Change subject: tablet: remove ignore_result in ApplyRowOperation ...................................................................... tablet: remove ignore_result in ApplyRowOperation ApplyRowOperation() previously ignored the result it returned. This patch updates this to check for errors that we expect, rather than a blanket ignorance of all errors. Unexpected Statuses are returned. Change-Id: I54ea74f5ee10733b2d7b13b1971f9177dddb50cb --- M src/kudu/tablet/tablet.cc 1 file changed, 11 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/8620/1 -- To view, visit http://gerrit.cloudera.org:8080/8620 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I54ea74f5ee10733b2d7b13b1971f9177dddb50cb Gerrit-Change-Number: 8620 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
