Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12815
Change subject: tserver: sanitize write op types ...................................................................... tserver: sanitize write op types We previously wouldn't make sure that Write requests actually contained write operations (i.e. INSERT, UPDATE, UPSERT, DELETE). The result is that a malicious user could send a bad write request to crash a tablet server. Change-Id: Ib27c335e6a68336b88f75eb8fa2c45c6e18403d5 --- M src/kudu/common/row_operations.h M src/kudu/tablet/transactions/write_transaction.cc M src/kudu/tablet/transactions/write_transaction.h M src/kudu/tserver/tablet_server-test.cc 4 files changed, 80 insertions(+), 23 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/12815/1 -- To view, visit http://gerrit.cloudera.org:8080/12815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib27c335e6a68336b88f75eb8fa2c45c6e18403d5 Gerrit-Change-Number: 12815 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
