Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8422 )
Change subject: [mini-cluster] allow 18-bit PID in LOOPBACK bind mode ...................................................................... [mini-cluster] allow 18-bit PID in LOOPBACK bind mode This changelist allows to use 18-bit PIDs for binding in LOOPBACK mode. Prior to this patch, the minicluster could not use PIDs wider than 16 bits. While expanding the range of acceptable PIDs, this changelist also decreases the maximum allowed number of 'indexed servers' from 254 to 62. As of now, that's enough for our minicluster-based tests. The incentive to put up this patch was change of the max PID up to 147456 in /proc/sys/kernel/pid_max after recent restart of one of our build servers. Change-Id: I958729d71ed363e98bea99f3d932cc6b0546e130 Reviewed-on: http://gerrit.cloudera.org:8080/8422 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/mini-cluster/mini_cluster.cc 1 file changed, 20 insertions(+), 7 deletions(-) Approvals: Kudu Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8422 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I958729d71ed363e98bea99f3d932cc6b0546e130 Gerrit-Change-Number: 8422 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
