Dan Burkert has submitted this change and it was merged. Change subject: Reduce default client tablet locations cache TTL ......................................................................
Reduce default client tablet locations cache TTL This reduces the default client tablet locations cache TTL from 60 to 5 minutes. This is expected to make default behavior much less surprising for users who add and drop range partitions, with little impact on master load or performance. Change-Id: I3f93005f067ccd2d28b259e9483dd9384c546152 Reviewed-on: http://gerrit.cloudera.org:8080/5397 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/AlterTableOptions.java M python/kudu/client.pyx M src/kudu/client/client.h M src/kudu/master/catalog_manager.cc 4 files changed, 5 insertions(+), 5 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5397 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3f93005f067ccd2d28b259e9483dd9384c546152 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
