-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[helm] Deployment with external minio: Cannot create enum from ${env:S3_LOG_BUCKET_REGION}
#34539
Comments
If we put the region occurs another error that showed in the log below: Caused by: java.lang.IllegalStateException: Only one of Region or EndpointConfiguration may be set. |
@jdpgrailsdev is this the problem you had with the latest version of Airbyte and Log4j? |
I think the solution was done by airbytehq/airbyte-platform@28e4bfc probably need wait a new release of Helm Chart. |
@leonardo-lages-hyperflow can you share the Chart App version you're using? |
Cannot create enum from ${env:S3_LOG_BUCKET_REGION}
@leonardo-lages-hyperflow there is a new release platform 0.50.45 and chart 0.50.115 please run some tests with the new version |
Hi @marcosmarxm that problem was solved Thank you! But now I'm getting another problem, the worker can't connect to the external minio, as you can see in the log bellow: 2024-01-27 15:56:38 �[32mINFO�[m i.a.w.ApplicationInitializer(registerWorkerFactory):182 - Registering worker factories.... |
I recommend to use the default minio for now. There are some work being done to improve the existing chart. |
I make it work |
At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte. |
Platform Version
0.50.14
What step the error happened?
On deploy
Revelant information
When the worker start happens an error which blocks the use of connectors.
The documentation tells to disable minio, enable externalMinio and then put the s3 region empty. But when we do this occurs the error showed in the log.
Relevant log output
The text was updated successfully, but these errors were encountered: