Sh1ftry commented on issue #13330:
URL: https://github.com/apache/druid/issues/13330#issuecomment-1695654317
Looks like the issue happens, because peon unannounces the middlemanager it
runs on when it terminates and removes
`druidDiscoveryAnnouncement-cluster-identifier` and
`druidDiscoveryAnnouncement-id-hash` labels.
Labels with no peons:
```yaml
druidDiscoveryAnnouncement-cluster-identifier: dev
druidDiscoveryAnnouncement-id-hash: "1276105065"
druidDiscoveryAnnouncement-middleManager: "true"
```
Labels with peon:
```yaml
druidDiscoveryAnnouncement-cluster-identifier: dev
druidDiscoveryAnnouncement-id-hash: "1276108075"
druidDiscoveryAnnouncement-middleManager: "true"
druidDiscoveryAnnouncement-peon: "true"
```
Labels after peon finishes:
```yaml
druidDiscoveryAnnouncement-middleManager: "true"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]