FISCO-BCOS / FISCO-BCOS/LargeFiles

多个asset-app进程并行连接节点执行转账操作导致操作系统卡死

Open
#54 0 comments 0 reactions 1 assignee Claimed by @ywy2090 View on GitHub
Dominant language
Shell
Stars
16
Forks
20
PR merge metrics
No merged PRs in 30d

Description

使用shell脚本启动多个asset-app进程进行转账操作。脚本内容如下(实际是100行,这里只贴了部分):
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &
./asset_run.sh transfer Alice Bob 1 &

结果导致asset_run.sh启动的java进程占用CPU过高且不退出,进而导致系统卡死。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.