KeDeng has uploaded this change for review. ( 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 --- 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/tserver/tablet_copy_source_session.h M src/kudu/util/env.h M src/kudu/util/env_posix.cc 20 files changed, 139 insertions(+), 92 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/20164/1 -- 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: newchange Gerrit-Change-Id: I41f030b608e42e227dd9cdd2f6182a978ddbcd2b Gerrit-Change-Number: 20164 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
