-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.9 upgrade to v6.2.0 fail, tiflash report :Exception: sched_setaffinity fail: Invalid argument #5457
Comments
tiflash log: |
/cc @JinheLin |
It seems that the other CPU not work well. I will add some code to handle this exception. Can you check the CPU information of the machine? @seiya-annie |
the cpu [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38] belongs to the other numa node, so |
There two NUMA nodes in this machine, so create two NUMA node(cpus [1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39]) is succeed, but the other is failed. CPU offline can result in |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
config:
storage.main.dir:
learner_config:
server.labels:
host: tiup-peer
zone: az1
2. What did you expect to see? (Required)
upgrade successfully
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: