Tianyi Wang has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/9921 )
Change subject: IMPALA-6793: Fix empty metadata after statestore restarts ...................................................................... IMPALA-6793: Fix empty metadata after statestore restarts IMPALA-5990 introduced a bug where restarting the statestore deterministically clears the metadata without ever coming back. The cause of the bug is a wrong condition used by catalog to detect the restart of statestore. A custom cluster regression test is added. Change-Id: I332a60e172af84b93b3544373fe363cdced5e8d0 --- M be/src/catalog/catalog-server.cc M be/src/catalog/catalog-server.h A tests/custom_cluster/test_restart_services.py 3 files changed, 51 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/9921/4 -- To view, visit http://gerrit.cloudera.org:8080/9921 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I332a60e172af84b93b3544373fe363cdced5e8d0 Gerrit-Change-Number: 9921 Gerrit-PatchSet: 4 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
