-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QTL problem during upgrade to 0.10.x #4603
Comments
This might just be noise during the switchover, but is very annoying |
@himanshug do you know if this is expected or not? |
@drcrallen @gianm it is expected. The reason is that when historical is on 0.10.1 while coordinator is on smaller version, coordinator would try to propagate lookups to historical even if they are already loaded on the historical... historical prints a warning on receiving request to load a lookup whose same or higher version is already loaded. |
The concern is that it reports as an error but isn't really an error, which makes it harder to catch real errors. I propose simply calling it out in the release notes. |
Resolving by adding info to release notes |
@drcrallen I believe the message to be printed from https://github.com/druid-io/druid/blob/0.10.1/processing/src/main/java/io/druid/query/lookup/LookupReferencesManager.java#L366 which is a "warn" not "error" . Did you see "error" printed ? that would be unexpected. |
During the course of upgrading, there is a time where historicals and the coordinator will be on different versions. When the historicals are updated to the latest version, they like to spew the following error:
The text was updated successfully, but these errors were encountered: