Skip to content

Commit

Permalink
Format JMSFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Apr 18, 2024
1 parent 433d55b commit 3728725
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public class JMSFilter implements EntryFilter {
try {
CollectorRegistry.defaultRegistry.register(filterProcessingTime);
} catch (IllegalArgumentException alreadyRegistered) {
// this happens in Pulsar 2.10, because each JMSFilter is created in a different classloader
// this happens in Pulsar 2.10, because each JMSFilter is created in a different
// classloader
// so the metricRegistered flag doesn't help
log.debug("JMSFilter metrics already registered");
}
Expand Down

0 comments on commit 3728725

Please sign in to comment.