Re: Cassandra and Docker

2020-06-04 Thread amit sehas
What If I were to deploy this in AWS?  Is there a straightforward way to allocate resource in AWS and tell Cassandra about them? thanks On Thursday, June 4, 2020, 03:10:11 AM PDT, Cédrick Lunven wrote: Hello, Having Cassandra in Docker is nice because you don't have anything to

coordinator failure handling

2019-02-05 Thread amit sehas
Sorry to bother you, i am just starting to look into Cassandra, and am confused about a lot of things. If a client sends a query to a coordinator, then if it does not receive a response from the co-ordinator then: a) is there a timeout at which client retries the query?b) is there somewhere we

Re: Deployment

2019-01-12 Thread amit sehas
(requirements). Does the coordinator perform load balancing? I imagine it would have to ... The coordinator utilizes a dynamic snitch to determine where to route read queries. Thanks,Andy On Sat, Jan 12, 2019 at 9:14 AM amit sehas wrote: Thanks for your response, this leads to some further

Re: Deployment

2019-01-12 Thread amit sehas
lication should be unaware where your data lies (in which node I meant), but obviously keeping application in same region as that of cassandra cluster would make sense, can't comment much on cloud deployment. Thanks,Rajesh On Sat, Jan 12, 2019 at 8:54 AM amit sehas wrote: I am new to Cassandra

Deployment

2019-01-11 Thread amit sehas
I am new to Cassandra, i am wondering how the Cassandra applications are deployed in the cloud. Does Cassandra have a client server architecture and the application is deployed as a 3rd tier that sends over queries to the clients, which then submit them to the Cassandra servers?  Or does the