You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "Sh1ftry (via GitHub)" <gi...@apache.org> on 2023/08/28 12:57:25 UTC

Re: [I] Middle-Managers disappearing from the cluster (druid)

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org