Sailesh Mukil has posted comments on this change. Change subject: IMPALA-2599: Pseudo-random sleep before acquiring kerberos ticket possibly not really pseudo-random. ......................................................................
Patch Set 1: (1 comment) Carry over +2. http://gerrit.cloudera.org:8080/#/c/2429/1/be/src/rpc/authentication.cc File be/src/rpc/authentication.cc: Line 514: uniform_int<> dist(0, 300); > Is that true? 'generator' should generate a pseudorandom sequence from the You're right. I changed it and tested it quickly and we don't have to re-seed it. I've moved the lines out. -- To view, visit http://gerrit.cloudera.org:8080/2429 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I727a1b68aca43546bb79603b0ca83163ee169aa9 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
