component/buildhelp wanted
描述
When running make test the final output includes some warnings from jemalloc:
<jemalloc>: Invalid conf pair: prof:true
<jemalloc>: Invalid conf pair: prof_active:false
Compiling tikv v3.0.0-alpha (file:///home/ubuntu/tikv)
<jemalloc>: Invalid conf pair: prof:true===========================> ] 324/325: tikv
<jemalloc>: Invalid conf pair: prof_active:false
Finished dev [unoptimized + debuginfo] target(s) in 2.53s
Running target/debug/deps/tikv_server-5064314418c1d791
<jemalloc>: Invalid conf pair: prof:true
<jemalloc>: Invalid conf pair: prof_active:false
This probably happened as a result of the recent jemalloc upgrade. Figure out what the purpose of these configurations are and redo them in a compatible way.