jihoonson commented on issue #8788: OvershadowableManager.isComplete() looks buggy URL: https://github.com/apache/incubator-druid/issues/8788#issuecomment-548069961 I understand this may be confusing. This is not a bug, but may be a missing comment on `visibleGroups`. The value type of`visibleGroup` is `SingleEntryShort2ObjectSortedMap` which can hold at most a single entry. This was to use the same interface with other groups such as `standbyGroups` and `overshadowedGroups` so that I can reuse the same help methods across all groups.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
