-
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
KIS error when upgrading from 0.13 to 0.14 #7470
Comments
seeing this NPE in coordinator+overlord node:
|
This looks like a rolling-update issue between 0.12/13 and 0.14: the checkpoint is sent from task -> supervisor with a new-form startPartitions that the older supervisor cannot understand. Things should work fine once everything is on 0.14, but we still need to fix this so rolling updates work as expected. |
By the way, I think this rolling update will work if you do Overlord first, before any MiddleManagers. We do generally want updates to work with the Overlord either early or late (see http://druid.io/docs/latest/operations/rolling-updates.html). So please try that Overlord-first method as a workaround if you can. |
This allows them to be deserialized by older Druid versions as KafkaPartitions objects. Fixes apache#7470.
…s. (apache#7512) This allows them to be deserialized by older Druid versions as KafkaPartitions objects. Fixes apache#7470.
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
Affected Version
0.14
Description
The text was updated successfully, but these errors were encountered: