pingcap / tiflash

The analytical engine for TiDB and TiDB Cloud. Try free: https://tidbcloud.com/free-trial
https://docs.pingcap.com/tidb/stable/tiflash-overview
Apache License 2.0
945 stars 409 forks source link

The random test result of dtworkload failure #5789

Closed River2000i closed 2 years ago

River2000i commented 2 years ago

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

command /tiflash/tiflash dtworkload --testing_type=daily_random --log_file=/tmp/dt.log

2. What did you expect to see? (Required)

tool run not failure

3. What did you see instead (Required)

tool run failure ["exit code"=137] [stderr=": Number of CPUs detected is not deterministic. Per-CPU arena disabled."] [stdout="Date,Table Schema,Workload,Init Seconds,Write Speed(rows count),Read Speed(rows count)\n20220904,random,uniform,12.71,199400,1373693"] [error="command terminated with exit code 137"]

4. What is your TiFlash version? (Required)

TiFlash Release Version: v6.2.0-alpha-dirty Edition: Community Git Commit Hash: 6dfb20e625ea2eb09ad4186ab7b7cc0bcba53998 Git Branch: heads/refs/tags/v6.2.0-alpha UTC Build Time: 2022-09-02 14:04:39 Enable Features: jemalloc avx avx512 unwind thinlto Profile: RELWITHDEBINFO
Raft Proxy Git Commit Hash: 6ff4158ba27fef65123f4b7e094799baae1f2d1a Git Commit Branch: HEAD UTC Build Time: 2022-09-02 14:09:17 Rust Version: rustc 1.60.0-nightly (1e12aef3f 2022-02-13) Storage Engine: tiflash Prometheus Prefix: tiflashproxy Profile: release

River2000i commented 2 years ago

/assign JinheLin

JinheLin commented 2 years ago

Can not reproduce.