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

Gemini tests fail as the Oracle is configured with KMS #6959

Closed
mykaul opened this issue Dec 18, 2023 · 0 comments · Fixed by #6964
Closed

Gemini tests fail as the Oracle is configured with KMS #6959

mykaul opened this issue Dec 18, 2023 · 0 comments · Fixed by #6964
Assignees

Comments

@mykaul
Copy link
Contributor

mykaul commented Dec 18, 2023

From https://argus.scylladb.com/workspace?state=WyI4ODhhZmExMS1lNTU0LTQyMDktOTBiYS03YTA3ZTYwNmRjYjQiXQ - we can see that we try to configure the Oracle, which is running an old (UNSUPPORTED! - #6933 ) Scylla version, tries to use KMS...

Dec 18 07:49:52.585512 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]: Scylla version 2021.1.15-0.20221011.3d8c23d0b with build-id 920235d938bfc962048fdea7e119c3d58ed6dfb0 starting ...
Dec 18 07:49:52.585512 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]: command used: "/usr/bin/scylla --enable-cache false --log-to-syslog 1 --log-to-stdout 0 --default-log-level info --network-stack posix --io-properties-file=/etc/scylla.d/io_properties.yaml --cpuset 1-15,17-31 --lock-memory=1"
Dec 18 07:49:52.585512 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]: parsed command line options: [enable-cache: false, log-to-syslog: 1, log-to-stdout: 0, default-log-level: info, network-stack: posix, io-properties-file: /etc/scylla.d/io_properties.yaml, cpuset: 1-15,17-31, lock-memory: 1]
...
Dec 18 07:49:55.398408 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]:  [shard 0] init - Unknown option : kms_hosts
Dec 18 07:49:55.398510 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]:  [shard 0] init - Unknown option : user_info_encryption
Dec 18 07:49:55.398585 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]:  [shard 0] encryption - Adding system info encryption using {{enabled, true}, {key_provider, KmsKeyProviderFactory}, {kms_host, auto}}
Dec 18 07:49:55.557637 gemini-with-nemesis-3h-normal-2024--oracle-db-node-f8433377-1 scylla[12055]:  [shard 0] init - Startup failed: std::invalid_argument (Unknown provider: KmsKeyProviderFactory)
fruch added a commit to fruch/scylla-cluster-tests that referenced this issue Dec 18, 2023
since the oracle is using older version of scylla, so it won't be supporting
EaR KMS, we don't have a seperate configuration for the oracle
so we aren't going to enable KMS in that case

Fixes: scylladb#6959
fruch added a commit that referenced this issue Dec 19, 2023
since the oracle is using older version of scylla, so it won't be supporting
EaR KMS, we don't have a seperate configuration for the oracle
so we aren't going to enable KMS in that case

Fixes: #6959
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 a pull request may close this issue.

1 participant