+ 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.43.128.199:7233 + TEMPORAL_CLI_ADDRESS=10.43.128.199: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 postgres started setup postgresql schema + '[' 0 -eq 0 ']' + echo 'postgres started' + '[' '' '!=' true ']' + setup_schema + '[' postgresql == mysql ']' + '[' postgresql == postgresql ']' + echo 'setup postgresql schema' + setup_postgres_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/04/26 01:16:46 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/04/26 01:16:46 Starting schema setup, config=&{SchemaFilePath: InitialVersion:0.0 Overwrite:false DisableVersioning:false} 2022/04/26 01:16:46 Setting up version tables 2022/04/26 01:16:46 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/04/26 01:16:47 UpdateSchemeTask started, config=&{DBName: TargetVersion: SchemaDir:/etc/temporal/schema/postgresql/v96/temporal/versioned IsDryRun:false} 2022/04/26 01:16:47 found zero updates from current version 1.4 2022/04/26 01:16:47 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/04/26 01:16:47 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/04/26 01:16:47 Starting schema setup, config=&{SchemaFilePath: InitialVersion:0.0 Overwrite:false DisableVersioning:false} 2022/04/26 01:16:47 Setting up version tables 2022/04/26 01:16:47 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 Temporal CLI Address: 10.43.128.199:7233 2022/04/26 01:16:47 UpdateSchemeTask started, config=&{DBName: TargetVersion: SchemaDir:/etc/temporal/schema/postgresql/v96/visibility/versioned IsDryRun:false} 2022/04/26 01:16:47 found zero updates from current version 1.1 2022/04/26 01:16:47 UpdateSchemeTask done + '[' '' '!=' true ']' + register_default_namespace + '[' false == true ']' + exec bash /start-temporal.sh + echo 'Temporal CLI Address: 10.43.128.199:7233' + sleep 5 + dockerize -template /etc/temporal/config/config_template.yaml:/etc/temporal/config/docker.yaml + 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/04/26 01:16:47 Loading config; env=docker,zone=,configDir=/etc/temporal/config 2022/04/26 01:16:47 Loading config files=[/etc/temporal/config/docker.yaml] {"level":"info","ts":"2022-04-26T01:16:47.361Z","msg":"Starting server for services","value":"[history matching frontend worker]","logging-call-at":"server.go:110"} {"level":"info","ts":"2022-04-26T01:16:47.383Z","msg":"PProf not started due to port not set","logging-call-at":"pprof.go:68"} {"level":"info","ts":"2022-04-26T01:16:47.384Z","msg":"Updated dynamic config","logging-call-at":"fileBasedClient.go:262"} {"level":"info","ts":"2022-04-26T01:16:47.384Z","msg":"Get dynamic config","name":"history.persistenceMaxQPS","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.441Z","msg":"Get dynamic config","name":"system.advancedVisibilityWritingMode","value":"off","default-value":"off","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.441Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.441Z","msg":"Get dynamic config","name":"history.throttledLogRPS","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.442Z","msg":"Created gRPC listener","service":"history","address":"10.43.128.199:7234","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-04-26T01:16:47.442Z","msg":"Get dynamic config","name":"history.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.442Z","msg":"Get dynamic config","name":"history.persistenceMaxQPS","value":"3000","default-value":"9000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.450Z","msg":"Get dynamic config","name":"system.enableVisibilitySampling","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.453Z","msg":"elastic search config","service":"history","es-config":"","logging-call-at":"service.go:151"} {"level":"info","ts":"2022-04-26T01:16:47.453Z","msg":"history starting","service":"history","logging-call-at":"service.go:152"} {"level":"info","ts":"2022-04-26T01:16:47.454Z","msg":"Get dynamic config","name":"history.rps","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.454Z","msg":"RuntimeMetricsReporter started","service":"history","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-04-26T01:16:47.457Z","msg":"Get dynamic config","name":"matching.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.457Z","msg":"Created gRPC listener","service":"matching","address":"10.43.128.199:7235","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-04-26T01:16:47.457Z","msg":"Get dynamic config","name":"matching.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.457Z","msg":"Get dynamic config","name":"matching.persistenceMaxQPS","value":"3000","default-value":"3000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.458Z","msg":"Membership heartbeat upserted successfully","service":"history","address":"10.43.128.199","port":6934,"hostId":"8b01cdec-c4fe-11ec-9d7f-7ab4bb976137","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-04-26T01:16:47.461Z","msg":"bootstrap hosts fetched","service":"history","bootstrap-hostports":"10.43.128.131:6933,10.43.128.131:6939,10.43.128.199:6934","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-04-26T01:16:47.475Z","msg":"matching starting","service":"matching","logging-call-at":"service.go:95"} {"level":"info","ts":"2022-04-26T01:16:47.476Z","msg":"Get dynamic config","name":"matching.rps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.476Z","msg":"RuntimeMetricsReporter started","service":"matching","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-04-26T01:16:47.481Z","msg":"Membership heartbeat upserted successfully","service":"matching","address":"10.43.128.199","port":6935,"hostId":"8b04b6b1-c4fe-11ec-9d7f-7ab4bb976137","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-04-26T01:16:47.481Z","msg":"Get dynamic config","name":"frontend.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.482Z","msg":"Created gRPC listener","service":"frontend","address":"10.43.128.199:7233","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-04-26T01:16:47.482Z","msg":"Get dynamic config","name":"frontend.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.485Z","msg":"Get dynamic config","name":"frontend.persistenceMaxQPS","value":"3000","default-value":"2000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.486Z","msg":"bootstrap hosts fetched","service":"matching","bootstrap-hostports":"10.43.128.131:6939,10.43.128.199:6934,10.43.128.199:6935,10.43.128.131:6933","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-04-26T01:16:47.501Z","msg":"Get dynamic config","name":"system.enableVisibilitySampling","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.505Z","msg":"frontend starting","service":"frontend","logging-call-at":"service.go:234"} {"level":"info","ts":"2022-04-26T01:16:47.505Z","msg":"Get dynamic config","name":"system.minRetentionDays","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.506Z","msg":"Get dynamic config","name":"frontend.rps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.506Z","msg":"RuntimeMetricsReporter started","service":"frontend","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-04-26T01:16:47.539Z","msg":"Membership heartbeat upserted successfully","service":"frontend","address":"10.43.128.199","port":6933,"hostId":"8b09ad09-c4fe-11ec-9d7f-7ab4bb976137","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-04-26T01:16:47.509Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.539Z","msg":"Get dynamic config","name":"worker.throttledLogRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.540Z","msg":"Created gRPC listener","service":"worker","address":"10.43.128.199:7239","logging-call-at":"rpc.go:134"} {"level":"info","ts":"2022-04-26T01:16:47.540Z","msg":"Get dynamic config","name":"worker.persistenceGlobalMaxQPS","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.540Z","msg":"Get dynamic config","name":"worker.persistenceMaxQPS","value":"500","default-value":"500","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:47.541Z","msg":"bootstrap hosts fetched","service":"frontend","bootstrap-hostports":"10.43.128.131:6933,10.43.128.131:6939,10.43.128.199:6934,10.43.128.199:6935,10.43.128.199:6933","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-04-26T01:16:47.555Z","msg":"worker starting","service":"worker","component":"worker","logging-call-at":"service.go:178"} {"level":"info","ts":"2022-04-26T01:16:47.555Z","msg":"RuntimeMetricsReporter started","service":"worker","logging-call-at":"runtime.go:154"} {"level":"info","ts":"2022-04-26T01:16:47.559Z","msg":"Membership heartbeat upserted successfully","service":"worker","address":"10.43.128.199","port":6939,"hostId":"8b11366e-c4fe-11ec-9d7f-7ab4bb976137","logging-call-at":"rpMonitor.go:222"} {"level":"info","ts":"2022-04-26T01:16:47.561Z","msg":"bootstrap hosts fetched","service":"worker","bootstrap-hostports":"10.43.128.199:6933,10.43.128.199:6939,10.43.128.131:6933,10.43.128.131:6939,10.43.128.199:6934,10.43.128.199:6935","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-04-26T01:16:48.493Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"matching","addresses":"[10.43.128.199:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.497Z","msg":"Service resources started","service":"matching","address":"10.43.128.199:7235","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-04-26T01:16:48.497Z","msg":"Starting to serve on matching listener","service":"matching","logging-call-at":"service.go:115"} {"level":"info","ts":"2022-04-26T01:16:48.542Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"frontend","addresses":"[10.43.128.199:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.543Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.543Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.543Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.543Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.546Z","msg":"Service resources started","service":"frontend","address":"10.43.128.199:7233","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-04-26T01:16:48.546Z","msg":"Get dynamic config","name":"frontend.enableServerVersionCheck","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.546Z","msg":"Starting to serve on frontend listener","service":"frontend","logging-call-at":"service.go:276"} {"level":"info","ts":"2022-04-26T01:16:48.565Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"worker","addresses":"[10.43.128.199:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.567Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.569Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.569Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.569Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.569Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"matching","addresses":"[10.43.128.199:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.572Z","msg":"Service resources started","service":"worker","address":"10.43.128.199:7239","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-04-26T01:16:48.575Z","msg":"Get dynamic config","name":"worker.executionsScannerEnabled","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.575Z","msg":"Get dynamic config","name":"worker.taskQueueScannerEnabled","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.640Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.640Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"worker","addresses":"[10.43.128.199:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.640Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.641Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"frontend","addresses":"[10.43.128.199:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:48.641Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.641Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:48.885Z","msg":"Get dynamic config","name":"frontend.enableClientVersionCheck","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.889Z","msg":"Get dynamic config","name":"limit.maxIDLength","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.940Z","msg":"Get dynamic config","service":"frontend","name":"matching.numTaskqueueReadPartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.941Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-tq-scanner-taskqueue-0","WorkerID":"1@airbyte-temporal-895c445d7-rn88r@"} {"level":"info","ts":"2022-04-26T01:16:48.942Z","msg":"Get dynamic config","name":"system.historyArchivalState","value":"enabled","default-value":"enabled","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.942Z","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-04-26T01:16:48.942Z","msg":"Get dynamic config","name":"matching.outstandingTaskAppendsThreshold","value":"250","default-value":"250","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.943Z","msg":"Get dynamic config","name":"matching.getTasksBatchSize","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.943Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:1cccc24a-0e38-495e-92cd-20c537babb61","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:16:48.944Z","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-04-26T01:16:48.944Z","msg":"Get dynamic config","name":"matching.forwarderMaxOutstandingTasks","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.944Z","msg":"Get dynamic config","name":"matching.forwarderMaxOutstandingPolls","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.944Z","msg":"Get dynamic config","name":"matching.forwarderMaxRatePerSecond","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.945Z","msg":"Get dynamic config","name":"matching.longPollExpirationInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.946Z","msg":"Get dynamic config","name":"matching.numTaskqueueReadPartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.946Z","msg":"Get dynamic config","name":"matching.minTaskThrottlingBurstSize","value":"1","default-value":"1","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.946Z","msg":"Get dynamic config","name":"matching.forwarderMaxChildrenPerNode","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.948Z","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-04-26T01:16:48.950Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:a322d873-6399-4259-b179-cff5aa48bbdf","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:16:48.951Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-archival-tq","WorkerID":"1@airbyte-temporal-895c445d7-rn88r@"} {"level":"info","ts":"2022-04-26T01:16:48.951Z","msg":"Get dynamic config","name":"worker.enableBatcher","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.952Z","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-04-26T01:16:48.953Z","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-04-26T01:16:48.953Z","msg":"Get dynamic config","name":"matching.updateAckInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.953Z","msg":"Get dynamic config","name":"matching.idleTaskqueueCheckInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.954Z","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-04-26T01:16:48.954Z","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-04-26T01:16:48.956Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:d3a8413e-b422-4b02-9a01-ce6f06e93dd7","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:16:48.957Z","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-04-26T01:16:48.962Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-batcher-taskqueue","WorkerID":"1@airbyte-temporal-895c445d7-rn88r@"} {"level":"info","ts":"2022-04-26T01:16:48.962Z","msg":"Get dynamic config","name":"system.enableParentClosePolicyWorker","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:48.963Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:1cccc24a-0e38-495e-92cd-20c537babb61","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:16:48.964Z","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-04-26T01:16:48.965Z","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-04-26T01:16:48.967Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:981ccb1a-9c3e-42b9-9f3f-f768e320dc6d","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:16:48.968Z","msg":"Started Worker","Namespace":"temporal-system","TaskQueue":"temporal-sys-processor-parent-close-policy","WorkerID":"1@airbyte-temporal-895c445d7-rn88r@"} {"level":"info","ts":"2022-04-26T01:16:48.968Z","msg":"worker started","service":"worker","component":"worker","logging-call-at":"service.go:201"} {"level":"info","ts":"2022-04-26T01:16:48.969Z","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-04-26T01:16:48.971Z","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-04-26T01:16:48.971Z","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-04-26T01:16:48.972Z","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-04-26T01:16:48.973Z","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-04-26T01:16:49.042Z","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-04-26T01:16:49.043Z","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-04-26T01:16:49.044Z","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-04-26T01:16:49.058Z","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-04-26T01:16:49.059Z","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-04-26T01:16:49.062Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:a322d873-6399-4259-b179-cff5aa48bbdf","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:16:49.062Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:d3a8413e-b422-4b02-9a01-ce6f06e93dd7","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:16:49.074Z","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-04-26T01:16:49.078Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"airbyte-temporal-895c445d7-rn88r:981ccb1a-9c3e-42b9-9f3f-f768e320dc6d","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:16:49.079Z","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-04-26T01:16:49.079Z","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-04-26T01:16:49.092Z","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-04-26T01:16:49.093Z","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-04-26T01:16:49.095Z","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-04-26T01:16:49.095Z","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-04-26T01:16:49.096Z","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-04-26T01:16:49.100Z","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-04-26T01:16:49.101Z","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-04-26T01:16:49.104Z","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-04-26T01:16:49.107Z","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"} + echo 'Registering default namespace: default' + tctl --ns default namespace describe Registering default namespace: default Name: default Id: 2e38129e-089e-4e48-997e-b04b2d70156e 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 | +-----------------+----------+------------+--------+ +-----------------+----------+------------+--------+ + echo 'Default namespace registration complete.' Default namespace registration complete. {"level":"info","ts":"2022-04-26T01:16:52.576Z","msg":"Get dynamic config","name":"frontend.globalNamespacerps","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:52.576Z","msg":"Get dynamic config","name":"frontend.namespacerps","value":"1200","default-value":"1200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:52.576Z","msg":"Get dynamic config","name":"limit.blobSize.error","value":"15728640","default-value":"2097152","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:52.577Z","msg":"Get dynamic config","name":"limit.blobSize.warn","value":"10485760","default-value":"262144","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:16:53.494Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.494Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.494Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.494Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.544Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.544Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.544Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.544Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.544Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"worker","addresses":"[10.43.128.199:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:53.569Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.569Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"frontend","addresses":"[10.43.128.199:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:53.569Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.570Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"matching","addresses":"[10.43.128.199:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:16:53.570Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:16:53.570Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:06.565Z","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-04-26T01:17:06.567Z","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-04-26T01:17:06.574Z","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-04-26T01:17:06.575Z","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-04-26T01:17:06.584Z","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-04-26T01:17:06.589Z","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-04-26T01:17:06.662Z","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-04-26T01:17:06.668Z","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-04-26T01:17:06.682Z","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-04-26T01:17:06.687Z","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-04-26T01:17:06.688Z","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-04-26T01:17:06.693Z","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-04-26T01:17:06.766Z","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-04-26T01:17:06.772Z","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-04-26T01:17:06.774Z","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-04-26T01:17:06.779Z","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-04-26T01:17:06.789Z","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-04-26T01:17:06.794Z","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-04-26T01:17:06.867Z","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-04-26T01:17:06.874Z","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-04-26T01:17:06.883Z","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-04-26T01:17:06.888Z","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-04-26T01:17:06.889Z","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-04-26T01:17:06.893Z","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-04-26T01:17:06.962Z","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-04-26T01:17:06.967Z","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-04-26T01:17:07.069Z","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-04-26T01:17:07.070Z","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-04-26T01:17:07.070Z","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-04-26T01:17:07.070Z","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-04-26T01:17:07.071Z","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-04-26T01:17:07.071Z","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-04-26T01:17:07.075Z","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-04-26T01:17:07.076Z","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-04-26T01:17:07.076Z","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-04-26T01:17:07.077Z","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-04-26T01:17:07.078Z","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-04-26T01:17:07.078Z","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-04-26T01:17:07.079Z","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-04-26T01:17:07.081Z","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-04-26T01:17:07.083Z","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-04-26T01:17:07.085Z","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-04-26T01:17:07.158Z","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-04-26T01:17:07.166Z","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-04-26T01:17:07.173Z","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-04-26T01:17:07.178Z","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-04-26T01:17:07.180Z","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-04-26T01:17:07.183Z","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-04-26T01:17:07.183Z","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-04-26T01:17:07.188Z","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-04-26T01:17:07.189Z","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-04-26T01:17:07.193Z","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-04-26T01:17:07.261Z","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-04-26T01:17:07.270Z","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-04-26T01:17:07.271Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:17:07.274Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:17:07.279Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/1","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:17:07.280Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:17:07.281Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T01:17:07.283Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/3","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:17:07.287Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:17:07.289Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"/_sys/1@airbyte-worker-7b84458ffc-gmtwr:96832b72-831d-46e4-9daf-6c9f41eae8ae/2","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T01:17:08.231Z","msg":"Get dynamic config","name":"frontend.historyMaxPageSize","value":"256","default-value":"256","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:08.231Z","msg":"Get dynamic config","name":"system.enableReadFromHistoryArchival","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"error","ts":"2022-04-26T01:17:22.566Z","msg":"Internal service error","service":"frontend","error":"Not enough hosts to serve the request","logging-call-at":"workflowHandler.go:3406","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).error\n\t/temporal/service/frontend/workflowHandler.go:3406\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).StartWorkflowExecution\n\t/temporal/service/frontend/workflowHandler.go:497\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution.func2\n\t/temporal/service/frontend/dcRedirectionHandler.go:1105\ngo.temporal.io/server/service/frontend.(*NoopRedirectionPolicy).WithNamespaceRedirect\n\t/temporal/service/frontend/dcRedirectionPolicy.go:116\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution\n\t/temporal/service/frontend/dcRedirectionHandler.go:1101\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler.func1\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1047\ngo.temporal.io/server/common/authorization.(*interceptor).Interceptor\n\t/temporal/common/authorization/interceptor.go:136\ngoogle.golang.org/grpc.getChainUnaryHandler.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1051\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngoogle.golang.org/grpc.chainUnaryServerInterceptors.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1037\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1049\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-04-26T01:17:32.590Z","msg":"Internal service error","service":"frontend","error":"Not enough hosts to serve the request","logging-call-at":"workflowHandler.go:3406","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).error\n\t/temporal/service/frontend/workflowHandler.go:3406\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).StartWorkflowExecution\n\t/temporal/service/frontend/workflowHandler.go:497\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution.func2\n\t/temporal/service/frontend/dcRedirectionHandler.go:1105\ngo.temporal.io/server/service/frontend.(*NoopRedirectionPolicy).WithNamespaceRedirect\n\t/temporal/service/frontend/dcRedirectionPolicy.go:116\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution\n\t/temporal/service/frontend/dcRedirectionHandler.go:1101\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler.func1\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1047\ngo.temporal.io/server/common/authorization.(*interceptor).Interceptor\n\t/temporal/common/authorization/interceptor.go:136\ngoogle.golang.org/grpc.getChainUnaryHandler.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1051\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngoogle.golang.org/grpc.chainUnaryServerInterceptors.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1037\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1049\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-04-26T01:17:42.087Z","msg":"unable to bootstrap ringpop. retrying","service":"history","error":"join duration of 54.625769184s exceeded max 30s","logging-call-at":"ringpop.go:114","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/common/membership.(*RingPop).bootstrap\n\t/temporal/common/membership/ringpop.go:114\ngo.temporal.io/server/common/membership.(*RingPop).Start\n\t/temporal/common/membership/ringpop.go:83\ngo.temporal.io/server/common/membership.(*ringpopMonitor).Start\n\t/temporal/common/membership/rpMonitor.go:120\ngo.temporal.io/server/common/resource.(*Impl).Start\n\t/temporal/common/resource/resourceImpl.go:371\ngo.temporal.io/server/service/history.(*Service).Start\n\t/temporal/service/history/service.go:157\ngo.temporal.io/server/temporal.(*Server).Start.func1\n\t/temporal/temporal/server.go:187"} {"level":"error","ts":"2022-04-26T01:17:42.580Z","msg":"Internal service error","service":"frontend","error":"Not enough hosts to serve the request","logging-call-at":"workflowHandler.go:3406","stacktrace":"go.temporal.io/server/common/log/loggerimpl.(*loggerImpl).Error\n\t/temporal/common/log/loggerimpl/logger.go:138\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).error\n\t/temporal/service/frontend/workflowHandler.go:3406\ngo.temporal.io/server/service/frontend.(*WorkflowHandler).StartWorkflowExecution\n\t/temporal/service/frontend/workflowHandler.go:497\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution.func2\n\t/temporal/service/frontend/dcRedirectionHandler.go:1105\ngo.temporal.io/server/service/frontend.(*NoopRedirectionPolicy).WithNamespaceRedirect\n\t/temporal/service/frontend/dcRedirectionPolicy.go:116\ngo.temporal.io/server/service/frontend.(*DCRedirectionHandlerImpl).StartWorkflowExecution\n\t/temporal/service/frontend/dcRedirectionHandler.go:1101\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler.func1\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1047\ngo.temporal.io/server/common/authorization.(*interceptor).Interceptor\n\t/temporal/common/authorization/interceptor.go:136\ngoogle.golang.org/grpc.getChainUnaryHandler.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1051\ngo.temporal.io/server/common/rpc.ServiceErrorInterceptor\n\t/temporal/common/rpc/grpc.go:100\ngoogle.golang.org/grpc.chainUnaryServerInterceptors.func1\n\t/go/pkg/mod/google.golang.org/grpc@v1.34.0/server.go:1037\ngo.temporal.io/api/workflowservice/v1._WorkflowService_StartWorkflowExecution_Handler\n\t/go/pkg/mod/go.temporal.io/api@v1.4.0/workflowservice/v1/service.pb.go:1049\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-04-26T01:17:47.948Z","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-04-26T01:17:47.953Z","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-04-26T01:17:47.967Z","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-04-26T01:17:47.972Z","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-04-26T01:17:47.975Z","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-04-26T01:17:47.980Z","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-04-26T01:17:48.044Z","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-04-26T01:17:48.049Z","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-04-26T01:17:48.082Z","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-04-26T01:17:48.086Z","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-04-26T01:17:48.103Z","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-04-26T01:17:48.108Z","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-04-26T01:17:48.955Z","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-04-26T01:17:48.959Z","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-04-26T01:17:52.091Z","msg":"bootstrap hosts fetched","service":"history","bootstrap-hostports":"10.43.128.199:6934,10.43.128.199:6935,10.43.128.199:6933,10.43.128.199:6939","logging-call-at":"rpMonitor.go:263"} {"level":"info","ts":"2022-04-26T01:17:52.093Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"frontend","addresses":"[10.43.128.199:7233]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.093Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"matching","addresses":"[10.43.128.199:7235]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.093Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"history","addresses":"[10.43.128.199:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.094Z","msg":"Current reachable members","service":"history","component":"service-resolver","service":"worker","addresses":"[10.43.128.199:7239]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.094Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.094Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.094Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.094Z","msg":"Received a ring changed event","service":"worker","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"Service resources started","service":"history","address":"10.43.128.199:7234","logging-call-at":"resourceImpl.go:381"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"Replication task fetchers started.","service":"history","logging-call-at":"replicationTaskFetcher.go:156"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"Get dynamic config","name":"system.enablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"Get dynamic config","name":"history.acquireShardConcurrency","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-04-26T01:17:52.098Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-04-26T01:17:52.099Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","lifecycle":"Started","component":"shard-item","logging-call-at":"controller_impl.go:270"} {"level":"info","ts":"2022-04-26T01:17:52.099Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","lifecycle":"Starting","component":"shard-engine","logging-call-at":"controller_impl.go:424"} {"level":"info","ts":"2022-04-26T01:17:52.100Z","msg":"Get dynamic config","name":"history.eventsCacheInitialSize","value":"128","default-value":"128","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.100Z","msg":"Get dynamic config","name":"history.eventsCacheMaxSize","value":"512","default-value":"512","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.100Z","msg":"Get dynamic config","name":"history.eventsCacheTTL","value":"1h0m0s","default-value":"1h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.101Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.101Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.101Z","msg":"Current reachable members","service":"frontend","component":"service-resolver","service":"history","addresses":"[10.43.128.199:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.101Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.101Z","msg":"Received a ring changed event","service":"frontend","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Range updated for shardID","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","shard-range-id":3,"previous-shard-range-id":2,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Acquired shard","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.cacheInitialSize","value":"128","default-value":"128","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.cacheTTL","value":"1h0m0s","default-value":"1h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.cacheMaxSize","value":"512","default-value":"512","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.archiveRequestRPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.numParentClosePolicySystemWorkflows","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.transferProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.transferTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.transferTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.timerProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.timerTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.timerTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityQueue","value":"internal","default-value":"internal","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityProcessorEnabled","value":"true","default-value":"true","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityProcessorEnablePriorityTaskProcessor","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityTaskWorkerCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollRPS","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Get dynamic config","name":"limit.maxIDLength","value":"1000","default-value":"1000","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Timer queue processor started.","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"Task processor started.","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.106Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":1,"address":"10.43.128.199:7234","shard-item":"0xc000ec3100","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Range updated for shardID","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","shard-range-id":3,"previous-shard-range-id":2,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Acquired shard","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.visibilityProcessorCompleteTaskInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Timer queue processor started.","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Task processor started.","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"none","service":"history","shard-id":2,"address":"10.43.128.199:7234","shard-item":"0xc000ec3600","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.transferProcessorCompleteTransferInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.107Z","msg":"Get dynamic config","name":"history.timerProcessorMaxTimeShift","value":"1s","default-value":"1s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.timerProcessorCompleteTimerInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorMaxPollIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorUpdateAckInterval","value":"30s","default-value":"30s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorUpdateAckIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorRedispatchInterval","value":"5s","default-value":"5s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.108Z","msg":"Get dynamic config","name":"history.visibilityProcessorRedispatchIntervalJitterCoefficient","value":"0.15","default-value":"0.15","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.115Z","msg":"Range updated for shardID","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","shard-range-id":3,"previous-shard-range-id":2,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-04-26T01:17:52.115Z","msg":"Acquired shard","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-04-26T01:17:52.115Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"Timer queue processor started.","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"Task processor started.","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-04-26T01:17:52.116Z","msg":"none","service":"history","shard-id":4,"address":"10.43.128.199:7234","shard-item":"0xc001a79f80","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Range updated for shardID","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","shard-range-id":3,"previous-shard-range-id":2,"number":0,"next-number":0,"logging-call-at":"context_impl.go:863"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Acquired shard","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","logging-call-at":"context_impl.go:1206"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"history-engine","lifecycle":"Starting","logging-call-at":"historyEngine.go:325"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"transfer-queue-processor","cluster-name":"active","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"transfer-queue-processor","cluster-name":"active","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Timer queue processor started.","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"timer-queue-processor","cluster-name":"active","component":"timer-queue-processor","logging-call-at":"timerQueueProcessorBase.go:163"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"visibility-queue-processor","lifecycle":"Starting","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:149"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"Task processor started.","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"visibility-queue-processor","logging-call-at":"taskProcessor.go:137"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"visibility-queue-processor","lifecycle":"Started","component":"transfer-queue-processor","logging-call-at":"queueProcessor.go:158"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","component":"history-engine","lifecycle":"Started","logging-call-at":"historyEngine.go:344"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","shard-id":3,"address":"10.43.128.199:7234","shard-item":"0xc000ec3a80","lifecycle":"Started","component":"shard-engine","logging-call-at":"controller_impl.go:439"} {"level":"info","ts":"2022-04-26T01:17:52.121Z","msg":"none","service":"history","component":"shard-controller","address":"10.43.128.199:7234","lifecycle":"Started","logging-call-at":"controller_impl.go:155"} {"level":"info","ts":"2022-04-26T01:17:52.122Z","msg":"Starting to serve on history listener","service":"history","logging-call-at":"service.go:172"} {"level":"info","ts":"2022-04-26T01:17:52.122Z","msg":"Get dynamic config","name":"history.acquireShardInterval","value":"1m0s","default-value":"1m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.171Z","msg":"Get dynamic config","name":"history.stickyTTL","value":"8760h0m0s","default-value":"8760h0m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.236Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"frontend","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.237Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"worker","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.237Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"matching","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.237Z","msg":"Received a ring changed event","service":"matching","component":"service-resolver","service":"history","logging-call-at":"rpServiceResolver.go:219"} {"level":"info","ts":"2022-04-26T01:17:52.237Z","msg":"Current reachable members","service":"matching","component":"service-resolver","service":"history","addresses":"[10.43.128.199:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:17:52.761Z","msg":"Get dynamic config","name":"history.defaultWorkflowTaskTimeout","value":"10s","default-value":"10s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.761Z","msg":"Get dynamic config","name":"history.maximumBufferedEventsBatch","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.761Z","msg":"Get dynamic config","name":"history.mutableStateChecksumGenProbability","value":"0","default-value":"0","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.761Z","msg":"Get dynamic config","name":"system.transactionSizeLimit","value":"14680064","default-value":"14680064","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:52.772Z","msg":"temporal-sys-tq-scanner-workflow workflow successfully started","service":"worker","logging-call-at":"scanner.go:188"} {"level":"info","ts":"2022-04-26T01:17:58.143Z","msg":"Get dynamic config","name":"history.longPollExpirationInterval","value":"20s","default-value":"20s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:17:58.567Z","msg":"Current reachable members","service":"worker","component":"service-resolver","service":"history","addresses":"[10.43.128.199:7234]","logging-call-at":"rpServiceResolver.go:266"} {"level":"info","ts":"2022-04-26T01:18:05.587Z","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-04-26T01:18:05.592Z","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-04-26T01:18:05.675Z","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-04-26T01:18:05.681Z","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-04-26T01:18:05.778Z","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-04-26T01:18:05.784Z","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-04-26T01:18:05.868Z","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-04-26T01:18:05.874Z","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-04-26T01:18:06.076Z","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-04-26T01:18:06.082Z","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-04-26T01:18:06.184Z","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-04-26T01:18:06.189Z","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-04-26T01:18:06.272Z","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-04-26T01:18:06.277Z","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-04-26T01:18:18.144Z","msg":"Get dynamic config","name":"frontend.sendRawWorkflowHistory","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:18.899Z","msg":"Get dynamic config","name":"history.shardUpdateMinInterval","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:18.899Z","msg":"Get dynamic config","name":"history.emitShardDiffLog","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:46.973Z","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-04-26T01:18:46.978Z","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-04-26T01:18:47.098Z","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-04-26T01:18:47.102Z","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-04-26T01:18:52.107Z","msg":"Get dynamic config","name":"history.visibilityProcessorCompleteTaskFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:52.108Z","msg":"Get dynamic config","name":"history.transferProcessorCompleteTransferFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:52.108Z","msg":"Get dynamic config","name":"history.transferProcessorCompleteTransferFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:18:52.108Z","msg":"Get dynamic config","name":"history.timerProcessorCompleteTimerFailureRetryCount","value":"10","default-value":"10","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:19:04.976Z","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-04-26T01:19:04.981Z","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-04-26T01:19:05.192Z","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-04-26T01:19:05.197Z","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-04-26T01:19:05.593Z","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-04-26T01:19:05.598Z","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-04-26T01:19:06.087Z","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-04-26T01:19:06.092Z","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-04-26T01:19:46.090Z","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-04-26T01:19:46.095Z","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-04-26T01:20:05.095Z","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-04-26T01:20:05.100Z","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-04-26T01:20:47.964Z","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-04-26T01:20:47.969Z","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-04-26T01:21:02.643Z","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-04-26T01:21:02.648Z","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-04-26T01:21:44.985Z","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-04-26T01:21:44.989Z","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-04-26T01:21:45.067Z","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-04-26T01:21:45.072Z","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-04-26T01:21:48.954Z","msg":"Get dynamic config","name":"matching.maxTaskqueueIdleTime","value":"5m0s","default-value":"5m0s","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:22:44.108Z","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-04-26T01:22:44.113Z","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-04-26T01:25:42.079Z","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-04-26T01:25:42.084Z","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-04-26T01:29:43.983Z","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-04-26T01:29:43.989Z","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-04-26T01:30:14.143Z","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-04-26T01:30:14.167Z","msg":"Get dynamic config","service":"history","name":"matching.numTaskqueueWritePartitions","value":"4","default-value":"4","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.167Z","msg":"Get dynamic config","name":"system.advancedVisibilityWritingMode","value":"off","default-value":"off","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.168Z","msg":"Get dynamic config","name":"history.historyVisibilityOpenMaxQPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.171Z","msg":"Get dynamic config","name":"limit.historySize.warn","value":"10485760","default-value":"10485760","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.171Z","msg":"Get dynamic config","name":"limit.historySize.error","value":"52428800","default-value":"52428800","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.171Z","msg":"Get dynamic config","name":"limit.historyCount.warn","value":"10240","default-value":"10240","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:14.171Z","msg":"Get dynamic config","name":"limit.historyCount.error","value":"51200","default-value":"51200","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:15.969Z","msg":"Get dynamic config","name":"frontend.enableTokenNamespaceEnforcement","value":"false","default-value":"false","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:15.969Z","msg":"Get dynamic config","name":"history.historyMaxAutoResetPoints","value":"20","default-value":"20","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:15.969Z","msg":"Get dynamic config","name":"limit.blobSize.warn","value":"10485760","default-value":"524288","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:15.969Z","msg":"Get dynamic config","name":"limit.blobSize.error","value":"15728640","default-value":"2097152","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:15.969Z","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-04-26T01:30:57.782Z","msg":"Get dynamic config","name":"system.visibilityArchivalState","value":"enabled","default-value":"enabled","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T01:30:57.782Z","msg":"Get dynamic config","name":"history.historyVisibilityClosedMaxQPS","value":"300","default-value":"300","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T02:12:47.063Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Starting","wf-task-queue-name":"1@airbyte-worker-5d66d65c88-sc484:5bf617a7-3efd-41d5-8960-28fcfe7bd2a9","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:188"} {"level":"info","ts":"2022-04-26T02:12:47.067Z","msg":"none","service":"matching","component":"matching-engine","lifecycle":"Started","wf-task-queue-name":"1@airbyte-worker-5d66d65c88-sc484:5bf617a7-3efd-41d5-8960-28fcfe7bd2a9","wf-task-queue-type":"Workflow","logging-call-at":"matchingEngine.go:202"} {"level":"info","ts":"2022-04-26T02:12:47.068Z","msg":"Get dynamic config","name":"matching.maxTaskBatchSize","value":"100","default-value":"100","logging-call-at":"config.go:79"} {"level":"info","ts":"2022-04-26T12:00:01.027Z","msg":"Starting task queue scavenger","service":"worker","logging-call-at":"workflow.go:178"} {"level":"info","ts":"2022-04-26T12:00:01.028Z","msg":"Taskqueue scavenger starting","service":"worker","logging-call-at":"scavenger.go:117"} {"level":"info","ts":"2022-04-26T12:00:01.028Z","msg":"Taskqueue scavenger started","service":"worker","logging-call-at":"scavenger.go:122"} {"level":"info","ts":"2022-04-26T12:00:01.175Z","msg":"scavenger.deleteHandler processed.","service":"worker","wf-namespace-id":"2e38129e-089e-4e48-997e-b04b2d70156e","wf-task-queue-name":"1@airbyte-worker-5d66d65c88-sc484:5bf617a7-3efd-41d5-8960-28fcfe7bd2a9","wf-task-queue-type":"Workflow","number-processed":1,"number-deleted":1,"logging-call-at":"handler.go:141"} {"level":"info","ts":"2022-04-26T12:01:01.171Z","msg":"Taskqueue scavenger stopping","service":"worker","logging-call-at":"scavenger.go:131"} {"level":"info","ts":"2022-04-26T12:01:01.171Z","msg":"Taskqueue scavenger stopped","service":"worker","logging-call-at":"scavenger.go:135"}