Project

General

Profile

Actions

Bug #63917

open

src/mon/Elector.cc: comparison of integer expressions of different signedness

Added by Casey Bodley 4 months ago. Updated 4 months ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
warning
Backport:
reef quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Building CXX object src/mon/CMakeFiles/mon.dir/Elector.cc.o
../src/mon/Elector.cc: In member function 'void Elector::notify_rank_removed(int)':
../src/mon/Elector.cc:765:15: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
if (rank_removed < paxos_size()) {


Related issues 1 (0 open1 closed)

Related to RADOS - Bug #55435: mon/Elector: notify_ranked_removed() does not properly erase dead_ping in the case of removing 2 monitorsResolvedKamoltat (Junior) Sirivadhna

Actions
Actions #1

Updated by Casey Bodley 4 months ago

  • Backport changed from reef to reef quincy
Actions #2

Updated by Casey Bodley 4 months ago

  • Related to Bug #55435: mon/Elector: notify_ranked_removed() does not properly erase dead_ping in the case of removing 2 monitors added
Actions

Also available in: Atom PDF