-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--We forgot to stop the `DataApiRequest` timer. --When timing the posting of the Druid Query we failed to account for the thread hopping during asynchronous programming. As a result, not only were we failing to stop the timer in the correct instance of the RequestLog (the one that is used by the response handling thread), but we also attempted to stop a timer in a RequestLog that has since been cleared. So we end up with two warnings: One for attempting to stop a timer that doesn't exist, and one for logging a timer that was never stopped. Since there isn't a good way to time just the posting of the druid query, and it probably isn't necessary anyway, the timing has been removed.
- Loading branch information
Andrew Cholewa
committed
Jan 18, 2017
1 parent
3336ae6
commit dfda64d
Showing
3 changed files
with
45 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters