sarankk opened a new pull request, #1931:
URL: https://github.com/apache/cassandra/pull/1931

   During expansion by DC, when we issue nodetool/rebuild from new dc to 
rebuild data from other DCs. If src-dc is not passed explicitly, then C* tries 
to rebuild the data from the same (new) dc. 
   We don’t exclude other nodes in the same DC. Only down sources and the local 
node itself are excluded.
   ```
    // We're filtering out local node and down sources
           addSourceFilter(new 
RangeStreamer.FailureDetectorSourceFilter(failureDetector));
           addSourceFilter(new RangeStreamer.ExcludeLocalNodeFilter());
   ```
   We should fix nodetool/rebuild to exclude the local DC (from where we’re 
executing the command) while issuing nodetool/rebuild without passing src dc
   


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

Reply via email to