Skip to content
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

GUACAMOLE-1846: Check for NULLs before attempting to sync state in join pending handlers. #460

Conversation

jmuehlner
Copy link
Contributor

The user promotion thread is started before the client initialization is fully complete, so we should not expect that all client resources will be available when the pending handlers run.

If the resources are uninitialized, the pending handlers can still run successfully because there isn't any state to sync anyway.

Copy link
Contributor

@necouchman necouchman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, except it should be re-based against staging/1.5.4, at least according to the Jira issue.

@jmuehlner
Copy link
Contributor Author

Looks good, except it should be re-based against staging/1.5.4, at least according to the Jira issue.

oops

@jmuehlner jmuehlner force-pushed the GUACAMOLE-1846-add-null-checks-in-pending-handler branch from cf6d80b to 13e22c6 Compare September 30, 2023 19:24
@jmuehlner jmuehlner changed the base branch from master to staging/1.5.4 September 30, 2023 19:25
@necouchman necouchman merged commit 4e1983a into apache:staging/1.5.4 Sep 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants