mirror of https://github.com/apache/druid.git
parent
d150483fd3
commit
f4b49f01ff
|
@ -311,7 +311,8 @@ public class SQLMetadataRuleManager implements MetadataRuleManager
|
|||
)
|
||||
);
|
||||
|
||||
log.info("Polled and found rules for %,d datasource(s)", newRules.size());
|
||||
final int newRuleCount = newRules.values().stream().mapToInt(List::size).sum();
|
||||
log.info("Polled and found %,d rule(s) for %,d datasource(s)", newRuleCount, newRules.size());
|
||||
|
||||
rules.set(newRules);
|
||||
failStartTimeMs = 0;
|
||||
|
|
Loading…
Reference in New Issue