Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20164 )
Change subject: [multi-tenancy] support different tenants use their own env ...................................................................... [multi-tenancy] support different tenants use their own env The multi-tenancy feature is implemented based on the data static encryption feature, and the data static encryption can be enabled separately. In order to maximize compatibility between these two different features, different tenants in the multi-tenant scenario will use different envs, and the envs of different tenants will have their own encryption key initialization. This patch does not modify the existing usage logic and therefore has no new unit tests. The verification of the new feature will be added together with the APIs for adding and deleting tenants. Change-Id: I41f030b608e42e227dd9cdd2f6182a978ddbcd2b Reviewed-on: http://gerrit.cloudera.org:8080/20164 Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Yingchun Lai <[email protected]> --- M src/kudu/consensus/consensus_meta.cc M src/kudu/consensus/log.cc M src/kudu/consensus/log_reader.cc M src/kudu/fs/fs_manager-test.cc M src/kudu/fs/fs_manager.cc M src/kudu/fs/fs_manager.h M src/kudu/integration-tests/ts_recovery-itest.cc M src/kudu/kserver/kserver.cc M src/kudu/master/catalog_manager.cc M src/kudu/tablet/tablet_bootstrap-test.cc M src/kudu/tablet/tablet_bootstrap.cc M src/kudu/tablet/tablet_metadata.cc M src/kudu/tools/tool_action_local_replica.cc M src/kudu/tserver/tablet_copy_client-test.cc M src/kudu/tserver/tablet_copy_client.cc M src/kudu/tserver/tablet_copy_service-test.cc M src/kudu/tserver/tablet_copy_source_session.cc M src/kudu/util/env.h M src/kudu/util/env_posix.cc 19 files changed, 141 insertions(+), 92 deletions(-) Approvals: Yingchun Lai: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20164 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I41f030b608e42e227dd9cdd2f6182a978ddbcd2b Gerrit-Change-Number: 20164 Gerrit-PatchSet: 3 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yingchun Lai <[email protected]>
