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

[cratedb] Enable single node by default #7041

Merged

Conversation

matriv
Copy link
Contributor

@matriv matriv commented May 14, 2023

  • Pass discovery.type=single-node to CrateDBContainer to disable
    bootstrap checks and prevent errors regarding low limit for
    max virtual memory

  • Upgrade CrateDB docker image to latest stable: 5.3.1

Fixes: #7038

@matriv matriv force-pushed the mt/fix-cratedb-bootstrapchecks branch from 6d6c802 to a859717 Compare May 14, 2023 20:29
@matriv matriv requested a review from eddumelendez May 14, 2023 20:29
@matriv matriv marked this pull request as ready for review May 14, 2023 20:29
@matriv matriv requested a review from a team as a code owner May 14, 2023 20:29
Pass `discovery.type=single-node` to CrateDBContainer to disable
bootstrap checks and prevent errors regarding low limit for
max virtual memory

Upgrade CrateDB docker image to latest stable: 5.3.1

Fixes: testcontainers#7038
@matriv matriv force-pushed the mt/fix-cratedb-bootstrapchecks branch from a859717 to 5fa1c3a Compare May 14, 2023 20:30
@eddumelendez eddumelendez changed the title WIP: issue: #7038 [cratedb] Enable single node by default May 15, 2023
@eddumelendez eddumelendez added this to the next milestone May 15, 2023
@eddumelendez eddumelendez merged commit be7cbe4 into testcontainers:main May 15, 2023
85 checks passed
@eddumelendez
Copy link
Member

Thank you for the quick fix, @matriv !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: CrateDB doesn't run
2 participants