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

fix: DeleteAccount fails mailbox startup during bootstrap causing installation to be stuck #622

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

frisonisland
Copy link
Contributor

@frisonisland frisonisland commented Oct 29, 2024

When installing Carbonio, during bootstrap, instantiation of DeleteAccount fails, causing Mailbox to not start properly (Jetty: UNAVAILABLE) because consul token (and Consul) are not installed/available yet.

Consul and Consul tokens are available only after bootstrap, so we made the SOAP layer (Admin, DeleteAccount API) to "loosely" depend on the message broker client (opted for a Try)

…allation is stuck

- during Carbonio installation, during bootstrap, instantiation of DeleteAccount fails, causing Mailbox to not start properly (Jetty: UNAVAILABLE) because consul token (and Consul) are not installed yet.
@frisonisland frisonisland changed the title fix: DeleteAccount fails mailbox startup during installation and allation is stuck fix: DeleteAccount fails mailbox startup during bootstrap causing installation to be stuck Oct 29, 2024

This comment has been minimized.

Copy link

Failed

  • 6 New Issues (is greater than 0)

Analysis Details

6 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 6 Code Smells

Coverage and Duplications

  • Coverage 100.00% Coverage (29.20% Estimated after merge)
  • Duplications 0.00% Duplicated Code (3.00% Estimated after merge)

Project ID: zextras:zm-mailbox

View in SonarQube

@frisonisland frisonisland merged commit 573d15b into devel Oct 29, 2024
2 checks passed
@frisonisland frisonisland deleted the fix/message-broker-consul-token branch October 29, 2024 18:20
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.

4 participants