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

Oracle container performance on ARM64 #605

Open
mosabua opened this issue Jan 29, 2025 · 2 comments
Open

Oracle container performance on ARM64 #605

mosabua opened this issue Jan 29, 2025 · 2 comments

Comments

@mosabua
Copy link
Member

mosabua commented Jan 29, 2025

I get the following warning

The architecture 'amd64' for image 'gvenzl/oracle-xe:18.4.0-slim' (ID sha256:7e2cba8bd1fa522e4f394defc3e0fdfaf709edb6acb23c975a8fa158b892e105) does not match the Docker server architecture 'arm64'. This will cause the container to execute much more slowly due to emulation and may lead to timeout failures.

We should investigate if there is a better image that is available for multiple architectures. Might also be worth looking what we use in Trino codebase itself for the tests there.

@mosabua
Copy link
Member Author

mosabua commented Jan 29, 2025

Trino uses the same container and the older gvenzl/oracle-xe:11.2.0.2-full

@mosabua
Copy link
Member Author

mosabua commented Jan 29, 2025

In fact I get

[ERROR] Errors:
[ERROR]   TestDatabaseMigrationsOracle.<init>:29->BaseTestDatabaseMigrations.<init>:48 » ContainerLaunch Container startup failed for image gvenzl/oracle-xe:18.4.0-slim
[ERROR]   TestQueryHistoryManagerOracle.<init>:19->BaseTestQueryHistoryManager.<init>:36->startContainer:26 » ContainerLaunch Container startup failed for image gvenzl/oracle-xe:18.4.0-slim
[INFO]

on my mac

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

No branches or pull requests

1 participant