Umair Mufti created CASSANDRA-8133:
--------------------------------------

             Summary: BulkLoader does not use rpc_endpoints
                 Key: CASSANDRA-8133
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8133
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Umair Mufti
         Attachments: 0001-BulkLoader-with-rpc_endpoints.patch

sstableloader appears to stream to listen_addresses instead of rpc_addresses. 
This causes sstableloader to fail when streaming to nodes which bind to 
multiple interfaces.
 
The problem seems to stem from BulkLoader populating the endpointToRanges map 
with incorrect values. BulkLoader always uses the TokenRange's endpoints list. 
 
Attached is a patch which uses the rpc_endpoints list of the TokenRange if it 
exists. Otherwise, it uses the standard endpoints list.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to