-
Notifications
You must be signed in to change notification settings - Fork 7
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
Provide and test trino-server-377 #187
Comments
First test with 376 throws the error:
which makes sense because of Remove distinction between system and user memory to simplify cluster configuration. The configuration property query.max-total-memory-per-node is removed. Use query.max-memory-per-node instead. (trinodb/trino#10574) We will have to treat the two versions differently here. A problem is that we have the property set in the custom resource. So doing it only in the product config is not enough. We need some sort of differentiation in code. |
## Description - supporting version 377 - updated to operator-rs 0.17 - updated to config changes in version 377 - updated examples and regorules Integration test PR: https://github.com/stackabletech/integration-tests/pull/225 closes #187 Co-authored-by: Malte Sander <malte.sander.it@gmail.com> Co-authored-by: Felix Hennig <felix.hennig@stackable.de>
We are currently on Trino version 362. We should update to the newest version before making a release. This includes:
There are too many changes/fixes to list them all, so here is a small list of changes that may directly affect us (Security, Hive, JDBC etc.):
364
365
366
367
368
369
370
371
372
373
376
The text was updated successfully, but these errors were encountered: