apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 597 forks source link

Topology Zookeeper Update sync error #3820

Closed thinker0 closed 2 years ago

thinker0 commented 2 years ago

Describe the bug The information seems to be broken in the process of updating the topology information received from Zookeeper.

Restarting HeronTracker works without any problems.

    raise KeyError(f"Topology not found for {cluster}, {role}, {environ}, {topology_name}, {len(topologies)}")
KeyError: 'Topology not found for lad, None, beta, heron-system-access-es-beta, 2'
[2022-04-23 16:37:17 +0900] [DEBUG]: HTTP Request: POST http://shared-aurora-002-dev:31210/stats "HTTP/1.1 200 "
[2022-04-23 16:37:17 +0900] [WARNING]: Received response from Tmanager: Metrics not available for component `oa-message-parser`
[2022-04-23 16:37:17 +0900] [WARNING]: Received response from Tmanager: Metrics not available for component `oa-message-parser`
[2022-04-23 16:37:17 +0900] [WARNING]: Received response from Tmanager: Metrics not available for component `oa-message-parser`
[2022-04-23 16:37:17 +0900] [WARNING]: Received response from Tmanager: Metrics not available for component `oa-message-parser`
[2022-04-23 16:37:17 +0900] [WARNING]: Received response from Tmanager: Unknown component: __stmgr__

Screenshots If applicable, add screenshots to help explain your problem.

Operating System

Additional context