mirror of https://github.com/apache/druid.git
fd20bbd30e
* Fix another infinite loop and remove Mockito usage The ConfigManager objects were `started()` without ever being stopped. This scheduled a poll call that never-ended, to make matters worse, the poll interval was set to 0 ms, making an infinite poll with 0 sleep, i.e. an infinite loop. Also introduce test classes and remove usage of mocks * Checkstyle |
||
---|---|---|
.. | ||
src | ||
pom.xml |