You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/06/17 14:26:56 UTC

[GitHub] [ignite] anton-vinogradov commented on issue #5656: IGNITE-10663 Read Repair

anton-vinogradov commented on issue #5656: IGNITE-10663 Read Repair
URL: https://github.com/apache/ignite/pull/5656#issuecomment-502705771
 
 
   > Several design notes.
   > Can you clarify it?
   > 
   > * What if:
   >   
   >   * BLT enabled
   >   * Some BLT node missing from topology
   >   * Use executes `cache.withRepair().get(key);` operation for key on failed node?
   > 
   > What is the expected behaviour here?
   > 
   > * Should we check somehow that all backups for some key are online?
   
   BLT only covers unexpected rebalance case.
   In case node is offline it will not be checked during readRepair procedure.
   Feature will check only online nodes.

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


With regards,
Apache Git Services