+ DB=postgresql + ENABLE_ES=false + ES_SCHEMA_SETUP_TIMEOUT_IN_SECONDS=0 + ES_PORT=9200 + ES_VERSION=v6 + ES_SCHEME=http + ES_VIS_INDEX=temporal-visibility-dev + RF=1 + DEFAULT_NAMESPACE=default + DEFAULT_NAMESPACE_RETENTION=1 + CASSANDRA_PORT=9042 + export TEMPORAL_CLI_ADDRESS=10.10.121.128:7233 + TEMPORAL_CLI_ADDRESS=10.10.121.128:7233 + export KEYSPACE=temporal + KEYSPACE=temporal + export VISIBILITY_KEYSPACE=temporal_visibility + VISIBILITY_KEYSPACE=temporal_visibility + export DBNAME=temporal + DBNAME=temporal + export VISIBILITY_DBNAME=temporal_visibility + VISIBILITY_DBNAME=temporal_visibility + export DB_PORT=5432 + DB_PORT=5432 + '[' autosetup = autosetup ']' + auto_setup + wait_for_db + '[' postgresql == mysql ']' + '[' postgresql == postgresql ']' + wait_for_postgres ++ echo airbyte-db-svc ++ awk -F , '{print $1}' + server=airbyte-db-svc + nc -z airbyte-db-svc 5432 + '[' 0 -eq 0 ']' + echo 'postgres started' + '[' '' '!=' true ']' postgres started + setup_schema + '[' postgresql == mysql ']' + '[' postgresql == postgresql ']' + echo 'setup postgresql schema' + setup_postgres_schema setup postgresql schema + SCHEMA_DIR=/etc/temporal/schema/postgresql/v96/temporal/versioned + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 create --db temporal 2022/06/28 10:50:30 error creating database:pq: database "temporal" already exists + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 --db temporal setup-schema -v 0.0 2022/06/28 10:50:30 Starting schema setup, config=&{SchemaFilePath: InitialVersion:0.0 Overwrite:false DisableVersioning:false} 2022/06/28 10:50:30 Setting up version tables 2022/06/28 10:50:30 pq: relation "schema_version" already exists + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 --db temporal update-schema -d /etc/temporal/schema/postgresql/v96/temporal/versioned 2022/06/28 10:50:30 UpdateSchemeTask started, config=&{DBName: TargetVersion: SchemaDir:/etc/temporal/schema/postgresql/v96/temporal/versioned IsDryRun:false} 2022/06/28 10:50:30 found zero updates from current version 1.4 2022/06/28 10:50:30 UpdateSchemeTask done + VISIBILITY_SCHEMA_DIR=/etc/temporal/schema/postgresql/v96/visibility/versioned + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 create --db temporal_visibility 2022/06/28 10:50:30 error creating database:pq: database "temporal_visibility" already exists + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 --db temporal_visibility setup-schema -v 0.0 2022/06/28 10:50:30 Starting schema setup, config=&{SchemaFilePath: InitialVersion:0.0 Overwrite:false DisableVersioning:false} 2022/06/28 10:50:30 Setting up version tables 2022/06/28 10:50:30 pq: relation "schema_version" already exists + temporal-sql-tool --plugin postgres --ep airbyte-db-svc -u docker -p 5432 --db temporal_visibility update-schema -d /etc/temporal/schema/postgresql/v96/visibility/versioned 2022/06/28 10:50:30 UpdateSchemeTask started, config=&{DBName: TargetVersion: SchemaDir:/etc/temporal/schema/postgresql/v96/visibility/versioned IsDryRun:false} 2022/06/28 10:50:30 found zero updates from current version 1.1 2022/06/28 10:50:30 UpdateSchemeTask done + '[' '' '!=' true ']' + '[' false == true ']' + exec bash /start-temporal.sh + dockerize -template /etc/temporal/config/config_template.yaml:/etc/temporal/config/docker.yaml + register_default_namespace + echo 'Temporal CLI Address: 10.10.121.128:7233' + sleep 5 Temporal CLI Address: 10.10.121.128:7233 + IFS=:, + read -ra SERVICE_LIST ++ printf -- '--service=%s ' history matching frontend worker + SERVICE_ARGS='--service=history --service=matching --service=frontend --service=worker ' + exec temporal-server --root /etc/temporal --env docker start --service=history --service=matching --service=frontend --service=worker 2022/06/28 10:50:30 Loading config; env=docker,zone=,configDir=/etc/temporal/config 2022/06/28 10:50:30 Loading config files=[/etc/temporal/config/docker.yaml] {"level":"info","ts":"2022-06-28T10:50:30.288Z","msg":"Starting server for services","value":"[history matching frontend worker]","logging-call-at":"server.go:110"} {"level":"info","ts":"2022-06-28T10:50:30.301Z","msg":"PProf not started due to port not set","logging-call-at":"pprof.go:68"} {"level":"info","ts":"2022-06-28T10:50:30.301Z","msg":"Updated dynamic config","logging-call-at":"fileBasedClient.go:262"} {"level":"info","ts":"2022-06-28T10:50:30.301Z","msg":"Get dynamic config","name":"history.persistenceMaxQPS","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Get dynamic config","name":"system.advancedVisibilityWritingMode","value":"off","default-value":"off","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Get dynamic config","name":"history.throttledLogRPS","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Created gRPC listener","service":"history","address":"10.10.121.128:7234","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Get dynamic config","name":"history.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.330Z","msg":"Get dynamic config","name":"history.persistenceMaxQPS","value":"3000","default-value":"9000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.340Z","msg":"Get dynamic config","name":"system.enableVisibilitySampling","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.346Z","msg":"elastic search config","service":"history","es-config":"","logging-call-at":"service.go:151"} {"level":"info","ts":"2022-06-28T10:50:30.346Z","msg":"history starting","service":"history","logging-call-at":"service.go:152"} {"level":"info","ts":"2022-06-28T10:50:30.346Z","msg":"Get dynamic config","name":"history.rps","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.346Z","msg":"RuntimeMetricsReporter started","service":"history","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-06-28T10:50:30.347Z","msg":"Get dynamic config","name":"matching.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.347Z","msg":"Created gRPC listener","service":"matching","address":"10.10.121.128:7235","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-06-28T10:50:30.347Z","msg":"Get dynamic config","name":"matching.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.347Z","msg":"Get dynamic config","name":"matching.persistenceMaxQPS","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.361Z","msg":"matching starting","service":"matching","logging-call-at":"service.go:95"} {"level":"info","ts":"2022-06-28T10:50:30.361Z","msg":"Get dynamic config","name":"matching.rps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.361Z","msg":"RuntimeMetricsReporter started","service":"matching","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-06-28T10:50:30.362Z","msg":"Get dynamic config","name":"frontend.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.362Z","msg":"Created gRPC listener","service":"frontend","address":"10.10.121.128:7233","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-06-28T10:50:30.362Z","msg":"Get dynamic config","name":"frontend.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.363Z","msg":"Get dynamic config","name":"frontend.persistenceMaxQPS","value":"3000","default-value":"2000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.371Z","msg":"Membership heartbeat upserted successfully","service":"history","address":"10.10.121.128","port":6934,"hostId":"20ac978f-f6d0-11ec-86f2-8a08df414242","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-06-28T10:50:30.374Z","msg":"Membership heartbeat upserted successfully","service":"matching","address":"10.10.121.128","port":6935,"hostId":"20aeff04-f6d0-11ec-86f2-8a08df414242","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-06-28T10:50:30.375Z","msg":"bootstrap hosts fetched","service":"history","bootstrap-hostports":"10.10.121.128:6934,10.10.121.128:6935","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-06-28T10:50:30.376Z","msg":"bootstrap hosts fetched","service":"matching","bootstrap-hostports":"10.10.121.128:6934,10.10.121.128:6935","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-06-28T10:50:30.377Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"matching","addresses":"[10.10.121.128:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.381Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"history","addresses":"[10.10.121.128:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.381Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"matching","addresses":"[10.10.121.128:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.381Z","msg":"Service resources started","service":"matching","address":"10.10.121.128:7235","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-06-28T10:50:30.381Z","msg":"Starting to serve on matching listener","service":"matching","logging-call-at":"service.go:115"} {"level":"info","ts":"2022-06-28T10:50:30.382Z","msg":"Get dynamic config","name":"system.enableVisibilitySampling","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"Service resources started","service":"history","address":"10.10.121.128:7234","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"Replication task fetchers started.","service":"history","logging-call-at":"replicationTaskFetcher.go:156"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"Get dynamic config","name":"system.enablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"Get dynamic config","name":"history.acquireShardConcurrency","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-06-28T10:50:30.385Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-06-28T10:50:30.386Z","msg":"frontend starting","service":"frontend","logging-call-at":"service.go:234"} {"level":"info","ts":"2022-06-28T10:50:30.386Z","msg":"Get dynamic config","name":"system.minRetentionDays","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.386Z","msg":"Get dynamic config","name":"frontend.rps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.386Z","msg":"RuntimeMetricsReporter started","service":"frontend","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-06-28T10:50:30.387Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.387Z","msg":"Get dynamic config","name":"worker.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.387Z","msg":"Created gRPC listener","service":"worker","address":"10.10.121.128:7239","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-06-28T10:50:30.387Z","msg":"Get dynamic config","name":"worker.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.387Z","msg":"Get dynamic config","name":"worker.persistenceMaxQPS","value":"500","default-value":"500","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.388Z","msg":"Get dynamic config","name":"history.eventsCacheInitialSize","value":"128","default-value":"128","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.388Z","msg":"Get dynamic config","name":"history.eventsCacheMaxSize","value":"512","default-value":"512","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.388Z","msg":"Get dynamic config","name":"history.eventsCacheTTL","value":"1h0m0s","default-value":"1h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.390Z","msg":"Membership heartbeat upserted successfully","service":"frontend","address":"10.10.121.128","port":6933,"hostId":"20b2c637-f6d0-11ec-86f2-8a08df414242","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-06-28T10:50:30.392Z","msg":"bootstrap hosts fetched","service":"frontend","bootstrap-hostports":"10.10.121.128:6934,10.10.121.128:6935,10.10.121.128:6933","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Range updated for shardID","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","shard-range-id":113,"previous-shard-range-id":112,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Acquired shard","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.cacheInitialSize","value":"128","default-value":"128","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.cacheTTL","value":"1h0m0s","default-value":"1h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.cacheMaxSize","value":"512","default-value":"512","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.archiveRequestRPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.numParentClosePolicySystemWorkflows","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.transferProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.transferTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.transferTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.timerProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.timerTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.timerTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityProcessorEnabled","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"Get dynamic config","name":"limit.maxIDLength","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.393Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Timer queue processor started.","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"none","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.visibilityProcessorCompleteTaskInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorCompleteTransferInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.394Z","msg":"Get dynamic config","name":"history.timerProcessorMaxTimeShift","value":"1s","default-value":"1s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.timerProcessorCompleteTimerInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Get dynamic config","name":"history.visibilityProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Range updated for shardID","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","shard-range-id":113,"previous-shard-range-id":112,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Acquired shard","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Timer queue processor started.","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-06-28T10:50:30.395Z","msg":"none","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-06-28T10:50:30.397Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"history","addresses":"[10.10.121.128:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.397Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"frontend","addresses":"[10.10.121.128:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.397Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"matching","addresses":"[10.10.121.128:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"frontend","addresses":"[10.10.121.128:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"history","addresses":"[10.10.121.128:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.398Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Range updated for shardID","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","shard-range-id":113,"previous-shard-range-id":112,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Acquired shard","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Timer queue processor started.","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-06-28T10:50:30.401Z","msg":"none","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-06-28T10:50:30.402Z","msg":"Range updated for shardID","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","shard-range-id":113,"previous-shard-range-id":112,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-06-28T10:50:30.402Z","msg":"Acquired shard","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"Timer queue processor started.","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-06-28T10:50:30.403Z","msg":"none","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"none","service":"history","component":"shard-controller","address":"10.10.121.128:7234","lifecycle":"Started","logging-call-at":"controller_impl.go:155"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"Starting to serve on history listener","service":"history","logging-call-at":"service.go:172"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"Service resources started","service":"frontend","address":"10.10.121.128:7233","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"Get dynamic config","name":"frontend.enableServerVersionCheck","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"Starting to serve on frontend listener","service":"frontend","logging-call-at":"service.go:276"} {"level":"info","ts":"2022-06-28T10:50:30.404Z","msg":"Get dynamic config","name":"history.acquireShardInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.421Z","msg":"worker starting","service":"worker","component":"worker","logging-call-at":"service.go:178"} {"level":"info","ts":"2022-06-28T10:50:30.421Z","msg":"RuntimeMetricsReporter started","service":"worker","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-06-28T10:50:30.429Z","msg":"Membership heartbeat upserted successfully","service":"worker","address":"10.10.121.128","port":6939,"hostId":"20b81e3b-f6d0-11ec-86f2-8a08df414242","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-06-28T10:50:30.431Z","msg":"bootstrap hosts fetched","service":"worker","bootstrap-hostports":"10.10.121.128:6935,10.10.121.128:6933,10.10.121.128:6939,10.10.121.128:6934","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-06-28T10:50:30.434Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"matching","addresses":"[10.10.121.128:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.434Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"history","addresses":"[10.10.121.128:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.434Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"worker","addresses":"[10.10.121.128:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.434Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"frontend","addresses":"[10.10.121.128:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.434Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.435Z","msg":"none","service":"history","component":"shard-controller","address":"10.10.121.128:7234","shard-update":"RingMembershipChangedEvent","number-processed":1,"number-deleted":0,"number":0,"logging-call-at":"controller_impl.go:326"} {"level":"info","ts":"2022-06-28T10:50:30.435Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.435Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.435Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.435Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"worker","addresses":"[10.10.121.128:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.438Z","msg":"Service resources started","service":"worker","address":"10.10.121.128:7239","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-06-28T10:50:30.441Z","msg":"Get dynamic config","name":"worker.executionsScannerEnabled","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.441Z","msg":"Get dynamic config","name":"worker.taskQueueScannerEnabled","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.454Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.454Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.454Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"worker","addresses":"[10.10.121.128:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.454Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.454Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.465Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.465Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.465Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.465Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"worker","addresses":"[10.10.121.128:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"none","service":"history","component":"shard-controller","address":"10.10.121.128:7234","shard-update":"RingMembershipChangedEvent","number-processed":1,"number-deleted":0,"number":0,"logging-call-at":"controller_impl.go:326"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.466Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"frontend","addresses":"[10.10.121.128:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-06-28T10:50:30.467Z","msg":"Received a ring changed event","service":"history","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-06-28T10:50:30.470Z","msg":"Get dynamic config","name":"history.stickyTTL","value":"8760h0m0s","default-value":"8760h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.471Z","msg":"Get dynamic config","service":"history","name":"matching.numTaskqueueWritePartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"Get dynamic config","name":"matching.outstandingTaskAppendsThreshold","value":"250","default-value":"250","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"Get dynamic config","name":"matching.getTasksBatchSize","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"Get dynamic config","name":"matching.forwarderMaxOutstandingTasks","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"Get dynamic config","name":"matching.forwarderMaxOutstandingPolls","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.473Z","msg":"Get dynamic config","name":"matching.forwarderMaxRatePerSecond","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.479Z","msg":"Get dynamic config","name":"system.advancedVisibilityWritingMode","value":"off","default-value":"off","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.479Z","msg":"Get dynamic config","name":"history.historyVisibilityOpenMaxQPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"limit.historySize.warn","value":"10485760","default-value":"10485760","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"limit.historySize.error","value":"52428800","default-value":"52428800","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"limit.historyCount.warn","value":"10240","default-value":"10240","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"limit.historyCount.error","value":"51200","default-value":"51200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"history.maximumBufferedEventsBatch","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"history.mutableStateChecksumGenProbability","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.482Z","msg":"Get dynamic config","name":"system.transactionSizeLimit","value":"14680064","default-value":"14680064","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"Get dynamic config","name":"matching.forwarderMaxChildrenPerNode","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"Get dynamic config","name":"matching.updateAckInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"Get dynamic config","name":"matching.idleTaskqueueCheckInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"Get dynamic config","name":"system.visibilityArchivalState","value":"enabled","default-value":"enabled","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.485Z","msg":"Get dynamic config","name":"history.historyVisibilityClosedMaxQPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.486Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"CONNECTION_UPDATER","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.492Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"CONNECTION_UPDATER","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.493Z","msg":"Get dynamic config","name":"matching.maxTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.515Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.520Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.570Z","msg":"Get dynamic config","name":"frontend.enableClientVersionCheck","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.573Z","msg":"Get dynamic config","name":"limit.maxIDLength","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.574Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:a836246a-2be2-425d-88e1-f8633c3fa7fc","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.574Z","msg":"Get dynamic config","service":"frontend","name":"matching.numTaskqueueReadPartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.574Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.576Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-tq-scanner-taskqueue-0","WorkerID":"1@airbyte-temporal-759cd87c7b-vqxb6@"} {"level":"info","ts":"2022-06-28T10:50:30.576Z","msg":"Get dynamic config","name":"system.historyArchivalState","value":"enabled","default-value":"enabled","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.578Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.580Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.582Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:c73765e4-5209-470c-9cbc-d1d38aafda01","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.583Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.584Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-archival-tq","WorkerID":"1@airbyte-temporal-759cd87c7b-vqxb6@"} {"level":"info","ts":"2022-06-28T10:50:30.584Z","msg":"Get dynamic config","name":"worker.enableBatcher","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.584Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.584Z","msg":"Get dynamic config","name":"matching.longPollExpirationInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.584Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-tq-scanner-taskqueue-0","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.585Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:a836246a-2be2-425d-88e1-f8633c3fa7fc","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.585Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-archival-tq","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.586Z","msg":"Get dynamic config","name":"matching.numTaskqueueReadPartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.586Z","msg":"Get dynamic config","name":"matching.minTaskThrottlingBurstSize","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.587Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:44845a36-6f2e-41df-8b12-b810eb1d2820","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.588Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-batcher-taskqueue","WorkerID":"1@airbyte-temporal-759cd87c7b-vqxb6@"} {"level":"info","ts":"2022-06-28T10:50:30.588Z","msg":"Get dynamic config","name":"system.enableParentClosePolicyWorker","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:30.588Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.589Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.590Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-batcher-taskqueue","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.590Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:600f2dec-d7b0-41cd-b911-7052b8e38f92","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.591Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-processor-parent-close-policy","WorkerID":"1@airbyte-temporal-759cd87c7b-vqxb6@"} {"level":"info","ts":"2022-06-28T10:50:30.591Z","msg":"worker started","service":"worker","component":"worker","logging-call-at":"service.go:201"} {"level":"info","ts":"2022-06-28T10:50:30.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-archival-tq","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.593Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-processor-parent-close-policy","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.594Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-batcher-taskqueue","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-tq-scanner-taskqueue-0","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.596Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.598Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.606Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-tq-scanner-taskqueue-0","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:c73765e4-5209-470c-9cbc-d1d38aafda01","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.608Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-archival-tq","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.613Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-archival-tq","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.638Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.638Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"temporal-sys-processor-parent-close-policy","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:30.644Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:600f2dec-d7b0-41cd-b911-7052b8e38f92","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.652Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-759cd87c7b-vqxb6:44845a36-6f2e-41df-8b12-b810eb1d2820","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.658Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-tq-scanner-taskqueue-0","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.662Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.665Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-batcher-taskqueue","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.669Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-batcher-taskqueue","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.674Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-processor-parent-close-policy","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:30.703Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"temporal-sys-processor-parent-close-policy","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:34.443Z","msg":"Get dynamic config","name":"frontend.globalNamespacerps","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:34.443Z","msg":"Get dynamic config","name":"frontend.namespacerps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:34.443Z","msg":"Get dynamic config","name":"limit.blobSize.error","value":"15728640","default-value":"2097152","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:34.443Z","msg":"Get dynamic config","name":"limit.blobSize.warn","value":"10485760","default-value":"262144","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:34.444Z","msg":"Get dynamic config","name":"history.defaultWorkflowTaskTimeout","value":"10s","default-value":"10s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:34.480Z","msg":"temporal-sys-tq-scanner-workflow workflow successfully started","service":"worker","logging-call-at":"scanner.go:188"} + echo 'Registering default namespace: default' + tctl --ns default namespace describe Registering default namespace: default Name: default Id: 0e7cedcd-e2a2-4eda-af21-1bb9087f24c5 Description: Default namespace for Temporal Server OwnerEmail: NamespaceData: map[string]string(nil) State: Registered RetentionInDays: 720h0m0s ActiveClusterName: active Clusters: active HistoryArchivalState: Disabled VisibilityArchivalState: Disabled Bad binaries to reset: +-----------------+----------+------------+--------+ | BINARY CHECKSUM | OPERATOR | START TIME | REASON | +-----------------+----------+------------+--------+ +-----------------+----------+------------+--------+ Default namespace registration complete. + echo 'Default namespace registration complete.' {"level":"info","ts":"2022-06-28T10:50:35.500Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:35.505Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:35.506Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"CONNECTION_UPDATER","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:35.510Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"CONNECTION_UPDATER","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:41.376Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:41.381Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.505Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"DISCOVER_SCHEMA","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.511Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"DISCOVER_SCHEMA","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.535Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"DISCOVER_SCHEMA","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.539Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.540Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"DISCOVER_SCHEMA","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.544Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.545Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.548Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.550Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.550Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.553Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.554Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.555Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.556Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.558Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.561Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.561Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.563Z","msg":"Get dynamic config","name":"matching.maxTaskDeleteBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:43.565Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"CHECK_CONNECTION","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.567Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"CHECK_CONNECTION","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.569Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.570Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.571Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.573Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"CHECK_CONNECTION","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.574Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"CHECK_CONNECTION","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.574Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"SYNC","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.576Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.578Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.579Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.579Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.581Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"SYNC","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.582Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.584Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"SYNC","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.585Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.586Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.587Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.587Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.588Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.589Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"SYNC","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.590Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.591Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"GET_SPEC","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"GET_SPEC","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.594Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.598Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:43.598Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.599Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"GET_SPEC","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.600Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.605Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.608Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.610Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.612Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xpbqg:f4a3e88d-49cb-42e5-844c-bea1b4897d2b/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:43.625Z","msg":"Get dynamic config","name":"frontend.historyMaxPageSize","value":"256","default-value":"256","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:43.703Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"GET_SPEC","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.113Z","msg":"Get dynamic config","name":"frontend.enableTokenNamespaceEnforcement","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:44.114Z","msg":"Get dynamic config","name":"history.historyMaxAutoResetPoints","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:44.114Z","msg":"Get dynamic config","name":"limit.blobSize.warn","value":"10485760","default-value":"524288","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:44.114Z","msg":"Get dynamic config","name":"limit.blobSize.error","value":"15728640","default-value":"2097152","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:44.572Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.578Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.579Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.584Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.603Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.655Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.660Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.676Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.681Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.687Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.692Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.722Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.727Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.730Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.732Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.735Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.736Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.740Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.743Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.869Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.874Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.925Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/CHECK_CONNECTION/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.930Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/CHECK_CONNECTION/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.937Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.942Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.958Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/GET_SPEC/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.959Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.959Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.961Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.964Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.964Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/GET_SPEC/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.966Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.967Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.969Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.971Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-xxgkc:5198cf17-67bf-43f6-a981-f91a51a16016/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.975Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.978Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.980Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:44.982Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.985Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:44.987Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.137Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.139Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.141Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.144Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.144Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.146Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.148Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.151Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-75cs4:8441416a-b00d-4c24-86d9-a19d4921db93","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.533Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.540Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.540Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.540Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.542Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.560Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.561Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.562Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.907Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.911Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.915Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.915Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.918Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.919Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:45.922Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:45.925Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-shrsb:1aa997bd-7f80-4448-a881-0932d50b7d1b/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.459Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.459Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.459Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.467Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.468Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.469Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.503Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.505Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.506Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.507Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:46.516Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.519Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.522Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:46.522Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-cbzjg:be8e905c-df91-4571-b452-4c0c9ccbade4","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:49.124Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:49.132Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:49.132Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:49.132Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:49.133Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:50:49.140Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:49.141Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:49.141Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-n6sdt:17d894b2-f41f-4bfc-8806-3b6ffa99c196","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:50:56.442Z","msg":"Get dynamic config","name":"history.shardUpdateMinInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:50:56.442Z","msg":"Get dynamic config","name":"history.emitShardDiffLog","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:51:29.600Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:29.600Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:29.605Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:29.606Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:29.609Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:29.614Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:30.394Z","msg":"Get dynamic config","name":"history.visibilityProcessorCompleteTaskFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:51:30.394Z","msg":"Get dynamic config","name":"history.transferProcessorCompleteTransferFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:51:30.395Z","msg":"Get dynamic config","name":"history.timerProcessorCompleteTimerFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:51:30.587Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:30.592Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:30.593Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:30.598Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:43.693Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/SYNC/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:43.699Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/SYNC/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:43.740Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:43.748Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-5w5xd:0e5aaaf3-2e46-4851-868f-ac323b0bb4b5/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:43.986Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:43.993Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:51:45.470Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:51:45.477Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-hjvpt:c21e4193-3c55-4403-972b-818a4b0a3c33/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:52:28.600Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:52:28.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:52:28.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:52:28.612Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:52:28.615Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:52:28.620Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:52:29.664Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:52:29.669Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/1","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:53:28.601Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:53:28.607Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:53:29.595Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-archival-tq/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:53:29.600Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-archival-tq/2","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:53:31.937Z","msg":"Get dynamic config","name":"system.disallowQuery","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:53:31.946Z","msg":"Get dynamic config","name":"system.enableStickyQuery","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:53:31.956Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:53:31.962Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:53:36.946Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_830005e0-69ba-401e-9aaf-76ebca3d7295","wf-run-id":"41008c05-b360-4af3-9830-bb0ac9cb77d3","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T10:53:36.954Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_830005e0-69ba-401e-9aaf-76ebca3d7295","wf-run-id":"41008c05-b360-4af3-9830-bb0ac9cb77d3","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:36.954Z","msg":"Get dynamic config","service":"history","name":"matching.numTaskqueueReadPartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:53:36.956Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d28e0e80-1307-4b89-a7ad-d9833e0dc3ec","wf-run-id":"51147824-2955-4642-9bc6-e426317af794","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T10:53:36.957Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9030bfaf-26ca-42b5-87fa-c8b3c71f55ed","wf-run-id":"a88745b2-0833-4cc4-9bc2-e8e5b265eaec","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T10:53:36.964Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d28e0e80-1307-4b89-a7ad-d9833e0dc3ec","wf-run-id":"51147824-2955-4642-9bc6-e426317af794","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:36.971Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9030bfaf-26ca-42b5-87fa-c8b3c71f55ed","wf-run-id":"a88745b2-0833-4cc4-9bc2-e8e5b265eaec","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:37.118Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d28e0e80-1307-4b89-a7ad-d9833e0dc3ec","wf-run-id":"51147824-2955-4642-9bc6-e426317af794","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:37.324Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9030bfaf-26ca-42b5-87fa-c8b3c71f55ed","wf-run-id":"a88745b2-0833-4cc4-9bc2-e8e5b265eaec","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:37.374Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_830005e0-69ba-401e-9aaf-76ebca3d7295","wf-run-id":"41008c05-b360-4af3-9830-bb0ac9cb77d3","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T10:53:37.376Z","msg":"Get dynamic config","name":"history.maximumSignalsPerExecution","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:53:37.405Z","msg":"Get dynamic config","name":"history.MaxBufferedQueryCount","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:53:37.413Z","msg":"Get dynamic config","name":"history.defaultActivityRetryPolicy","value":"map[BackoffCoefficient:2 InitialIntervalInSeconds:1 MaximumAttempts:0 MaximumIntervalCoefficient:100]","default-value":"map[BackoffCoefficient:2 InitialIntervalInSeconds:1 MaximumAttempts:0 MaximumIntervalCoefficient:100]","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:54:07.385Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:54:07.390Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:54:09.494Z","msg":"Get dynamic config","name":"history.enableParentClosePolicy","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:54:27.641Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:54:27.646Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:54:30.673Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:54:30.677Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/3","wf-task-queue-type":"Activity","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:55:26.609Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:55:26.610Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:55:26.615Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-tq-scanner-taskqueue-0/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:55:26.615Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-batcher-taskqueue/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T10:55:30.485Z","msg":"Get dynamic config","name":"matching.maxTaskqueueIdleTime","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T10:57:24.649Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T10:57:24.658Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/temporal-sys-processor-parent-close-policy/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:00:31.148Z","msg":"Get dynamic config","name":"history.defaultWorkflowRetryPolicy","value":"map[BackoffCoefficient:2 InitialIntervalInSeconds:1 MaximumAttempts:0 MaximumIntervalCoefficient:100]","default-value":"map[BackoffCoefficient:2 InitialIntervalInSeconds:1 MaximumAttempts:0 MaximumIntervalCoefficient:100]","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T11:00:31.176Z","msg":"Get dynamic config","name":"system.enableReadFromHistoryArchival","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T11:00:31.197Z","msg":"Get dynamic config","name":"history.longPollExpirationInterval","value":"20s","default-value":"20s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T11:00:51.197Z","msg":"Get dynamic config","name":"frontend.sendRawWorkflowHistory","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-06-28T11:01:40.374Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7eedf29e-351a-4811-9c6e-63ffb5566780","wf-run-id":"249bba45-e73f-4570-ba62-b8d746b934a5","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:01:40.382Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7eedf29e-351a-4811-9c6e-63ffb5566780","wf-run-id":"249bba45-e73f-4570-ba62-b8d746b934a5","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:01:40.700Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:01:40.706Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:01:45.701Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_09f4e587-1123-444e-964d-63cd76fcd656","wf-run-id":"29b8796a-9237-4ba7-8f38-ece9cd4c95cf","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:01:45.708Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_09f4e587-1123-444e-964d-63cd76fcd656","wf-run-id":"29b8796a-9237-4ba7-8f38-ece9cd4c95cf","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:01:50.980Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_840f2c3a-50dc-4aae-8b21-6d4b0f79a0e9","wf-run-id":"e2350aba-32f7-4046-942a-1510d6bb8429","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:01:50.988Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_840f2c3a-50dc-4aae-8b21-6d4b0f79a0e9","wf-run-id":"e2350aba-32f7-4046-942a-1510d6bb8429","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:01:56.257Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_87009b58-122f-4c94-a691-4fcd530cc2e6","wf-run-id":"9ade4fcb-e5d1-44d9-9e22-826d05cbbc28","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:01:56.265Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_87009b58-122f-4c94-a691-4fcd530cc2e6","wf-run-id":"9ade4fcb-e5d1-44d9-9e22-826d05cbbc28","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:01:56.538Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:01:56.543Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:02:01.538Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a7e8e8b4-03dd-44ed-a1b8-db11406a8e31","wf-run-id":"44506f63-c33f-4735-b349-0da748176379","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:01.546Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a7e8e8b4-03dd-44ed-a1b8-db11406a8e31","wf-run-id":"44506f63-c33f-4735-b349-0da748176379","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:07.128Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d583551a-30b3-4062-9820-db597c4312d0","wf-run-id":"fec18a86-8b16-4865-b77a-97160bf6fbac","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:07.136Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d583551a-30b3-4062-9820-db597c4312d0","wf-run-id":"fec18a86-8b16-4865-b77a-97160bf6fbac","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:07.447Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:02:07.452Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:02:12.446Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_126b00a0-10fc-430a-8290-32dab53cc47a","wf-run-id":"32a14086-3407-41f5-adb2-5e5b84ac9352","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:12.454Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_126b00a0-10fc-430a-8290-32dab53cc47a","wf-run-id":"32a14086-3407-41f5-adb2-5e5b84ac9352","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:12.735Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:02:12.740Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:02:17.735Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd1e641b-f28a-4000-af28-4e1ddc890462","wf-run-id":"161b24cd-f00c-46e5-9b34-ef8e1ab74930","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:17.743Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd1e641b-f28a-4000-af28-4e1ddc890462","wf-run-id":"161b24cd-f00c-46e5-9b34-ef8e1ab74930","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:23.014Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3b841fce-ca49-4b88-95ed-141dc91a96e2","wf-run-id":"7b806457-0d50-419c-b3b4-a03be98a3765","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:23.022Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3b841fce-ca49-4b88-95ed-141dc91a96e2","wf-run-id":"7b806457-0d50-419c-b3b4-a03be98a3765","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:23.314Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:02:23.319Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:02:28.314Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_c34d6177-4d17-46a8-8ae1-fec4bf90505c","wf-run-id":"b515bcde-4534-418f-8bc8-37303790fef5","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:28.323Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_c34d6177-4d17-46a8-8ae1-fec4bf90505c","wf-run-id":"b515bcde-4534-418f-8bc8-37303790fef5","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:33.618Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5aab453c-18a3-4b33-907a-442354c98ef7","wf-run-id":"1d175bb7-3c31-484a-8d3a-5c016c73e818","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:33.627Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5aab453c-18a3-4b33-907a-442354c98ef7","wf-run-id":"1d175bb7-3c31-484a-8d3a-5c016c73e818","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:38.927Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1c6912af-f8ec-4ab7-9893-29dca03e19dc","wf-run-id":"3c297ab3-f4ed-457a-b89f-d933248a4983","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:38.935Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1c6912af-f8ec-4ab7-9893-29dca03e19dc","wf-run-id":"3c297ab3-f4ed-457a-b89f-d933248a4983","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:44.214Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_121b8063-d6e4-481b-86ea-0e63bee0aec2","wf-run-id":"0f852739-2e8a-4f16-bec5-710b95997b3c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:44.222Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_121b8063-d6e4-481b-86ea-0e63bee0aec2","wf-run-id":"0f852739-2e8a-4f16-bec5-710b95997b3c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:44.492Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:02:44.499Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:02:49.492Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fe3c1e06-6253-4bfe-9c88-f2338461981f","wf-run-id":"195be2b0-d6cf-489c-9f71-0ba7fae1bba3","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:49.500Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fe3c1e06-6253-4bfe-9c88-f2338461981f","wf-run-id":"195be2b0-d6cf-489c-9f71-0ba7fae1bba3","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:02:54.794Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_28c06ed5-947a-4a03-b93f-d67bf3b628ef","wf-run-id":"b3fb439a-57d9-4102-8db4-9a17a52ed6ec","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:02:54.802Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_28c06ed5-947a-4a03-b93f-d67bf3b628ef","wf-run-id":"b3fb439a-57d9-4102-8db4-9a17a52ed6ec","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:00.102Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0d30ba47-3350-4360-94a3-5c26e56ad0c7","wf-run-id":"a7a9f31f-ea79-474d-a943-5f86ff4bbacd","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:00.110Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0d30ba47-3350-4360-94a3-5c26e56ad0c7","wf-run-id":"a7a9f31f-ea79-474d-a943-5f86ff4bbacd","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:05.349Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9680e2fb-593e-4d81-aed6-e2a79ff138a4","wf-run-id":"2e36f058-8436-44e6-bb18-92fa49cf1dd4","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:05.357Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9680e2fb-593e-4d81-aed6-e2a79ff138a4","wf-run-id":"2e36f058-8436-44e6-bb18-92fa49cf1dd4","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:10.616Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd670cf9-d04f-41a2-8d2a-a10e42b498ca","wf-run-id":"02103061-77ce-40ed-86b6-dd1e217253bd","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:10.623Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd670cf9-d04f-41a2-8d2a-a10e42b498ca","wf-run-id":"02103061-77ce-40ed-86b6-dd1e217253bd","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:15.898Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_edce7ad4-e828-4e88-bb6b-bb397b3133d5","wf-run-id":"73771e6a-a800-4c73-b9e3-69d765a33304","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:15.905Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_edce7ad4-e828-4e88-bb6b-bb397b3133d5","wf-run-id":"73771e6a-a800-4c73-b9e3-69d765a33304","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:21.156Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5d839fef-c886-40e4-9e23-f020678c095f","wf-run-id":"dfdf1641-6fff-4f52-a849-34f0ff551c26","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:21.164Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5d839fef-c886-40e4-9e23-f020678c095f","wf-run-id":"dfdf1641-6fff-4f52-a849-34f0ff551c26","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:26.439Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_faaedf98-cd01-4664-8804-078dea4f0946","wf-run-id":"ffbc6bea-54e4-4364-9a3c-091572ff227d","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:26.447Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_faaedf98-cd01-4664-8804-078dea4f0946","wf-run-id":"ffbc6bea-54e4-4364-9a3c-091572ff227d","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:31.708Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_cc6cd423-0215-4da9-849c-3ecc0c2c45b3","wf-run-id":"1f6e9d5f-23a8-4632-aa04-e9a9a84426be","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:31.715Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_cc6cd423-0215-4da9-849c-3ecc0c2c45b3","wf-run-id":"1f6e9d5f-23a8-4632-aa04-e9a9a84426be","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:36.957Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a919108b-b556-46cd-84d3-89f214b92050","wf-run-id":"10fd5344-0290-4df1-bbf6-fbe66b29982c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:36.965Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a919108b-b556-46cd-84d3-89f214b92050","wf-run-id":"10fd5344-0290-4df1-bbf6-fbe66b29982c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:42.279Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1de3a6ca-ad44-4902-b73a-5945d6b5146e","wf-run-id":"c7cdbace-472b-4beb-a67f-e96e74a79f84","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:42.287Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1de3a6ca-ad44-4902-b73a-5945d6b5146e","wf-run-id":"c7cdbace-472b-4beb-a67f-e96e74a79f84","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:47.524Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_c06ac7ab-fa38-4b27-b9d4-bd19e1e71f15","wf-run-id":"ae559eff-4aa7-484f-8a38-ff0c9d5f0af2","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:47.532Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_c06ac7ab-fa38-4b27-b9d4-bd19e1e71f15","wf-run-id":"ae559eff-4aa7-484f-8a38-ff0c9d5f0af2","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:52.778Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4557dbc1-f4c9-4aae-a38b-cb4cced22b6b","wf-run-id":"f1d6eeba-a2d1-47db-9e38-e2433b082134","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:52.786Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4557dbc1-f4c9-4aae-a38b-cb4cced22b6b","wf-run-id":"f1d6eeba-a2d1-47db-9e38-e2433b082134","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:03:58.052Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_68dad3f7-4972-4bbe-b17a-28f34e1bda12","wf-run-id":"1bb6363d-14f4-4f01-9c58-9468c82732ab","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:03:58.060Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_68dad3f7-4972-4bbe-b17a-28f34e1bda12","wf-run-id":"1bb6363d-14f4-4f01-9c58-9468c82732ab","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:09:23.433Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:23.440Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:09:23.477Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:09:23.550Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:23.550Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:23.673Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:23.673Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:24.598Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:24.598Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:24.711Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:24.711Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:24.717Z","msg":"Internal service error","service":"history","error":"consistent query buffer is full, cannot accept new consistent queries","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","logging-call-at":"handler.go:1788","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1788\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:26.431Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:26.431Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:26.565Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:26.565Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:28.170Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:28.170Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:28.258Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","wf-run-id":"627a5ba5-165f-44a6-b38f-41f360741444","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:28.258Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_ac3797b5-87f8-4b6e-a68a-804b58beb63d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414563\n nanos: 538955739\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490566\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:46.756Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:46.764Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:09:46.793Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:09:46.866Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:46.870Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:46.905Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:46.905Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:49.146Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:49.146Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:49.170Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:49.170Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:09:50.554Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:09:50.554Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:09:50.640Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"f25aab66-30f4-492f-a43b-f98432e6966b","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:09:50.640Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414586\n nanos: 841072430\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490179\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:10:31.586Z","msg":"Internal service error","service":"history","error":"consistent query buffer is full, cannot accept new consistent queries","wf-id":"connection_manager_e3a45e31-85a1-418f-a94a-c69c1b34b382","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","logging-call-at":"handler.go:1788","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1788\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:11:09.240Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.247Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:09.248Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.249Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.255Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:09.256Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:09.271Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.273Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.276Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:11:09.278Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:09.280Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:09.282Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:11:11.213Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:11.213Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:11.221Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:11.229Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:11.258Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:11.278Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:11.379Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"48506cd4-a325-429a-879c-02320a97364c","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":4,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:11:11.384Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"48506cd4-a325-429a-879c-02320a97364c","wf-query-type":"getState","error":"java.lang.IllegalArgumentException: Unknown query type: getState, knownTypes=[]\n\tat io.temporal.internal.sync.QueryDispatcher.handleQuery(QueryDispatcher.java:79)\n\tat io.temporal.internal.sync.SyncWorkflowContext.handleQuery(SyncWorkflowContext.java:276)\n\tat io.temporal.internal.sync.WorkflowExecuteRunnable.handleQuery(WorkflowExecuteRunnable.java:121)\n\tat io.temporal.internal.sync.SyncWorkflow.query(SyncWorkflow.java:187)\n\tat io.temporal.internal.replay.ReplayWorkflowExecutor.query(ReplayWorkflowExecutor.java:136)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:244)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:11:11.384Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","error":"java.lang.IllegalArgumentException: Unknown query type: getState, knownTypes=[]\n\tat io.temporal.internal.sync.QueryDispatcher.handleQuery(QueryDispatcher.java:79)\n\tat io.temporal.internal.sync.SyncWorkflowContext.handleQuery(SyncWorkflowContext.java:276)\n\tat io.temporal.internal.sync.WorkflowExecuteRunnable.handleQuery(WorkflowExecuteRunnable.java:121)\n\tat io.temporal.internal.sync.SyncWorkflow.query(SyncWorkflow.java:187)\n\tat io.temporal.internal.replay.ReplayWorkflowExecutor.query(ReplayWorkflowExecutor.java:136)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:244)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:11:11.714Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:11.714Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:11:11.841Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414671\n nanos: 298925285\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490783\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:11:11.841Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414671\n nanos: 298925285\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490783\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:11:13.425Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:13.425Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":55,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:11:13.498Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","wf-run-id":"32b1acfe-2d2b-43c7-bf2c-8aa497b53d73","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414671\n nanos: 298925285\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490783\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:11:13.498Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_eb882a6b-e334-44f5-b346-efcd441d999d","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 55 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=53, workflowTaskStartedEventId=0, Currently Processing StartedEventId=53}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 55\nevent_time {\n seconds: 1656414671\n nanos: 298925285\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490783\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:11:29.683Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:29.691Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":57,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:29.814Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:29.821Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":57,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:29.853Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","wf-task-queue-name":"","wf-next-event-id":57,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:11:30.829Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:30.830Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":57,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:11:30.872Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 57 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=55, workflowTaskStartedEventId=0, Currently Processing StartedEventId=55}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 57\nevent_time {\n seconds: 1656414689\n nanos: 883493053\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490893\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:11:30.873Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 57 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=55, workflowTaskStartedEventId=0, Currently Processing StartedEventId=55}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 57\nevent_time {\n seconds: 1656414689\n nanos: 883493053\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490893\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:11:34.146Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:11:34.146Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":57,"logging-call-at":"historyEngine.go:963"} {"level":"error","ts":"2022-06-28T11:11:34.173Z","msg":"query directly though matching on non-sticky failed","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","wf-run-id":"8379cd01-0f80-4e16-ba01-d824d358f18c","wf-query-type":"getState","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 57 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=55, workflowTaskStartedEventId=0, Currently Processing StartedEventId=55}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 57\nevent_time {\n seconds: 1656414689\n nanos: 883493053\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490893\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"historyEngine.go:981","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*historyEngineImpl).queryDirectlyThroughMatching\n\t/temporal/service/history/historyEngine.go:981\ngo.temporal.io/server/service/history.(*historyEngineImpl).QueryWorkflow\n\t/temporal/service/history/historyEngine.go:830\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1165\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"error","ts":"2022-06-28T11:11:34.173Z","msg":"Uncategorized error","service":"history","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-id":"connection_manager_83b3463e-0eb6-4534-985d-ad43698e6982","error":"io.temporal.internal.replay.InternalWorkflowTaskException: Failure handling event 57 of type 'EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED' during replay. {PreviousStartedEventId=55, workflowTaskStartedEventId=0, Currently Processing StartedEventId=55}\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.createEventProcessingException(WorkflowStateMachines.java:222)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:201)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEvent(WorkflowStateMachines.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleWorkflowTaskImpl(ReplayWorkflowRunTaskHandler.java:175)\n\tat io.temporal.internal.replay.ReplayWorkflowRunTaskHandler.handleQueryWorkflowTask(ReplayWorkflowRunTaskHandler.java:243)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTaskWithQuery(ReplayWorkflowTaskHandler.java:117)\n\tat io.temporal.internal.replay.ReplayWorkflowTaskHandler.handleWorkflowTask(ReplayWorkflowTaskHandler.java:97)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:241)\n\tat io.temporal.internal.worker.WorkflowWorker$TaskHandlerImpl.handle(WorkflowWorker.java:199)\n\tat io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalArgumentException: Unexpected event:event_id: 57\nevent_time {\n seconds: 1656414689\n nanos: 883493053\n}\nevent_type: EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED\ntask_id: 118490893\nworkflow_execution_terminated_event_attributes {\n reason: \"Terminating workflow in unreachable state before starting a new workflow for this connection\"\n}\n\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleNonStatefulEvent(WorkflowStateMachines.java:494)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleSingleEvent(WorkflowStateMachines.java:240)\n\tat io.temporal.internal.statemachines.WorkflowStateMachines.handleEventsBatch(WorkflowStateMachines.java:199)\n\t... 11 more\n","logging-call-at":"handler.go:1794","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/history.(*Handler).updateErrorMetric\n\t/temporal/service/history/handler.go:1794\ngo.temporal.io/server/service/history.(*Handler).error\n\t/temporal/service/history/handler.go:1806\ngo.temporal.io/server/service/history.(*Handler).QueryWorkflow\n\t/temporal/service/history/handler.go:1167\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler.func1\n\t/temporal/api/historyservice/v1/service.pb.go:1401\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngo.temporal.io/server/api/historyservice/v1._HistoryService_QueryWorkflow_Handler\n\t/temporal/api/historyservice/v1/service.pb.go:1403\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1210\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1533\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:871"} {"level":"info","ts":"2022-06-28T11:12:08.259Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:12:08.267Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-r4dw2:29e01569-82dc-4dca-8dcc-c6d1c6c333ce/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:13:10.735Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7eedf29e-351a-4811-9c6e-63ffb5566780","wf-run-id":"1f0ecb65-439b-43db-9c71-16f85bfc8e4a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:10.743Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7eedf29e-351a-4811-9c6e-63ffb5566780","wf-run-id":"1f0ecb65-439b-43db-9c71-16f85bfc8e4a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:17.127Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd1e641b-f28a-4000-af28-4e1ddc890462","wf-run-id":"25b61d42-0dfe-4eac-bf6c-35f35fca4951","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:17.135Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_fd1e641b-f28a-4000-af28-4e1ddc890462","wf-run-id":"25b61d42-0dfe-4eac-bf6c-35f35fca4951","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:22.335Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3b841fce-ca49-4b88-95ed-141dc91a96e2","wf-run-id":"05f4ef14-47dd-4005-bdcf-06bfeeda990f","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:22.342Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3b841fce-ca49-4b88-95ed-141dc91a96e2","wf-run-id":"05f4ef14-47dd-4005-bdcf-06bfeeda990f","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:28.179Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_121b8063-d6e4-481b-86ea-0e63bee0aec2","wf-run-id":"dc279dde-159f-40e9-9347-288bd7bde66d","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:28.186Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_121b8063-d6e4-481b-86ea-0e63bee0aec2","wf-run-id":"dc279dde-159f-40e9-9347-288bd7bde66d","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:33.576Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_28c06ed5-947a-4a03-b93f-d67bf3b628ef","wf-run-id":"75a8f9dc-121f-4902-b294-ec3a3a7193ad","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:33.584Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_28c06ed5-947a-4a03-b93f-d67bf3b628ef","wf-run-id":"75a8f9dc-121f-4902-b294-ec3a3a7193ad","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:34.535Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-06-28T11:13:34.543Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-5d4f85c858-jn7lq:3e04c9af-1e52-4d75-8a33-537777ce27c8/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-06-28T11:13:40.376Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1de3a6ca-ad44-4902-b73a-5945d6b5146e","wf-run-id":"445ad7bc-dcda-417f-9b53-23a1c7d47d61","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:40.383Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1de3a6ca-ad44-4902-b73a-5945d6b5146e","wf-run-id":"445ad7bc-dcda-417f-9b53-23a1c7d47d61","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5x5zc:509831ee-7c0d-4a05-801e-ad0b4ad23914","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:45.791Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4557dbc1-f4c9-4aae-a38b-cb4cced22b6b","wf-run-id":"761eed14-1346-4c3b-a9e8-760904c15704","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:45.798Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4557dbc1-f4c9-4aae-a38b-cb4cced22b6b","wf-run-id":"761eed14-1346-4c3b-a9e8-760904c15704","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:51.390Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_20e0311c-fcbd-4f2b-9b1d-828d56de0ac3","wf-run-id":"ad087201-45b2-4ca3-bfb3-3f877ab15fe1","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:51.398Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_20e0311c-fcbd-4f2b-9b1d-828d56de0ac3","wf-run-id":"ad087201-45b2-4ca3-bfb3-3f877ab15fe1","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:13:56.621Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5da5f358-99dc-41d6-9b0a-5d9d40dc91d0","wf-run-id":"8bc0b46d-94a0-4ad1-a7ec-ac9439951325","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:13:56.629Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5da5f358-99dc-41d6-9b0a-5d9d40dc91d0","wf-run-id":"8bc0b46d-94a0-4ad1-a7ec-ac9439951325","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:01.848Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1fd3b60e-dca4-417a-98ef-f32379594664","wf-run-id":"9713aa80-db7c-42ef-93b6-517119300bb4","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:01.856Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1fd3b60e-dca4-417a-98ef-f32379594664","wf-run-id":"9713aa80-db7c-42ef-93b6-517119300bb4","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:07.067Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9c692708-b63a-4bac-8017-968ce68b39fd","wf-run-id":"74edf1d7-ecab-4f91-b928-ae206a173440","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:07.075Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9c692708-b63a-4bac-8017-968ce68b39fd","wf-run-id":"74edf1d7-ecab-4f91-b928-ae206a173440","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:12.285Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5c2b3990-16d4-4e52-8459-4f4e90243f1d","wf-run-id":"d2958458-970e-42cc-8cd0-52f4aa5b2213","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:12.293Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_5c2b3990-16d4-4e52-8459-4f4e90243f1d","wf-run-id":"d2958458-970e-42cc-8cd0-52f4aa5b2213","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:17.502Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_cf2cedd0-e830-4629-b0f9-e03bfd35818e","wf-run-id":"eb32c7fb-b710-4685-8fba-fab2a0074e4a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:17.509Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_cf2cedd0-e830-4629-b0f9-e03bfd35818e","wf-run-id":"eb32c7fb-b710-4685-8fba-fab2a0074e4a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:22.715Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"a0a080ab-3ec6-40a4-88a2-fcf82867ed1b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:22.722Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_7866c59b-843c-4b22-9cfd-6f6b8650ec50","wf-run-id":"a0a080ab-3ec6-40a4-88a2-fcf82867ed1b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":33,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:27.974Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a1398c35-469e-431b-be7a-a30e59e65e02","wf-run-id":"da1b00ae-9453-4bd1-bc74-bd034db82a10","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:27.982Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a1398c35-469e-431b-be7a-a30e59e65e02","wf-run-id":"da1b00ae-9453-4bd1-bc74-bd034db82a10","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:33.195Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4bd858b3-2f41-4b24-8f88-984c006aa521","wf-run-id":"72911151-e776-4a00-9a9f-6d41ac55c90c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:33.203Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4bd858b3-2f41-4b24-8f88-984c006aa521","wf-run-id":"72911151-e776-4a00-9a9f-6d41ac55c90c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:38.404Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3ec65642-4ac8-447a-b202-ba3c02cb3796","wf-run-id":"3a08a072-8c7b-45c6-a513-12881f506995","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:38.412Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3ec65642-4ac8-447a-b202-ba3c02cb3796","wf-run-id":"3a08a072-8c7b-45c6-a513-12881f506995","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:43.624Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_f5920ea5-b78f-4ec3-b9fe-e4c2bdb0ee9f","wf-run-id":"4bdd3a9b-1c87-4c0e-859d-efa0020fe7d8","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:43.632Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_f5920ea5-b78f-4ec3-b9fe-e4c2bdb0ee9f","wf-run-id":"4bdd3a9b-1c87-4c0e-859d-efa0020fe7d8","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:48.844Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3e9eef78-774a-49d8-bf21-3eac9599fc0f","wf-run-id":"b17e72db-a4b2-43e7-933c-2a146a53edb6","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:48.852Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_3e9eef78-774a-49d8-bf21-3eac9599fc0f","wf-run-id":"b17e72db-a4b2-43e7-933c-2a146a53edb6","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:54.066Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f63261d-9d39-4795-b91d-b413ccd579cc","wf-run-id":"8b26560d-907d-44d9-8d1b-9d4d9e85d2ac","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:54.073Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f63261d-9d39-4795-b91d-b413ccd579cc","wf-run-id":"8b26560d-907d-44d9-8d1b-9d4d9e85d2ac","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:14:59.289Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_82f8fa1e-26c4-423d-b706-177d6f6c9b34","wf-run-id":"931c589c-efd7-47e0-af4b-dcad3a845a0a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:14:59.297Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_82f8fa1e-26c4-423d-b706-177d6f6c9b34","wf-run-id":"931c589c-efd7-47e0-af4b-dcad3a845a0a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:04.511Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0e6fd723-041d-4055-8287-e22347086ce4","wf-run-id":"2690b177-2404-439f-9011-7523015a6871","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:04.519Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0e6fd723-041d-4055-8287-e22347086ce4","wf-run-id":"2690b177-2404-439f-9011-7523015a6871","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:09.745Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_507d431e-9fe1-4571-8963-8d14c61bdd4c","wf-run-id":"44bd841c-0eaa-4a46-be79-72be3400585c","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:09.753Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_507d431e-9fe1-4571-8963-8d14c61bdd4c","wf-run-id":"44bd841c-0eaa-4a46-be79-72be3400585c","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:15.173Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_67416462-a14c-4e31-9cc7-831f5d06e26b","wf-run-id":"28913c3a-cb5e-435a-8085-4ccf0059da55","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:15.180Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_67416462-a14c-4e31-9cc7-831f5d06e26b","wf-run-id":"28913c3a-cb5e-435a-8085-4ccf0059da55","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:20.385Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb42712d-039a-4780-83fa-5e0183980501","wf-run-id":"1e070abe-5215-409c-9c88-e6329182feb7","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:20.393Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_eb42712d-039a-4780-83fa-5e0183980501","wf-run-id":"1e070abe-5215-409c-9c88-e6329182feb7","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:25.596Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e15598ab-a7cb-4a4b-b912-6768d40b7b36","wf-run-id":"5efa2ce5-7da6-4944-9fc0-3e2e5dc196ea","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:25.605Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e15598ab-a7cb-4a4b-b912-6768d40b7b36","wf-run-id":"5efa2ce5-7da6-4944-9fc0-3e2e5dc196ea","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-5b2gf:b420b565-1cb8-46c7-a91e-26a75be00f4c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:30.811Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_077a32cf-1903-4a10-aed3-b58986359ce2","wf-run-id":"94f091e4-b7e6-4c2f-aa05-d3ca57e7345a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:30.818Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_077a32cf-1903-4a10-aed3-b58986359ce2","wf-run-id":"94f091e4-b7e6-4c2f-aa05-d3ca57e7345a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:36.037Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_703f9b09-db4e-492e-876c-6553f4201e87","wf-run-id":"fdde9af3-b8a4-4ab7-bebd-f74ba63fff4e","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:36.046Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_703f9b09-db4e-492e-876c-6553f4201e87","wf-run-id":"fdde9af3-b8a4-4ab7-bebd-f74ba63fff4e","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:41.258Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ed9bed55-e135-4057-8b51-b2c0393c28da","wf-run-id":"6a13a6b2-515d-47c7-bd4e-de83ecedaba2","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:41.266Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_ed9bed55-e135-4057-8b51-b2c0393c28da","wf-run-id":"6a13a6b2-515d-47c7-bd4e-de83ecedaba2","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:46.479Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e5156cb8-c4a1-4ceb-a49c-e4e13b71bb48","wf-run-id":"e1daccae-2cbd-4d0b-aa1b-b475ea7d3bf9","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:46.487Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e5156cb8-c4a1-4ceb-a49c-e4e13b71bb48","wf-run-id":"e1daccae-2cbd-4d0b-aa1b-b475ea7d3bf9","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:51.889Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_60c5920b-f753-4120-ad3d-e84df984097e","wf-run-id":"89979014-9e79-483f-bc24-6feda207aae3","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:51.897Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_60c5920b-f753-4120-ad3d-e84df984097e","wf-run-id":"89979014-9e79-483f-bc24-6feda207aae3","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:15:57.094Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9030bfaf-26ca-42b5-87fa-c8b3c71f55ed","wf-run-id":"f8470fb1-401e-4309-a885-401ce558d3fb","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:15:57.102Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9030bfaf-26ca-42b5-87fa-c8b3c71f55ed","wf-run-id":"f8470fb1-401e-4309-a885-401ce558d3fb","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-wkfgg:a36f7150-49ec-4669-ac58-e19953652617","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:02.515Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_355da26b-f724-459e-a5bd-4fac02838158","wf-run-id":"5f127cad-dd5a-4830-bcd7-4d8cca3e2935","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:02.522Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_355da26b-f724-459e-a5bd-4fac02838158","wf-run-id":"5f127cad-dd5a-4830-bcd7-4d8cca3e2935","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":20,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:07.733Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_79740658-9c7a-45ed-b467-c57b2e0c9404","wf-run-id":"7126da5a-2f60-4874-8dc7-07c3550c3ab1","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:07.740Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_79740658-9c7a-45ed-b467-c57b2e0c9404","wf-run-id":"7126da5a-2f60-4874-8dc7-07c3550c3ab1","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:12.962Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0699eef3-8538-4cf9-bf6a-c6d418bd6170","wf-run-id":"aca7d0bd-5c38-4bda-9bf3-31ab8f0c9ab3","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:12.969Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0699eef3-8538-4cf9-bf6a-c6d418bd6170","wf-run-id":"aca7d0bd-5c38-4bda-9bf3-31ab8f0c9ab3","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:18.184Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_347e5050-1693-4156-805e-1bfa36047353","wf-run-id":"eb258bc2-fa01-4733-9425-540097b759a4","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:18.191Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_347e5050-1693-4156-805e-1bfa36047353","wf-run-id":"eb258bc2-fa01-4733-9425-540097b759a4","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:23.392Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0ba16265-3c15-4ffd-abcd-d17d7a63ba96","wf-run-id":"d54c2ca2-4489-408e-b8d7-ff564ead6d00","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:23.402Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_0ba16265-3c15-4ffd-abcd-d17d7a63ba96","wf-run-id":"d54c2ca2-4489-408e-b8d7-ff564ead6d00","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:28.723Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a7880120-cbb9-4091-b31e-b10c06a241e3","wf-run-id":"dac8f05c-4f9e-4c81-a87d-7c1c8cb31b18","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:28.730Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_a7880120-cbb9-4091-b31e-b10c06a241e3","wf-run-id":"dac8f05c-4f9e-4c81-a87d-7c1c8cb31b18","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:34.145Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9ba0848c-59dc-4741-a21d-219d78fc868b","wf-run-id":"2aa7427e-071c-4957-9272-3a741ab1c63a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:34.153Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_9ba0848c-59dc-4741-a21d-219d78fc868b","wf-run-id":"2aa7427e-071c-4957-9272-3a741ab1c63a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:39.350Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_80e375ad-4a05-4a7b-a3aa-3afe34d73634","wf-run-id":"63b14b9b-cb3f-4aee-8543-f412c625dd02","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:39.357Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_80e375ad-4a05-4a7b-a3aa-3afe34d73634","wf-run-id":"63b14b9b-cb3f-4aee-8543-f412c625dd02","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:44.578Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_8aca24f9-86c3-47d5-829d-cb18bff0c09a","wf-run-id":"3a2215c8-bac0-4b30-9b3f-4e71b055c0d2","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:44.585Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_8aca24f9-86c3-47d5-829d-cb18bff0c09a","wf-run-id":"3a2215c8-bac0-4b30-9b3f-4e71b055c0d2","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:49.795Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f4ed433-cef9-41dc-8448-d553bc2c8819","wf-run-id":"0e8d22b8-469b-42c7-8f70-b8931fca86f7","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:49.802Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f4ed433-cef9-41dc-8448-d553bc2c8819","wf-run-id":"0e8d22b8-469b-42c7-8f70-b8931fca86f7","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:16:55.008Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_dd40ede9-6597-4039-b418-84e10cb26b68","wf-run-id":"06a862f2-db35-42b0-bfc3-999ec090df75","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:16:55.015Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_dd40ede9-6597-4039-b418-84e10cb26b68","wf-run-id":"06a862f2-db35-42b0-bfc3-999ec090df75","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:00.414Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_bb642fe5-ab15-4f8c-980f-8e7f0f3bcf69","wf-run-id":"77b79761-589c-4a98-b8c2-461a28661aad","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:00.421Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_bb642fe5-ab15-4f8c-980f-8e7f0f3bcf69","wf-run-id":"77b79761-589c-4a98-b8c2-461a28661aad","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:05.640Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_87ea5a7b-7558-4e73-947f-7cb10b9898e8","wf-run-id":"4ae2b2c2-106f-4daf-90ef-f9a1ebd868ab","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:05.647Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_87ea5a7b-7558-4e73-947f-7cb10b9898e8","wf-run-id":"4ae2b2c2-106f-4daf-90ef-f9a1ebd868ab","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:10.859Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_661da825-0ec1-461d-b041-67cd363f1584","wf-run-id":"eb2158d7-bf25-45be-96c5-6715cd5b728a","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:10.867Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_661da825-0ec1-461d-b041-67cd363f1584","wf-run-id":"eb2158d7-bf25-45be-96c5-6715cd5b728a","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-p69r7:f2712a8a-1759-455a-a816-a18295ece51c","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:16.121Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_64abff55-a87c-43da-a0ff-cd6565f3932f","wf-run-id":"99fa8216-38dd-49c0-944d-edf03dd2a521","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:16.128Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_64abff55-a87c-43da-a0ff-cd6565f3932f","wf-run-id":"99fa8216-38dd-49c0-944d-edf03dd2a521","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:21.545Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1463ed6b-47fd-414d-80d7-2e710cf7e034","wf-run-id":"81812fce-1ab8-4c2e-9ec1-ceff4ab62d29","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:21.553Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1463ed6b-47fd-414d-80d7-2e710cf7e034","wf-run-id":"81812fce-1ab8-4c2e-9ec1-ceff4ab62d29","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:26.767Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_44599f10-a0b0-4d6e-9355-d16cf5c2ec5a","wf-run-id":"75206de8-6b04-4833-9a13-c9a2a4b0867b","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:26.774Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":4,"address":"10.10.121.128:7234","shard-item":"0xc000423100","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_44599f10-a0b0-4d6e-9355-d16cf5c2ec5a","wf-run-id":"75206de8-6b04-4833-9a13-c9a2a4b0867b","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:31.983Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4dfce6cf-1036-4199-9cb9-70fad7629187","wf-run-id":"74c201b3-6c93-442f-bbce-e676d4aa187f","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:31.990Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4dfce6cf-1036-4199-9cb9-70fad7629187","wf-run-id":"74c201b3-6c93-442f-bbce-e676d4aa187f","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-9nstm:94975d83-8368-4960-acd9-b9a294cbf319","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:37.197Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4e638e81-60a5-47a6-8545-b8c2b09297ae","wf-run-id":"54878957-6538-4928-bdaa-d82101bfcfe4","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:37.205Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_4e638e81-60a5-47a6-8545-b8c2b09297ae","wf-run-id":"54878957-6538-4928-bdaa-d82101bfcfe4","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:42.410Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_12d07c7f-5099-4770-a8bd-584f5cc38b23","wf-run-id":"6d8806cc-b4d4-4b22-bba6-014ee17eb312","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:42.418Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_12d07c7f-5099-4770-a8bd-584f5cc38b23","wf-run-id":"6d8806cc-b4d4-4b22-bba6-014ee17eb312","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-dbwf7:28bbc855-b312-4d45-8325-6e61568cc183","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:47.615Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e3200321-1646-464f-acf3-aa9499af16c2","wf-run-id":"e0a95f5c-da32-4d7a-9dfa-00340d7f491f","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:47.622Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_e3200321-1646-464f-acf3-aa9499af16c2","wf-run-id":"e0a95f5c-da32-4d7a-9dfa-00340d7f491f","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6svp9:a9b46805-1148-44ef-97ee-2992fd1651df","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:52.821Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_b2f47f51-a014-45ca-bcc5-d04bc6129d5d","wf-run-id":"286d48ce-f51a-4105-ae96-d50a1bb7841e","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:52.829Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_b2f47f51-a014-45ca-bcc5-d04bc6129d5d","wf-run-id":"286d48ce-f51a-4105-ae96-d50a1bb7841e","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:17:58.038Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d96c7948-9445-4b3b-9aec-0fa816e84938","wf-run-id":"2b36debd-de1d-49fc-8c57-fc0b55076263","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:17:58.046Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_d96c7948-9445-4b3b-9aec-0fa816e84938","wf-run-id":"2b36debd-de1d-49fc-8c57-fc0b55076263","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:18:03.276Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1b4b7b3c-5f86-4cc0-bbd4-a38e4ee8b402","wf-run-id":"7bcd35c6-7952-4a52-81eb-d0611ae0b786","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:18:03.283Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":1,"address":"10.10.121.128:7234","shard-item":"0xc000422500","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1b4b7b3c-5f86-4cc0-bbd4-a38e4ee8b402","wf-run-id":"7bcd35c6-7952-4a52-81eb-d0611ae0b786","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-6qctl:46be8ad3-6ec5-4f8e-bb6e-07b9933620a3","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:18:08.486Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f7ae46c-9194-4b7d-9f57-0225797e27eb","wf-run-id":"92ef0989-6534-461b-939d-01a887fcd3be","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:18:08.493Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":2,"address":"10.10.121.128:7234","shard-item":"0xc0000aac80","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_1f7ae46c-9194-4b7d-9f57-0225797e27eb","wf-run-id":"92ef0989-6534-461b-939d-01a887fcd3be","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-nt6dh:6ba1bc14-2238-438d-85d9-98f27e9cf8fb","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T11:18:13.696Z","msg":"query direct through matching failed on sticky, clearing sticky before attempting on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_6a902f85-1aa3-4ac2-8261-b8f95971da1a","wf-run-id":"a839f9df-ff00-40a8-b3b1-2e1596cdef4d","wf-query-type":"getState","logging-call-at":"historyEngine.go:933"} {"level":"info","ts":"2022-06-28T11:18:13.703Z","msg":"query directly through matching on sticky timed out, attempting to query on non-sticky","service":"history","shard-id":3,"address":"10.10.121.128:7234","shard-item":"0xc0000ab700","component":"history-engine","wf-namespace":"default","wf-id":"connection_manager_6a902f85-1aa3-4ac2-8261-b8f95971da1a","wf-run-id":"a839f9df-ff00-40a8-b3b1-2e1596cdef4d","wf-query-type":"getState","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-next-event-id":19,"logging-call-at":"historyEngine.go:963"} {"level":"info","ts":"2022-06-28T12:00:00.297Z","msg":"Starting task queue scavenger","service":"worker","logging-call-at":"workflow.go:178"} {"level":"info","ts":"2022-06-28T12:00:00.297Z","msg":"Taskqueue scavenger starting","service":"worker","logging-call-at":"scavenger.go:117"} {"level":"info","ts":"2022-06-28T12:00:00.297Z","msg":"Taskqueue scavenger started","service":"worker","logging-call-at":"scavenger.go:122"} {"level":"info","ts":"2022-06-28T12:00:00.351Z","msg":"scavenger.deleteHandler processed.","service":"worker","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-blv59:69d4ab63-4f58-4f68-818d-edbd330e40c8","wf-task-queue-type":"Workflow","number-processed":1,"number-deleted":1,"logging-call-at":"handler.go:141"} {"level":"info","ts":"2022-06-28T12:00:00.356Z","msg":"scavenger.deleteHandler processed.","service":"worker","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-2lps2:4325444a-39f4-4917-ba88-efc921979434","wf-task-queue-type":"Workflow","number-processed":1,"number-deleted":1,"logging-call-at":"handler.go:141"} {"level":"info","ts":"2022-06-28T12:00:00.357Z","msg":"scavenger.deleteHandler processed.","service":"worker","wf-namespace-id":"0e7cedcd-e2a2-4eda-af21-1bb9087f24c5","wf-task-queue-name":"1@airbyte-worker-5d4f85c858-znbpj:da53c79c-087a-4c3f-a07d-51c4b967a690","wf-task-queue-type":"Workflow","number-processed":1,"number-deleted":1,"logging-call-at":"handler.go:141"} {"level":"info","ts":"2022-06-28T12:01:00.353Z","msg":"Taskqueue scavenger stopping","service":"worker","logging-call-at":"scavenger.go:131"} {"level":"info","ts":"2022-06-28T12:01:00.353Z","msg":"Taskqueue scavenger stopped","service":"worker","logging-call-at":"scavenger.go:135"}