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

[v1.0] Add INIT_WAIT_TIME CQL option to sleep after table creation #4096

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

janusgraph-automations
Copy link

Backport

This will backport the following commits from master to v1.0:

Questions ?

Please refer to the Backport tool documentation

Amazon Keyspace creates keyspace and tables asynchronously.
As such, users have to retry graph creation until they don't
see errors like `unconfigured table janusgraph.system_properties`.
To address this problem, this commit adds an config option,
`storage.cql.init-wait-time`, that does a blocking wait after
each table creation request. Changes have been manually tested
against Amazon Keyspace.

Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
(cherry picked from commit ba4b083)
@porunov porunov merged commit 05bd57c into v1.0 Nov 22, 2023
274 of 276 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/skip cla: external Externally-managed CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants