Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19639 )
Change subject: Change order of operations during InitCatalogManagerTask ...................................................................... Change order of operations during InitCatalogManagerTask In MasterStartupTest.StartupWebPage test, WaitForCatalogManagerInit is executed, which waits until catalog_manager_init_status_ is set. It is set by InitCatalogManagerTask and with the previous order of operations it was possible (but very rare) that catalog_manager_init_status_ was set but the timer was not stopped at the time of the startup http request, which resulted an output where initialize_master_catalog_status was 0. With this order initialize_master_catalog_progress_ is always set if WaitForCatalogManagerInit is finished. Change-Id: I64c980a8b357c99d4431a02d58b3c03a60bae1ad Reviewed-on: http://gerrit.cloudera.org:8080/19639 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/master/master.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19639 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I64c980a8b357c99d4431a02d58b3c03a60bae1ad Gerrit-Change-Number: 19639 Gerrit-PatchSet: 6 Gerrit-Owner: Ádám Bakai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Ádám Bakai <[email protected]>
