-
Notifications
You must be signed in to change notification settings - Fork 79
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
Remove waitingDuration parameter and unused Receiver IdleStatistics #7218
Conversation
if (result==null) { | ||
while (idleStatistics.size()<threadsProcessing+1) { | ||
int threadNumber = idleStatistics.size()+1; | ||
result = configurationMetrics.createThreadBasedDistributionSummary(this, FrankMeterType.RECEIVER_IDLE, threadNumber); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misschien voor de volledigheid ook de FrankMeterType.RECEIVER_IDLE
verwijderen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dan heb ik de vraag: waarom worden ENUM constants TOTAL_MESSAGE_IN_ERROR, TOTAL_MESSAGES_PROCESSED en TOTAL_MESSAGES_REJECTED nergens gebruikt? Kunnen die misschien ook weg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja die zijn weggevallen nu alles in de andere (specifieke) meters zit 👍🏻
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.