Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10778 )
Change subject: IMPALA-7191: don't call srand() at random times ...................................................................... IMPALA-7191: don't call srand() at random times Instead, call it from the daemons' main(), and remove the calls that happen at random time during the lifetime of the daemons. Doesn't attempt to cleanup the backend unit tests which can happen separately or not at all. Change-Id: Iaf0ef5a0e842ebdcdb6d7355302e68fb0bc7ef5f Reviewed-on: http://gerrit.cloudera.org:8080/10778 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/common/init.cc M be/src/exec/hdfs-table-sink.cc M be/src/runtime/data-stream-sender.cc M be/src/runtime/krpc-data-stream-sender.cc M be/src/testutil/fault-injection-util.cc 5 files changed, 2 insertions(+), 11 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/10778 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iaf0ef5a0e842ebdcdb6d7355302e68fb0bc7ef5f Gerrit-Change-Number: 10778 Gerrit-PatchSet: 4 Gerrit-Owner: Dan Hecht <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
