Hello Todd Lipcon, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/3054
to look at the new patch set (#3).
Change subject: Don't increment the trace TcmallocContentionCycles counter on
OSX
......................................................................
Don't increment the trace TcmallocContentionCycles counter on OSX
Currently the OSX build is broken because of this call, on line 341
of spinlock_profiling.cc:
...
t->metrics()->IncrementTcmallocContentionCycles(wait_cycles);
...
Not sure what the cause is, but ifdef'ing it out on OSX fixes the problem.
Change-Id: I70a8d809c956aa72274abfd017119faf2aab0dc7
---
M src/kudu/util/spinlock_profiling.cc
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/3054/3
--
To view, visit http://gerrit.cloudera.org:8080/3054
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I70a8d809c956aa72274abfd017119faf2aab0dc7
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>