wangning has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16508
Change subject: KUDU-3197 make tablet old schemas hisotry size configurable ...................................................................... KUDU-3197 make tablet old schemas hisotry size configurable In the implementation of tablet_metadata, it keeps all the history schemas in memory. In case of high frequency of updating table, it may result in heavy memory burden. This commit introducte 'FLAGS_tablet_metadata_history_max_size' to make the size of history tablet schema configurable. Change-Id: I875d0132c50e884d69a243a5b538efe4937a2e42 --- M src/kudu/tablet/tablet_metadata.cc 1 file changed, 17 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/16508/1 -- To view, visit http://gerrit.cloudera.org:8080/16508 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I875d0132c50e884d69a243a5b538efe4937a2e42 Gerrit-Change-Number: 16508 Gerrit-PatchSet: 1 Gerrit-Owner: wangning <[email protected]>
