Hello Alexey Serbin, Attila Bukor, Kudu Jenkins, Abhishek Chennaka, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19639 to look at the new patch set (#5). 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 --- M src/kudu/master/master.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/19639/5 -- 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: newpatchset Gerrit-Change-Id: I64c980a8b357c99d4431a02d58b3c03a60bae1ad Gerrit-Change-Number: 19639 Gerrit-PatchSet: 5 Gerrit-Owner: Ádám Bakai <aba...@cloudera.com> Gerrit-Reviewer: Abhishek Chennaka <achenn...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Attila Bukor <abu...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Ádám Bakai <aba...@cloudera.com>