Adrian J
05/22/2023, 2:00 PMairbyte/normalization:0.4.0
? I'm using an ARM processor and I'm thinking I have to recompile something for it. The error message I get in its log is exec /bin/sh: exec format error
Carolina Buckler
05/22/2023, 2:07 PMSECRET_PERSISTENCE
,AWS_ACCESS_KEY
, and AWS_SECRET_ACCESS_KEY
based on this documentation: https://docs.airbyte.com/operator-guides/configuring-airbyte/ but I’m getting this error when I bring Airbyte back up
| 2023-05-22 13:56:11 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Error instantiating bean of type [io.airbyte.config.persistence.split_secrets.SecretsHydrator]
airbyte-worker |
airbyte-worker | Message: awsAccessKey cannot be empty, to use a default region call AWSSecretManagerPersistence.AWSSecretManagerPersistence()
airbyte-worker | Path Taken: new ApplicationInitializer() --> ApplicationInitializer.checkConnectionActivities --> List.checkConnectionActivities([CheckConnectionActivity checkConnectionActivity]) --> new CheckConnectionActivityImpl(WorkerConfigsProvider workerConfigsProvider,ProcessFactory processFactory,[SecretsHydrator secretsHydrator],Path workspaceRoot,WorkerEnvironment workerEnvironment,LogConfigs logConfigs,AirbyteApiClient airbyteApiClient,String airbyteVersion,AirbyteMessageSerDeProvider serDeProvider,AirbyteProtocolVersionedMigratorFactory migratorFactory,FeatureFlags featureFlags) --> SecretsHydrator.secretsHydrator([SecretPersistence secretPersistence])
airbyte-worker | io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.airbyte.config.persistence.split_secrets.SecretsHydrator]
airbyte-worker |
airbyte-worker | Message: awsAccessKey cannot be empty, to use a default region call AWSSecretManagerPersistence.AWSSecretManagerPersistence()
Paweł Wilczyński
05/22/2023, 3:27 PM0.45.17
on GKE (using helm).
Not sure why syncing fails after around 27m 30s
with errors like Failure during reporting of activity result to the server. ActivityId = .... , ActivityType = RunWithJobOutput, WorkflowId=connection_manager_7c51cd55-1d52-4402-a457-4ea954a2274d, WorkflowType=ConnectionManagerWorkflow, RunId=... io.grpc.StatusRuntimeException: NOT_FOUND: invalid activityID or activity already timed out or invoking workflow is completed
Any way to increase the timeout?
I also can see many pods being in Init:Error
or Evicted
state... So it looks like syncs are competing for CPU requests. Any way to limit the number of parallel jobs?Valentin B.
05/22/2023, 5:00 PMOctavia Squidington III
05/22/2023, 7:45 PMThiago Guimarães
05/23/2023, 1:28 AMJason Maddern
05/23/2023, 4:11 AMOctavia Squidington III
05/23/2023, 1:45 PMTzipora Kisus
05/23/2023, 4:03 PMJake Kagan
05/23/2023, 5:42 PM.env
file they can share that shows how to configure? i am getting issues with micronaut and im pretty sure its because i only have these two, but the docs are not the best:
WORKSPACE_ROOT=/tmp/workspace/
WORKSPACE_DOCKER_MOUNT=airbyte_workspace
Anchit
05/23/2023, 9:00 PMSimon Thelin
05/23/2023, 11:10 PM0.44.4
. If anyone seen this issue?Haim Beyhan
05/24/2023, 7:42 AMAnchit
05/24/2023, 4:38 PM<deployment>-airbyte-secrets
. This secret does not have a DATABASE_PASSWORD
key. How can I modify this secret to also contain password secret?Jake Kagan
05/24/2023, 5:28 PM2023-05-24 17:25:18 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Error instantiating bean of type [io.airbyte.db.check.DatabaseMigrationCheck]
Path Taken: new ApplicationInitializer() --> ApplicationInitializer.configsDatabaseMigrationCheck --> DatabaseMigrationCheck.configsDatabaseMigrationCheck(DSLContext dslContext,[Flyway configsFlyway],String configsDatabaseMinimumFlywayMigrationVersion,Long configsDatabaseInitializationTimeoutMs)
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.airbyte.db.check.DatabaseMigrationCheck]
Peter Kong
05/24/2023, 6:32 PMYusuf Mirkar
05/24/2023, 7:43 PMOctavia Squidington III
05/24/2023, 7:45 PMLior Chen
05/24/2023, 8:12 PM2023-05-24 19:35:38 INFO i.a.w.t.TemporalAttemptExecution(lambda$getCancellationChecker$6):231 - Running sync worker cancellation...
2023-05-24 19:35:38 WARN i.a.w.s.LauncherWorker(killRunningPodsForConnection):253 - There are currently running pods for the connection: [orchestrator-repl-job-25900-attempt-0]. Killing these pods to enforce one execution at a time.
2023-05-24 19:35:38 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):256 - Attempting to delete pods: [orchestrator-repl-job-25900-attempt-0]
2023-05-24 19:35:38 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):261 - Waiting for deletion...
2023-05-24 19:35:39 WARN i.a.w.s.LauncherWorker(killRunningPodsForConnection):253 - There are currently running pods for the connection: [orchestrator-repl-job-25900-attempt-0]. Killing these pods to enforce one execution at a time.
2023-05-24 19:35:39 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):256 - Attempting to delete pods: [orchestrator-repl-job-25900-attempt-0]
2023-05-24 19:35:39 INFO i.a.w.s.LauncherWorker(killRunningPodsForConnection):261 - Waiting for deletion...
2023-05-24 19:35:39 INFO i.a.w.p.AsyncOrchestratorPodProcess(computeExitValue):129 - State Store missing status. Orchestrator pod orchestrator-repl-job-25900-attempt-0 non-existent. Assume failure.
2023-05-24 19:35:39 INFO i.a.w.s.LauncherWorker(lambda$run$3):227 - Destroying process due to cancellation.
2023-05-24 19:35:39 WARN i.a.w.p.AsyncOrchestratorPodProcess(destroy):186 - Wasn't able to delete pod orchestrator-repl-job-25900-attempt-0 from namespace default
2023-05-24 19:35:39 INFO i.a.c.t.TemporalUtils(withBackgroundHeartbeat):316 - Stopping temporal heartbeating...
Simon Thelin
05/24/2023, 11:40 PMYusuf Mirkar
05/25/2023, 5:52 AMJoish Bosco
05/25/2023, 5:52 AMOctavia Squidington III
05/25/2023, 1:45 PMPedro Doria
05/25/2023, 2:13 PMRamkumar Vaidyanathan
05/25/2023, 10:06 PMJohannes Müller
05/26/2023, 5:44 AMSPEC_CACHE_BUCKET
to? It says it defines the bucket for caching specs and speeds up spec operations, but I don't know what that means 😄
https://docs.airbyte.com/operator-guides/configuring-airbyte/Dimitriy Ni
05/26/2023, 2:44 PMEvan Mullins
05/26/2023, 4:21 PM0.44.4
but I am not seeing the “Builder” tab. What are we missing?Octavia Squidington III
05/26/2023, 7:45 PMRamkumar Vaidyanathan
05/26/2023, 9:25 PM