anderoo commented on PR #93: URL: https://github.com/apache/cassandra-analytics/pull/93#issuecomment-2500281418
> Just following up on this one @anderoo, does this patch alone work for you? I would have thought there would be changes required to the `CassandraRing` and `TokenPartitioner` code, that is what is used to divide the token range into Spark tasks. From local testing, it seems like the DataLayer already handles multiple vnodes: ``` 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-01, owns=100.00%, token=4825712696791974336, hostId=01 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-02, owns=100.00%, token=5421015065752373586, hostId=02 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-01, owns=100.00%, token=5901468578017553875, hostId=01 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-03, owns=100.00%, token=6332794502804570973, hostId=03 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-01, owns=100.00%, token=6637384270728447516, hostId=01 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-03, owns=100.00%, token=7047089967202231966, hostId=03 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-02, owns=100.00%, token=7298079395265359615, hostId=02 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-01, owns=100.00%, token=7716757078176049174, hostId=01 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-03, owns=100.00%, token=8164328418073929560, hostId=03 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-02, owns=100.00%, token=8467034318444373994, hostId=02 24/11/13 20:46:01 WARN CassandraDataLayer: Ring entry recorded: address=address-01, owns=100.00%, token=8960277083856641146, hostId=01 ``` I'm OOO currently but I'll add more details on the call path and logs when I'm available. -- 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]
