-
Notifications
You must be signed in to change notification settings - Fork 435
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
ReservationPoller null error for availability zone #264
Comments
Can also raise a null error in BasicReservationService.java: |
i'm seeing the same error... ice was working until ~late last week and now it won't even start up. the config hasn't changed. here's the stack trace i'm seeing:
|
Hi @screechdiesel which version are you using? This should protect against null availability zone: ice/src/java/com/netflix/ice/basic/BasicReservationService.java Lines 165 to 167 in e8afb5b
|
Hello. The ReservationCapacityPoller class attempts to retrieve data elements for each reservation, including:
reservation.getAvailabilityZone()
Which results in a null error for those reservations that are not tied to a specific zone and do not have that data element in the JSON:
"ReservedInstances": [
{
...
"Scope": "Region",
...
}
]
The text was updated successfully, but these errors were encountered: