Alexey Serbin has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5738

Change subject: [util] fixed env-test on OS X 10.11.5
......................................................................

[util] fixed env-test on OS X 10.11.5

Prior to the fix, on some OS X 10.11.5 systems the uninitialized
portion of 64-bit variable was non-zero and since
the sysctlbyname("kern.maxfilesperproc", ...) call output just 4 bytes,
the value of the captured system property was wrong.
Calling setrlimit() with astronomical values did not succeed,
failing the env-test test.

Change-Id: Ic355912b98b3fa592481e2457147e23de98447ea
---
M src/kudu/util/env_posix.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/38/5738/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5738
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic355912b98b3fa592481e2457147e23de98447ea
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to