jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Change jackson version to match spark dependency #246

Closed mridulm closed 6 years ago

mridulm commented 6 years ago

honest profiler does not, currently, use any of the additional functionality exposed by the higher jackson version. Unfortuantely, the profiler jackson dependency causes apache spark applications to fail due to version incompatibilities in jackson.

We have been successfully running it in production with the version lowered.

RichardWarburton commented 6 years ago

Thanks for the PR.