Hello Tidy Bot, Kudu Jenkins, Andrew Wong, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14897
to look at the new patch set (#8).
Change subject: [master] KUDU-3016 don't lump together updates on all tablet
reports
......................................................................
[master] KUDU-3016 don't lump together updates on all tablet reports
This patch introduces chunked write of tablet reports into the
system table to avoid hitting the maximum RPC size limit while pushing
corresponding Raft updates on the system tablet to follower masters.
A test is added to reproduce the scenario described in KUDU-3016.
In the test scenario, the average size of incoming TSHeartbeat RPC
is about 28 KB in size, while the corresponding WriteRequestPB
gets over 70 KB in size.
Change-Id: I83e8ca4bc8db7cab8fee6b4a40f48adc8752e7c5
---
M src/kudu/common/row_operations.cc
M src/kudu/common/row_operations.h
M src/kudu/integration-tests/master_replication-itest.cc
M src/kudu/master/catalog_manager.cc
M src/kudu/master/sys_catalog-test.cc
M src/kudu/master/sys_catalog.cc
M src/kudu/master/sys_catalog.h
M src/kudu/rpc/serialization.cc
M src/kudu/rpc/transfer.cc
9 files changed, 583 insertions(+), 168 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/14897/8
--
To view, visit http://gerrit.cloudera.org:8080/14897
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I83e8ca4bc8db7cab8fee6b4a40f48adc8752e7c5
Gerrit-Change-Number: 14897
Gerrit-PatchSet: 8
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)