Tim Armstrong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11957
Change subject: Fix use of uninitialised variale in SendTopicUpdate() ...................................................................... Fix use of uninitialised variale in SendTopicUpdate() When SendTopicUpdate() returns an error, it does not set update_skipped, so the variable is uninitialised. This means that the duration between topic updates will depend on the uninitialised value. Change-Id: I373c6f65854244fe90889412b38b0260fe1d1f13 --- M be/src/statestore/statestore.cc 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/11957/1 -- To view, visit http://gerrit.cloudera.org:8080/11957 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I373c6f65854244fe90889412b38b0260fe1d1f13 Gerrit-Change-Number: 11957 Gerrit-PatchSet: 1 Gerrit-Owner: Tim Armstrong <[email protected]>
