k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

statusChange field in Job returns null #386

Open Miles-Garnsey opened 11 months ago

Miles-Garnsey commented 11 months ago

In the management API client, when calling getJobStatus, we have noticed that the status can be COMPLETE, but the statusChanges field can be completely null.

This causes downstream null pointer exceptions in Reaper and does not make sense (since we assume that the repair must have been running at some point to reach COMPLETE).

Definition of done

We always get at least the latest status change back from Management API.

┆Issue is synchronized with this Jira Story by Unito

Miles-Garnsey commented 8 months ago

This has been resolved but still needs to be tested.