Harish Rajendran
06/28/2022, 9:20 AM0.39.27-alpha
, Incremental sync fails with the below error, where as the full | refresh overwrite replication works
2022-06-28 09:03:58 source > at io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.execute(AbstractSnapshotChangeEventSource.java:76) ~[debezium-core-1.9.2.Final.jar:1.9.2.Final]
2022-06-28 09:03:58 source > at io.debezium.pipeline.ChangeEventSourceCoordinator.doSnapshot(ChangeEventSourceCoordinator.java:155) ~[debezium-core-1.9.2.Final.jar:1.9.2.Final]
2022-06-28 09:03:58 source > at io.debezium.pipeline.ChangeEventSourceCoordinator.executeChangeEventSources(ChangeEventSourceCoordinator.java:137) ~[debezium-core-1.9.2.Final.jar:1.9.2.Final]
2022-06-28 09:03:58 source > at io.debezium.pipeline.ChangeEventSourceCoordinator.lambda$start$0(ChangeEventSourceCoordinator.java:109) ~[debezium-core-1.9.2.Final.jar:1.9.2.Final]
2022-06-28 09:03:58 source > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
2022-06-28 09:03:58 source > at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
2022-06-28 09:03:58 source > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
2022-06-28 09:03:58 source > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
2022-06-28 09:03:58 source > at java.lang.Thread.run(Thread.java:833) ~[?:?]
2022-06-28 09:03:58 replication-orchestrator > Source has no more messages, closing connection.
Ulan Yisaev
07/04/2022, 8:37 AMGary K
07/06/2022, 4:16 AMVincent Crochet
07/07/2022, 3:42 PMMartinho Moreira
07/11/2022, 9:20 AMMadiha Khalid
07/11/2022, 11:58 AMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
to the kube/overlays/stavle/.env
it was working fine
But via helm chart, I pass the following param values
logs:
accessKey:
password: #AWS ACCESS KEY ID"
secretKey:
password: #AWS Secret Access KEY"
But it seems it is not working. I am wondering am I passing the wrong parameter to the helm chart? Which one do I have to use to pass the AWS credentials in these parameters https://artifacthub.io/packages/helm/airbyte/airbyte#logs-parameters
Airbyte Chart Version 0.3.5"
Many ThanksFabiano Pena
07/11/2022, 7:46 PMMartinho Moreira
07/12/2022, 10:31 AMFabiano Pena
07/14/2022, 1:03 PMLuan Carvalho
07/15/2022, 12:11 PMError: template: airbyte/templates/worker/deployment.yaml:63:23: executing "airbyte/templates/worker/deployment.yaml" at <include "airbyte.database.secret.name" .>: error calling include: template: airbyte/templates/_helpers.tpl:90:50: executing "airbyte.database.secret.name" at <.Subcharts.postgresql>: nil pointer evaluating interface {}.postgresql
helm.go:81: [debug] template: airbyte/templates/worker/deployment.yaml:63:23: executing "airbyte/templates/worker/deployment.yaml" at <include "airbyte.database.secret.name" .>: error calling include: template: airbyte/templates/_helpers.tpl:90:50: executing "airbyte.database.secret.name" at <.Subcharts.postgresql>: nil pointer evaluating interface {}.postgresql
Arun Venkateswaran
07/19/2022, 3:06 PMArun Venkateswaran
07/19/2022, 9:05 PMJhonatas Kleinkauff
07/21/2022, 8:06 PMairbyte helm install airbyte airbyte-oss/airbyte
Error: INSTALLATION FAILED: parse error at (airbyte/charts/worker/templates/deployment.yaml:381): unexpected EOF
could someone give me a ✋ , thank you!!Savio Lucena
07/22/2022, 5:19 PMInternal Server Error: Get Spec job failed.
I’ll post on the thread a more complete log error from the airbyte-server
Any tips here to help figure this out?Hrvoje Piasevoli
07/27/2022, 12:12 PM# S3/Minio Log Configuration
# S3_LOG_BUCKET=airbyte-dev-logs
# S3_LOG_BUCKET_REGION=
# S3_MINIO_ENDPOINT=<http://airbyte-minio-svc:9000>
# S3_PATH_STYLE_ACCESS=true
S3_LOG_BUCKET=
S3_LOG_BUCKET_REGION=
S3_MINIO_ENDPOINT=
S3_PATH_STYLE_ACCESS=
# GCS Log Configuration
GCS_LOG_BUCKET=airbyte-logging-prod
# State Storage Configuration
STATE_STORAGE_MINIO_BUCKET_NAME=airbyte-dev-logs
STATE_STORAGE_MINIO_ENDPOINT=<http://airbyte-minio-svc:9000>
The errors from the log are:
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable DEPLOYMENT_MODE: 'OSS'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable CONNECTOR_SPECIFIC_RESOURCE_DEFAULTS_ENABLED: 'false'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable STATE_STORAGE_MINIO_BUCKET_NAME: ''
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable STATE_STORAGE_MINIO_ENDPOINT: ''
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable TEMPORAL_HISTORY_RETENTION_IN_DAYS: '30'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable ACTIVITY_MAX_ATTEMPT: '5'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable ACTIVITY_INITIAL_DELAY_BETWEEN_ATTEMPTS_SECONDS: '30'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS: '600'
2022-07-27 11:50:07 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable TEMPORAL_CLOUD_ENABLED: 'false'
2022-07-27 11:50:07 [32mINFO[m i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):232 - Waiting for temporal server...
2022-07-27 11:50:07 [33mWARN[m i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):243 - Waiting for namespace default to be initialized in temporal...
2022-07-27 11:50:11 [32mINFO[m i.t.s.WorkflowServiceStubsImpl(<init>):188 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=airbyte-temporal-svc:7233}}
2022-07-27 11:50:16 [32mINFO[m i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):260 - Temporal namespace default initialized!
2022-07-27 11:50:16 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable TEMPORAL_CLOUD_ENABLED: 'false'
2022-07-27 11:50:16 [32mINFO[m i.a.c.EnvConfigs(getEnvOrDefault):968 - Using default value for environment variable TEMPORAL_CLOUD_ENABLED: 'false'
2022-07-27 11:50:16 [32mINFO[m i.a.w.t.TemporalUtils(configureTemporalNamespace):140 - Workflow execution TTL already set for namespace default. Remains unchanged as: 30 days
2022-07-27 11:50:16 [1;31mERROR[m i.a.w.WorkerApp(main):540 - Worker app failed
java.lang.IllegalArgumentException: null
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.0.1-jre.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:38) ~[io.airbyte.airbyte-config-config-models-0.39.39-alpha.jar:?]
at io.airbyte.config.storage.MinioS3ClientFactory.validate(MinioS3ClientFactory.java:33) ~[io.airbyte.airbyte-config-config-models-0.39.39-alpha.jar:?]
at io.airbyte.config.storage.MinioS3ClientFactory.<init>(MinioS3ClientFactory.java:27) ~[io.airbyte.airbyte-config-config-models-0.39.39-alpha.jar:?]
at io.airbyte.workers.storage.S3DocumentStoreClient.minio(S3DocumentStoreClient.java:39) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.storage.StateClients.create(StateClients.java:21) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.WorkerApp.getContainerOrchestratorConfig(WorkerApp.java:354) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.WorkerApp.launchWorkerApp(WorkerApp.java:448) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.WorkerApp.main(WorkerApp.java:537) [io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
If I set the STATE_STORAGE_MINIO_ variables to empty then I also get errors similar to this:
022-07-27 11:32:43 [32mINFO[m i.a.w.p.AsyncOrchestratorPodProcess(copyFilesToKubeConfigVolumeMain):372 - Waiting for kubectl cp to complete
2022-07-27 11:32:43 [32mINFO[m i.a.w.p.AsyncOrchestratorPodProcess(copyFilesToKubeConfigVolumeMain):379 - kubectl cp complete, closing process
2022-07-27 11:32:48 [32mINFO[m i.a.w.t.TemporalUtils(withBackgroundHeartbeat):322 - Stopping temporal heartbeating...
2022-07-27 11:32:48 [32mINFO[m i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):158 - Completing future exceptionally...
java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:320) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.temporal.sync.LauncherWorker.run(LauncherWorker.java:90) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at java.lang.Thread.run(Thread.java:1589) [?:?]
Caused by: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
at io.airbyte.workers.temporal.sync.LauncherWorker.lambda$run$3(LauncherWorker.java:181) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:315) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
... 3 more
Caused by: io.airbyte.workers.exception.WorkerException: Non-zero exit code!
at io.airbyte.workers.temporal.sync.LauncherWorker.lambda$run$3(LauncherWorker.java:165) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:315) ~[io.airbyte-airbyte-workers-0.39.39-alpha.jar:?]
... 3 more
naresh meda
07/28/2022, 8:02 PMArvin Zheng
08/02/2022, 7:28 PMkubectl apply -k kube/overlays/stable
I am trying to create a Postgres source by connecting to the Postgres instance deployed as airbyte db, but got Check Connection Failed!
, I checked airbyte-server log and got
2022-08-02 19:27:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.16.41.115 POST 200 /api/v1/scheduler/sources/check_connection - {"connectionConfiguration":"REDACTED","sourceDefinitionId":"decd338e-5647-4c0b-adf4-da0e75f5a750"}
which made me feel like the connection is established successfully, what should I check next to proceed?Davis Ford
08/05/2022, 7:30 PM➜ kc describe clusterrole airbyte-postgres-access
Name: airbyte-postgres-access
Labels: <none>
Annotations: <none>
PolicyRule:
Resources Non-Resource URLs Resource Names Verbs
--------- ----------------- -------------- -----
pods [] [] [get watch list]
services [] [] [get watch list]
Davis Ford
08/05/2022, 7:30 PM➜ kc describe clusterrolebinding airbyte-postgres-access
Name: airbyte-postgres-access
Labels: <none>
Annotations: <none>
Role:
Kind: ClusterRole
Name: airbyte-postgres-access
Subjects:
Kind Name Namespace
---- ---- ---------
ServiceAccount airbyte-admin airbyte
Davis Ford
08/05/2022, 7:56 PMDavis Ford
08/05/2022, 7:56 PMDavis Ford
08/05/2022, 7:56 PMDavis Ford
08/05/2022, 7:57 PM✗ kc -n bridge describe svc postgres
Name: postgres
Namespace: bridge
Labels: <http://kustomize.toolkit.fluxcd.io/name=bridge|kustomize.toolkit.fluxcd.io/name=bridge>
<http://kustomize.toolkit.fluxcd.io/namespace=flux-system|kustomize.toolkit.fluxcd.io/namespace=flux-system>
Annotations: <none>
Selector: app=postgres
Type: ClusterIP
IP Family Policy: SingleStack
IP Families: IPv4
IP: 10.100.116.241
IPs: 10.100.116.241
Port: postgres 5432/TCP
TargetPort: 5432/TCP
Endpoints: 192.168.73.88:5432
Session Affinity: None
Events: <none>
Davis Ford
08/05/2022, 7:57 PM✗ kc -n bridge get ep postgres -o wide
NAME ENDPOINTS AGE
postgres 192.168.73.88:5432 168d
Davis Ford
08/05/2022, 7:58 PMpostgres
, postgres.svc.cluster.local
, postgres.bridge.svc.cluster.local
, and even direct ip 192.168.73.88
-- none of them is able to connect.Davis Ford
08/05/2022, 7:59 PM2022-08-05 19:55:13 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - 2022-08-05 19:55:13 INFO i.a.i.s.r.AbstractDbSource(check):84 - Exception while checking connection:
Log4j2Appender says: 2022-08-05 19:55:13 INFO i.a.i.s.r.AbstractDbSource(check):84 - Exception while checking connection:
2022-08-05 19:55:13 INFO i.a.w.i.DefaultAirbyteStreamFactory(lambda$create$0):61 - java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 60001ms.
Log4j2Appender says: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 60001ms.
Greg Batiz
08/16/2022, 5:09 PMGreg Batiz
08/17/2022, 6:33 AMDarshil Shah
08/19/2022, 6:41 AMGary K
08/22/2022, 1:35 AM<https://airbytehq.github.io/helm-charts/>
... and I'm getting this error:
Helm upgrade failed: template: airbyte/charts/server/templates/deployment.yaml:240:15: executing "airbyte/charts/server/templates/deployment.yaml" at <eq .Values.deploymentMode "oss">: error calling eq: incompatible types for comparison
Any thoughts?