Bug #41677
Cephmon:fix mon crash
0%
Description
Reduction num of osd in primary mon of three node cluster, the primary mon crash of occasional.
History
#1 Updated by shuguang wang over 3 years ago
The osd have been reduced, but reported anomaly information for partner OSD Previously. However, failure_info of this is osd not deleted, the get_addr will trigger a assert when check_failure is called because this osd is not exist in osdmap.
#2 Updated by shuguang wang over 3 years ago
shuguang wang wrote:
Reduction num of osd in primary mon of three node cluster, the primary mon crash of occasional.
The osd have been reduced, but reported anomaly information for partner OSD Previously. However, failure_info of this is osd not deleted, the get_addr will trigger a assert when check_failure is called because this osd is not exist in osdmap
#3 Updated by Kefu Chai over 3 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 30200
- Component(RADOS) Monitor added
#4 Updated by shuguang wang over 3 years ago
shuguang wang wrote:
Reduction num of osd in primary mon of three node cluster, the primary mon crash of occasional.!!!!
#5 Updated by Kefu Chai over 3 years ago
@shuguang what is the exact version of ceph-mon? i cannot match the backtrace with the source code of master HEAD.
#6 Updated by Neha Ojha almost 3 years ago
- Status changed from Fix Under Review to Resolved
Fixed as a part of https://tracker.ceph.com/issues/41680.