tikv/tikv

make test complains about incorrect jemalloc config

Open

#4,011 建立於 2019年1月5日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (15,922 star) (2,189 fork)batch import
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.

貢獻者指南