Aman Kesharwani
04/05/2023, 10:37 AMExternalProvisioning persistentvolumeclaim/airbyte-minio-pv-claim-airbyte-minio-0 waiting for a volume to be created, either by external provisioner "<http://ebs.csi.aws.com|ebs.csi.aws.com>" or manually created by system administrator
VISHAL B
04/05/2023, 10:38 AMDipankar Kumar
04/05/2023, 10:59 AMSlackbot
04/05/2023, 11:19 AMSlackbot
04/05/2023, 11:20 AMAidan Fogarty
04/05/2023, 11:56 AMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
? This has probably been asked before so apologies in advance!Bishan Singh
04/05/2023, 12:06 PMShreepad Khandve
04/05/2023, 12:16 PMservice "bootloader" didn't complete successfully: exit 255
Rachel RIZK
04/05/2023, 1:31 PMtombstone=true
) which is not expected
• it's failing as we are using a custom ECR with specific non-semver naming
• even if we wanted to use semver now, because we deleted those source definitions we're stuck as the bootloader checks also the source definitions flagged as`tombstone=true` in actor_definition 😕
Has anyone else encountered this problem? do you see an obvious workaround I may have missed?
Thanks for your help 🙏
airbyte-bootloader | 2023-04-05 12:10:55 ERROR i.a.b.Application(main):25 - Unable to bootstrap Airbyte environment.
airbyte-bootloader | java.lang.IllegalArgumentException: Invalid version string: my-custom-deleted-source_0.0.3
Victor Matheus Rodrigues de Carvalho
04/05/2023, 2:13 PMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
correctly (checked many times already) and still getting the following error when testing:
The connection tests failed.
Internal Server Error: The AWS Access Key Id you provided does not exist in our records. (Service: S3, Status Code: 403, Request ID: RS709RYJPT1MKX5A, Extended Request ID: n074u40uX670fmx2fiKXjOthpU8l0ts8lZpS+deomOyX+n8HAg/xuskizMQ+prKr+0mxxLawv8Q=)
What am I missing?Reid Roman
04/05/2023, 2:34 PMFaisal Anees
04/05/2023, 2:39 PMKyle Cheung
04/05/2023, 3:25 PMhireDate
via Postman, however, using the same API key and inputting the same field hireDate
I’m getting the following access denied error. If I don’t put anything into the custom fields input then the connector works
The connection tests failed.
CustomFieldsAccessDeniedError('Access to fields: hireDate - denied. Please check your access level.')
Jesus Rivero
04/05/2023, 3:35 PMairbyte-server
pod throws the following exception. Some knows what can cause this exception?
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:638)
at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:501)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: org.eclipse.jetty.io.EofException
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277)
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381)
at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:826)
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223)
at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:544)
at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:838)
at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:910)
at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:284)
at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:268)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:833)
at org.glassfish.jersey.servlet.internal.ResponseWriter$NonCloseableOutputStreamWrapper.write(ResponseWriter.java:301)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:93)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeTo(AbstractMessageReaderWriterProvider.java:56)
at org.glassfish.jersey.message.internal.FileProvider.writeTo(FileProvider.java:95)
at org.glassfish.jersey.message.internal.FileProvider.writeTo(FileProvider.java:44)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)... 45 more
Caused by: java.io.IOException: Broken pipe
at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:226)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:157)
at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:574)
at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:642)
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
Aidan Fogarty
04/05/2023, 4:16 PMairbyte-volume-configs
persistent volume still needed?Dale Bradman
04/05/2023, 4:22 PMJack Reid
04/05/2023, 4:23 PM_id
field should be provided as part of the flags
stream response: https://apidocs.launchdarkly.com/tag/Feature-flags#section/Sample-feature-flag-representation however it is missing - is this expected?Kevin Ruprecht
04/05/2023, 5:40 PMThe request signature we calculated does not match the signature you provided. Check your Google secret key and signing method. (Service: Amazon S3; Status Code: 403; Error Code: SignatureDoesNotMatch; Request ID: null; S3 Extended Request ID: null; Proxy: null)".
I have seen this error pop up here and there without details on a resolution. Help?Marcos Marx (Airbyte)
04/05/2023, 6:01 PMMohammed Mogary
04/05/2023, 7:31 PMAlgis Setkus
04/05/2023, 8:01 PMThe connection tests failed.
Message: HikariPool-1 - Connection is not available, request timed out after 60001ms.
Below is the test log output. Thank you for the help in advance!
2023-04-05 19:51:27 INFO i.a.c.i.LineGobbler(voidCall):149 - ----- START CHECK -----
2023-04-05 19:51:27 INFO i.a.c.i.LineGobbler(voidCall):149 -
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable SIDECAR_KUBE_CPU_LIMIT: '2.0'
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable SOCAT_KUBE_CPU_LIMIT: '2.0'
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable SIDECAR_KUBE_CPU_REQUEST: '0.1'
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable SOCAT_KUBE_CPU_REQUEST: '0.1'
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable LAUNCHDARKLY_KEY: ''
2023-04-05 19:51:27 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable FEATURE_FLAG_CLIENT: ''
2023-04-05 19:51:27 INFO i.a.c.i.LineGobbler(voidCall):149 - Checking if airbyte/source-mysql:2.0.0 exists...
2023-04-05 19:51:27 INFO i.a.c.i.LineGobbler(voidCall):149 - airbyte/source-mysql:2.0.0 was found locally.
2023-04-05 19:51:27 INFO i.a.w.p.DockerProcessFactory(create):130 - Creating docker container = source-mysql-check-5a4a9dd2-0779-4f3c-a787-02ab1ad1249d-0-ygnls with resources io.airbyte.config.ResourceRequirements@5e38f78a[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=] and allowedHosts null
2023-04-05 19:51:27 INFO i.a.w.p.DockerProcessFactory(create):175 - Preparing command: docker run --rm --init -i -w /data/5a4a9dd2-0779-4f3c-a787-02ab1ad1249d/0 --log-driver none --name source-mysql-check-5a4a9dd2-0779-4f3c-a787-02ab1ad1249d-0-ygnls --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e STRICT_COMPARISON_NORMALIZATION_WORKSPACES= -e WORKER_CONNECTOR_IMAGE=airbyte/source-mysql:2.0.0 -e AUTO_DETECT_SCHEMA=true -e LAUNCHDARKLY_KEY= -e SOCAT_KUBE_CPU_REQUEST=0.1 -e STRICT_COMPARISON_NORMALIZATION_TAG=strict_comparison2 -e SOCAT_KUBE_CPU_LIMIT=2.0 -e USE_STREAM_CAPABLE_STATE=true -e FIELD_SELECTION_WORKSPACES= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e APPLY_FIELD_SELECTION=false -e WORKER_JOB_ATTEMPT=0 -e FEATURE_FLAG_CLIENT= -e AIRBYTE_VERSION=0.42.0 -e WORKER_JOB_ID=5a4a9dd2-0779-4f3c-a787-02ab1ad1249d airbyte/source-mysql:2.0.0 check --config source_config.json
2023-04-05 19:51:27 INFO i.a.w.i.VersionedAirbyteStreamFactory(create):107 - Reading messages from protocol version 0.2.0
2023-04-05 19:51:28 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.s.m.MySqlSource(main):309 starting source: class io.airbyte.integrations.source.mysql.MySqlSource
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.IntegrationCliParser(parseOptions):126 integration args: {check=null, config=source_config.json}
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.IntegrationRunner(runInternal):105 Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.IntegrationRunner(runInternal):106 Command: CHECK
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.IntegrationRunner(runInternal):107 Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2023-04-05 19:51:29 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):165 - WARN c.n.s.JsonMetaSchema(newValidator):278 Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2023-04-05 19:51:29 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):165 - WARN c.n.s.JsonMetaSchema(newValidator):278 Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.s.SshTunnel(getInstance):204 Starting connection with method: NO_TUNNEL
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO c.z.h.HikariDataSource(<init>):80 HikariPool-1 - Starting...
2023-04-05 19:51:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO c.z.h.HikariDataSource(<init>):82 HikariPool-1 - Start completed.
2023-04-05 19:52:29 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO c.z.h.HikariDataSource(close):350 HikariPool-1 - Shutdown initiated...
2023-04-05 19:52:30 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO c.z.h.HikariDataSource(close):352 HikariPool-1 - Shutdown completed.
2023-04-05 19:52:30 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.b.IntegrationRunner(runInternal):182 Completed integration: io.airbyte.integrations.base.ssh.SshWrappedSource
2023-04-05 19:52:30 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):168 - INFO i.a.i.s.m.MySqlSource(main):311 completed source: class io.airbyte.integrations.source.mysql.MySqlSource
2023-04-05 19:52:30 INFO i.a.w.g.DefaultCheckConnectionWorker(run):120 - Check connection job received output: io.airbyte.config.StandardCheckConnectionOutput@1e2d972f[status=failed,message=Message: HikariPool-1 - Connection is not available, request timed out after 60001ms.]
2023-04-05 19:52:30 INFO i.a.w.t.TemporalAttemptExecution(get):169 - Stopping cancellation check scheduling...
2023-04-05 19:52:30 INFO i.a.c.i.LineGobbler(voidCall):149 -
2023-04-05 19:52:30 INFO i.a.c.i.LineGobbler(voidCall):149 - ----- END CHECK -----
2023-04-05 19:52:30 INFO i.a.c.i.LineGobbler(voidCall):149 -
Mostafa Saeed
04/05/2023, 9:04 PM'FieldPath field names may not start with '$'.' on server
Albert Wong
04/05/2023, 9:25 PMaidan
04/05/2023, 9:43 PMSantiago Estupiñan Romero
04/05/2023, 10:24 PMWilfredo Molina
04/06/2023, 12:30 AMBrian Fertig
04/06/2023, 1:04 AM高松拳人
04/06/2023, 2:15 AMTim O'Connell
04/06/2023, 3:30 AMnavod perera
04/06/2023, 4:07 AM