You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2020/02/17 01:18:43 UTC

[kudu-CR] WIP KUDU-1563. Implement feature flag support IGNORE operations

Grant Henke has uploaded a new patch set (#8) to the change originally created by Brock Noland. ( http://gerrit.cloudera.org:8080/5241 )

Change subject: WIP KUDU-1563. Implement feature flag support IGNORE operations
......................................................................

WIP KUDU-1563. Implement feature flag support IGNORE operations

This patch adds a tablet server feature flag to indicate that
the server supports `IGNORE` operations. This includes
INSERT_IGNORE, DELETE_IGNORE, and UPDATE_IGNORE.

Note: This patch isn’t required, but provides a slightly better error
and message. Without this patch ops that are unsupported return a
`Corruption` status with the message “Unknown operation type”.

WIP: This shouldn’t be comitted until all of the operations are
comitted.

Change-Id: I68133e9b92658e56152cdf00ba3f7f10b30e961b
---
M src/kudu/client/batcher.cc
M src/kudu/client/client-test.cc
M src/kudu/tserver/tablet_service.cc
M src/kudu/tserver/tserver.proto
4 files changed, 43 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/41/5241/8
-- 
To view, visit http://gerrit.cloudera.org:8080/5241
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I68133e9b92658e56152cdf00ba3f7f10b30e961b
Gerrit-Change-Number: 5241
Gerrit-PatchSet: 8
Gerrit-Owner: Brock Noland <br...@phdata.io>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)