You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the FAQ documentation before raising an issue
When start the compaction job if one of the nodes stop the job won't fail and will keep running until manally stop.If another job starts,it will be in queue status
Your Environments (required)
OS: uname -a
Compiler: g++ --version or clang++ --version
CPU: lscpu
Commit id (e.g. a3ffc7d8)
Linux 192-168-8-191 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
f895632
How To Reproduce(required)
Steps to reproduce the behavior:
Step 1
start the compaction job
Step 2
kill one of the storage services
Step 3
the job will not fail and keep running
Expected behavior
In the job management,the job should not keep running and fail when one of the nodes stopped
Additional context
The text was updated successfully, but these errors were encountered:
Please check the FAQ documentation before raising an issue
When start the compaction job if one of the nodes stop the job won't fail and will keep running until manally stop.If another job starts,it will be in queue status
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)Linux 192-168-8-191 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
f895632
How To Reproduce(required)
Steps to reproduce the behavior:
start the compaction job
kill one of the storage services
the job will not fail and keep running
Expected behavior
In the job management,the job should not keep running and fail when one of the nodes stopped
Additional context
The text was updated successfully, but these errors were encountered: