You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/10/22 23:24:15 UTC

[GitHub] [druid] himanshug commented on issue #9816: Historical rack aware (or group aware) data replication

himanshug commented on issue #9816:
URL: https://github.com/apache/druid/issues/9816#issuecomment-714815276


   Isn't this doable using multiple historical tiers ... e.g.
   some historicals with `druid.tier=A`
   some historicals with `druid.tier=B`
   
   and then using `tieredReplicants` in the loadRule e.g.
   
   ```
     "tieredReplicants": {
         "A": 1,
         "B" : 1
     }
   ```
   


----------------------------------------------------------------
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.

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