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

Validate StorageBackend on Service Startup #376

Open
jacksonrnewhouse opened this issue Oct 17, 2023 · 0 comments
Open

Validate StorageBackend on Service Startup #376

jacksonrnewhouse opened this issue Oct 17, 2023 · 0 comments

Comments

@jacksonrnewhouse
Copy link
Contributor

Both arroyo-controller and arroyo-compiler-service need to connect to the configured storage backend in order to run correctly. However, right now they don't attempt a connection until a user tries to run a pipeline, which makes it hard to tell if the configuration is correct. It'd be great to have them test the connection. I think it would be sufficient to make a get() call on the underlying ObjectStore and confirm it returns either the result or object_store::Error::NotFound.

If it is unable to connect it should fail quickly, relying on orchestration to revive it.

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