apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.6k stars 1.02k forks source link

load data from cli, while done, the cpu keep high[Bug] #10413

Open terry8204 opened 1 year ago

terry8204 commented 1 year ago

Search before asking

Version

Version: 1.1.1

Describe the bug and provide the minimal reproduce step

  1. load 0.13.1 data
  2. ./sbin/start-cli.sh -h 127.0.0.1 -pw xxxx(replac your password)
  3. load '/mntb/iotdb/data' verify=false onSuccess=none
  4. after load success
  5. show top, the datanode java process keep cpu high about 100%

What did you expect to see?

cpu running normal

What did you see instead?

cpu keep high about 100% follow: highcpu

Anything else?

No response

Are you willing to submit a PR?

xingtanzjr commented 1 year ago

Hi @terry8204 ,thanks for reaching out. Could you please supply the logs of DataNode so we can investigate more regarding your scenario. Furthermore, please describe your deployment in details such as how many datanodes did you deployed and what is the hard resource of your node