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:
us...@infra.apache.org



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

Reply via email to