Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17484


Change subject: IMPALA-8737: Switch to gperftool with O(log n) 
PageHeap::AllocLarge()
......................................................................

IMPALA-8737: Switch to gperftool with O(log n) PageHeap::AllocLarge()

In gperftools 2.5, PageHeap::AllocLarge() has O(n) behavior.
This switches to a patched version of gperftools 2.5 that
changes the behavior to O(log n). This corresponds to
these commits:

https://github.com/gperftools/gperftools/commit/06c9414ec423ffe442c047b2560555f9d5847b1d
https://github.com/gperftools/gperftools/commit/f1d3fe4a21e339a3fd6e4592ee7444484a7b92dc

Testing:
 - Core job

Change-Id: I6377f7087111cf10ae35ce102beabcafb505579f
---
M bin/impala-config.sh
1 file changed, 2 insertions(+), 2 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6377f7087111cf10ae35ce102beabcafb505579f
Gerrit-Change-Number: 17484
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>

Reply via email to