Skip to content

Conversation

@cshannon
Copy link
Contributor

As part of #4133 the null check for fateRef inside of setManagerState() method in the Manager was inadvertently changed to check if the map size was non empty but the actual check should be that it's null which means not initialized. The map will never be non empty if it is set.

This restores the previous check that used to check for a null ref

As part of apache#4133 the null check for fateRef inside of setManagerState()
method in the Manager was inadvertently changed to check if the map size
was non empty but the actual check should be that it's null which means
not initialized. The map will never be non empty if it is set.

This restores the previous check that used to check for a null ref
@cshannon cshannon added the bug This issue has been verified to be a bug. label Jan 20, 2024
@cshannon cshannon requested a review from keith-turner January 20, 2024 17:37
@cshannon cshannon self-assigned this Jan 20, 2024
@cshannon cshannon merged commit 6a3ed57 into apache:elasticity Jan 20, 2024
@cshannon cshannon deleted the faterefs-init-check branch March 15, 2024 11:08
@ctubbsii ctubbsii added this to the 4.0.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue has been verified to be a bug.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants