Project

General

Profile

Actions

Bug #45698

open

PrioritizedQueue: messages in normal queue

Added by liang chen almost 4 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

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

Description

if(i->second.front().first < i->second.num_tokens()) {
//nenver go in, if cost equal to num_tockens(),which value is max_tokens_per_subqueue
}

is it a bug?if it is, can i fix it as below:

if(i->second.front().first <= i->second.num_tokens())

Actions #1

Updated by Greg Farnum almost 3 years ago

  • Project changed from Ceph to RADOS
  • Category deleted (msgr)
Actions

Also available in: Atom PDF