xi-chen.qi
06/05/2023, 9:47 AMJun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
WARNING: Instrument num_orphan_running_jobs has recorded multiple values for the same attributes.
Jun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
WARNING: Instrument num_pending_jobs has recorded multiple values for the same attributes.
Jun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
WARNING: Instrument num_running_jobs has recorded multiple values for the same attributes.
Jun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
WARNING: Instrument oldest_running_job_age_secs has recorded multiple values for the same attributes.
Jun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
WARNING: Instrument oldest_pending_job_age_secs has recorded multiple values for the same attributes.
Jun 05, 2023 9:17:32 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
SEVERE: Failed to export metrics. The request could not be executed. Full error message: Failed to connect to otel-collector/172.20.121.101:4317
otel-collector yaml file:
---
apiVersion: v1
kind: ConfigMap
metadata:
name: otel-collector-conf
labels:
app: opentelemetry
component: otel-collector-conf
data:
otel-collector-config: |
receivers:
otlp:
protocols:
grpc:
endpoint: localhost:4317
processors:
batch:
memory_limiter:
limit_mib: 1500
spike_limit_mib: 512
check_interval: 5s
exporters:
logging:
loglevel: debug
service:
pipelines:
metrics:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
telemetry:
metrics:
address: localhost:8888
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: otel-collector
labels:
componet: otel-collector
app: opentelemetry
spec:
selector:
matchLabels:
app: opentelemetry
component: otel-collector
replicas: 1
template:
metadata:
labels:
app: opentelemetry
component: otel-collector
spec:
containers:
- command:
- "/otelcol"
- "--config=/conf/otel-collector-config.yaml"
image: "otel/opentelemetry-collector:latest"
name: otel-collector
ports:
- containerPort: 4317 # Default endpoint for OpenTelemetry receiver.
- containerPort: 8888 # Port for Prometheus instance
volumeMounts:
- name: config
mountPath: /conf
volumes:
- configMap:
name: otel-collector-conf
items:
- key: otel-collector-config
path: otel-collector-config.yaml
name: config
---
apiVersion: v1
kind: Service
metadata:
name: otel-collector
labels:
app: opentelemetry
component: otel-collector
spec:
ports:
- name: otlp-grpc # Default endpoint for OpenTelemetry gRPC receiver.
port: 4317
protocol: TCP
targetPort: 4317
- name: metrics
port: 8888
selector:
component: otel-collector
Pierre CORBEL
06/05/2023, 11:58 AMRelease cycle
Hello,
I saw that since last week, the number of release on https://github.com/airbytehq/airbyte-platform/releases have exploded.
Did you move to an automatic nightly release cycle?
Or is it just temporary and nothing official?Octavia Squidington III
06/05/2023, 7:45 PMRyan Lewon
06/06/2023, 3:29 AMairbute_workspace_${workspace_id}_secret_${whatisthis_id}_v1
does not align with anything remotely to the connectors name. Is there any documentation from the infra side that shows what that "whatisthis_id" and where it links back to a connector in postgres?Andreas
06/06/2023, 7:38 AMOctavia Squidington III
06/06/2023, 1:45 PMSlackbot
06/06/2023, 5:04 PMkarl
06/06/2023, 5:10 PMLucas Abreu
06/06/2023, 8:07 PMKartik
06/06/2023, 8:56 PMAlex Faria
06/07/2023, 2:56 PMKevin Phan
06/07/2023, 4:37 PMapiVersion: <http://source.toolkit.fluxcd.io/v1beta2|source.toolkit.fluxcd.io/v1beta2>
kind: HelmRepository
metadata:
name: airbyte
namespace: flux-system
spec:
interval: 1h0m0s
url: <https://airbytehq.github.io/helm-charts>
deployment worked but i am still stuck at 0.40.0-alpha
. Do i need to be more specific with this? i am trying to upgrade airbyte to the most recent version to upgrade the jira connector.Thiago Guimarães
06/07/2023, 8:03 PMThiago Guimarães
06/07/2023, 9:03 PMTaylor
06/07/2023, 11:15 PMSoshi Nakachi仲地早司
06/08/2023, 2:40 AMSivakumar Ramaswamy
06/08/2023, 4:38 AM2023-06-08 04:04:42 WARN i.t.i.w.Poller$PollerUncaughtExceptionHandler(logPollErrors):300 - Failure in poller thread Workflow Poller taskQueue="CHECK_CONNECTION", namespace="default": 1
io.grpc.StatusRuntimeException: UNAVAILABLE: Subchannel shutdown invoked
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271) ~[grpc-stub-1.50.2.jar:1.50.2]
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252) ~[grpc-stub-1.50.2.jar:1.50.2]
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165) ~[grpc-stub-1.50.2.jar:1.50.2]
at io.temporal.api.workflowservice.v1.WorkflowServiceGrpc$WorkflowServiceBlockingStub.pollWorkflowTaskQueue(WorkflowServiceGrpc.java:3750) ~[temporal-serviceclient-1.17.0.jar:?]
at io.temporal.internal.worker.WorkflowPollTask.doPoll(WorkflowPollTask.java:140) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.WorkflowPollTask.poll(WorkflowPollTask.java:122) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.WorkflowPollTask.poll(WorkflowPollTask.java:43) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.Poller$PollExecutionTask.run(Poller.java:274) ~[temporal-sdk-1.17.0.jar:?]
at io.temporal.internal.worker.Poller$PollLoopTask.run(Poller.java:237) ~[temporal-sdk-1.17.0.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Sivakumar Ramaswamy
06/08/2023, 6:35 AMYogic Wahyu
06/08/2023, 6:43 AMio.grpc.StatusRuntimeException: NOT_FOUND: invalid activityID or activity already timed out or invoking workflow is completed
io.airbyte.workers.exception.WorkerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "io.airbyte.workers.process.KubePortManagerSingleton.take()" is null
Easy solution, we will upgrade airbyte to latest version. We are not confident enough that this will solve the problem. Do you guys have any workaround or clues about this behavior/things?ratibor78
06/08/2023, 12:50 PMOctavia Squidington III
06/08/2023, 1:45 PMratibor78
06/08/2023, 2:03 PMratibor78
06/08/2023, 2:10 PMratibor78
06/08/2023, 2:53 PMratibor78
06/08/2023, 3:47 PMratibor78
06/08/2023, 4:17 PMMOHAMMED ALQURASHI
06/09/2023, 6:22 AMIgnacio Contreras
06/09/2023, 11:47 AMOmar Allouache
06/09/2023, 4:20 PMOctavia Squidington III
06/09/2023, 7:45 PM