Re: Problems connecting to Cassandra using Docker

2020-04-26 Thread David Leangen
Hi, Several months later, I want to give JAMES another try. In the meantime, I have familiarized myself a little bit with Docker, and have started moving all of my infrastructure to Kubernetes. I am now interested in going directly to Kubernetes (bypassing Docker and Docker Compose). I am

Re: Problems connecting to Cassandra using Docker

2019-11-03 Thread David Leangen
Hi Benoit, Sure, would be happy to. I am still a Docker novice, but I am learning. If my learnings can be of any help to others, that would be nice. Cheers, =David > On Nov 4, 2019, at 16:17, Tellier Benoit wrote: > > Hi David, > > We currently have an open ticket for documenting

Re: Problems connecting to Cassandra using Docker

2019-11-03 Thread Tellier Benoit
Hi David, We currently have an open ticket for documenting network usage: - JAMES-2333 Docker links concidered legacy [1] [1] https://issues.apache.org/jira/browse/JAMES-2333 Would you like to contribute some documentation on the topic? Benoit Tellier On 02/11/2019 19:59, David Leangen

Re: Problems connecting to Cassandra using Docker

2019-11-02 Thread David Leangen
Hi, Just for anybody who ever somehow stumbles across this thread, I wanted to provide some closure. I did not know that there was a difference between a named network in Docker, and the default bridge network. (I am currently using v19.) The differences are described here:

Re: Problems connecting to Cassandra using Docker

2019-10-29 Thread David Leangen
Hi Benoit, Thank you very much for your hints. That gives me some ideas of a few more things I can investigate. Cheers, =David > On Oct 29, 2019, at 12:58, Tellier Benoit wrote: > > Hello David, > > - 1. Does the `cassandra` DNS entry within the James container resolves > to Cassandra?

Re: Problems connecting to Cassandra using Docker

2019-10-28 Thread Tellier Benoit
Hello David, - 1. Does the `cassandra` DNS entry within the James container resolves to Cassandra? (this can be achieved with links or network). - 2. A restarting Cassandra (with many data in the commitlog) might reject clients. Monitor Cassandra logs to check if this happens. I also noticed