Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1897
to look at the new patch set (#3).
Change subject: Use 'kqueue' instead of 'select' for the rpc event loop in Mac
OS X
......................................................................
Use 'kqueue' instead of 'select' for the rpc event loop in Mac OS X
It appears that, in Mac OS X, 'select' can't handle connections when 1024 or
more file descriptors are open. This breaks rpc-test consistently and makes
tablet servers crash when serving a lot of/large tablets in OS X.
This patch makes it so we use 'kqueue' in OS X, which doesn't have the same
problem.
I tested this on my local laptop, rpc-test failed before and passes now.
Change-Id: I8daa3d02c7e28952eecd9e2ce56cadb8b14c418c
---
M src/kudu/rpc/reactor.cc
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/1897/3
--
To view, visit http://gerrit.cloudera.org:8080/1897
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8daa3d02c7e28952eecd9e2ce56cadb8b14c418c
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>