mirror of
https://github.com/apache/druid.git
synced 2025-02-21 09:46:21 +00:00
If DruidSchema started too long after the BrokerServerView, its initialization callback would never get called, and it would sit there not knowing about any tables. This moves the registration of the callback into the constructor, where it belongs.