Michael Smith has uploaded this change for review. (
http://gerrit.cloudera.org:8080/23862
Change subject: IMPALA-14679: Avoid authentication hash reload on partial write
......................................................................
IMPALA-14679: Avoid authentication hash reload on partial write
Removes IN_MODIFY from the list of inotify triggers for reloading
authentication hashes. IN_MODIFY appears to trigger when a `write`
system call begins, which resulted in tests running into
Authentication hash from /tmp/junit...tmp did not contain 32 bytes
This would delay loading the hash because ReloadMonitor waits 1000ms
before trying again. IN_CLOSE_WRITE is sufficient to cover the same
cases, as it receives a notification when a file opened for writing is
closed.
Change-Id: I9549c7a4ec0e8ebfc8a49444f2f217ffd9311525
---
M be/src/util/openssl-util.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/23862/1
--
To view, visit http://gerrit.cloudera.org:8080/23862
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9549c7a4ec0e8ebfc8a49444f2f217ffd9311525
Gerrit-Change-Number: 23862
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Smith <[email protected]>