You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Dan Hecht (Code Review)" <ge...@cloudera.org> on 2016/03/25 04:46:40 UTC

[Impala-CR](cdh5-trunk) IMPALA-3243: Delete unneeded code that doesn't work on RHEL 5

Dan Hecht has uploaded a new change for review.

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

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
---
M be/src/gutil/sysinfo.cc
M be/src/gutil/sysinfo.h
2 files changed, 0 insertions(+), 37 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/26/2626/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2626
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I82b71de60e5bf8abec18f981d13528991265908f
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Dan Hecht <dh...@cloudera.com>