Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/22257

to look at the new patch set (#3).

Change subject: [common] remove std::unique_lock template parameter
......................................................................

[common] remove std::unique_lock template parameter

As of C++17, it's no longer necessary to specify the template
parameter explicitly when the compiler can deduce it from the
constructor's arguments.  This patch removes all instances of this
for std::unique_lock.

There are no functional modifications in this changelist.

Change-Id: If989375d0f7eb14edd149c9cd9ff976c11bea421
---
M src/kudu/client/authz_token_cache.cc
M src/kudu/client/batcher.cc
M src/kudu/client/client-internal.cc
M src/kudu/client/meta_cache.cc
M src/kudu/clock/hybrid_clock.cc
M src/kudu/consensus/consensus_peers.cc
M src/kudu/consensus/consensus_queue.cc
M src/kudu/consensus/log_cache.cc
M src/kudu/consensus/raft_consensus.cc
M src/kudu/consensus/raft_consensus.h
M src/kudu/consensus/raft_consensus_quorum-test.cc
M src/kudu/fs/block_manager-stress-test.cc
M src/kudu/fs/fs_manager.h
M src/kudu/fs/log_block_manager.cc
M src/kudu/integration-tests/authz_token-itest.cc
M src/kudu/master/catalog_manager.h
M src/kudu/rpc/periodic.cc
M src/kudu/rpc/reactor.cc
M src/kudu/rpc/reactor.h
M src/kudu/rpc/rpcz_store.cc
M src/kudu/rpc/service_queue.cc
M src/kudu/security/token_signer.cc
M src/kudu/tablet/mvcc.h
M src/kudu/tablet/ops/alter_schema_op.cc
M src/kudu/tablet/ops/op_driver.cc
M src/kudu/tablet/ops/participant_op.cc
M src/kudu/tablet/ops/write_op.cc
M src/kudu/tablet/rowset.h
M src/kudu/tablet/tablet.cc
M src/kudu/tablet/tablet_metadata.cc
M src/kudu/tablet/tablet_metadata.h
M src/kudu/tablet/tablet_replica.cc
M src/kudu/tablet/tablet_replica_mm_ops.cc
M src/kudu/tablet/txn_participant.cc
M src/kudu/tools/rebalancer_tool.cc
M src/kudu/transactions/txn_status_manager.cc
M src/kudu/tserver/scanners.h
M src/kudu/tserver/ts_tablet_manager.cc
M src/kudu/util/kernel_stack_watchdog.cc
M src/kudu/util/oid_generator.h
M src/kudu/util/rw_mutex-test.cc
41 files changed, 94 insertions(+), 104 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/22257/3
--
To view, visit http://gerrit.cloudera.org:8080/22257
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If989375d0f7eb14edd149c9cd9ff976c11bea421
Gerrit-Change-Number: 22257
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to