Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3243: Delete unneeded code that doesn't work on RHEL 5 ......................................................................
IMPALA-3243: Delete unneeded code that doesn't work on RHEL 5 The MaxCPUIndex() interface was added by Kudu, but the code that initializes it doesn't work on RHEL 5. Impala doesn't depend on MaxCpuIndex() at all, but the value is calculated and cached at startup time so it still executes. So, let's just delete this effectively dead code that doesn't work on RHEL 5. Change-Id: I82b71de60e5bf8abec18f981d13528991265908f Reviewed-on: http://gerrit.cloudera.org:8080/2626 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M be/src/gutil/sysinfo.cc M be/src/gutil/sysinfo.h 2 files changed, 0 insertions(+), 37 deletions(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2626 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I82b71de60e5bf8abec18f981d13528991265908f Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Dan Hecht <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins
