This is an automated email from the ASF dual-hosted git repository.

alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from 12b907e  [docker] Adjust entrypoint variable to be more composable
     new e2e86ea  Use unique_ptr instead of shared_ptr in BlockBloomFilterTest
     new 3a30cc2  [master] KUDU-3016 flag for chunking tablet report updates
     new c235ba1  [tablet] KUDU-3023 validate RPC vs transaction size limit

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/kudu/common/row_operations.cc                  |  85 ++++++---
 src/kudu/common/row_operations.h                   |  23 ++-
 .../integration-tests/master_replication-itest.cc  | 100 +++++++++-
 src/kudu/integration-tests/raft_consensus-itest.cc |  10 +-
 src/kudu/master/catalog_manager.cc                 | 204 +++++++++++++--------
 src/kudu/master/sys_catalog-test.cc                |  70 ++++---
 src/kudu/master/sys_catalog.cc                     | 122 +++++++++---
 src/kudu/master/sys_catalog.h                      |  66 ++++++-
 .../tablet/transactions/transaction_tracker.cc     |  32 +++-
 src/kudu/util/block_bloom_filter-test.cc           |  20 +-
 10 files changed, 549 insertions(+), 183 deletions(-)

Reply via email to