Dan Hecht has uploaded this change for review. ( 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 --- 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 M be/src/util/network-util.cc 6 files changed, 2 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/78/10778/1 -- 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: newchange Gerrit-Change-Id: Iaf0ef5a0e842ebdcdb6d7355302e68fb0bc7ef5f Gerrit-Change-Number: 10778 Gerrit-PatchSet: 1 Gerrit-Owner: Dan Hecht <[email protected]>
