Re: Reminder - 2020-05-19 Apache Cassandra Contributor Meeting

2020-05-19 Thread Patrick McFadin
Thanks Mick!

On Mon, May 18, 2020 at 11:51 PM Mick Semb Wever  wrote:

> I'll be there and have added "Cassandra CI Run-through, next steps,
> help needed, and Q&A" to the agenda.
> If you have questions on CI turn up and ask them.
>
> Mick
>
>
> On Tue, 19 May 2020 at 02:53, Patrick McFadin  wrote:
> >
> > Hi everyone,
> >
> > Reminder that tomorrow at 1PM PST we'll be having a contributor meeting.
> I
> > gave Jitsi a try for the Kubernetes SIG but ran into a lot of trouble
> with
> > browser compatibility and recording. I'll just stick with using Zoom to
> > keep it working consistently.
> >
> > https://datastax.zoom.us/j/390839037
> >
> >
> https://cwiki.apache.org/confluence/display/CASSANDRA/2020-05-19+Apache+Cassandra+Contributor+Meeting
> >
> > Add any agenda items here or email me direct and I can put them in.
> >
> > Thanks,
> >
> > Patrick
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
>
>


Support for networking via identity instead of IP

2020-05-19 Thread Christopher Bradford
Hello C* Dev list,

While thinking through some ways to span clouds / Kubernetes clusters I
found some approaches not possible (or significantly difficult) due to how
we use IP addresses instead of hostnames. This lead to the creation of
CASSANDRA-15823 
along with this message to spark some discussion in this space. The body of
the ticket is a little lengthy but goes into the background a bit more.

Additionally while in discussions with some other C* users there is
apparently a bit of pain around our use of IPs instead of hostnames. We
were about how cass-operator uses DNS for seed node discovery and they were
excited about an uptick in hostname / DNS usage instead of a list of IP
addresses.

Any thoughts about this proposal? What are some pitfalls that should be
considered?

Thanks,
~Chris

Christopher Bradford


Re: Support for networking via identity instead of IP

2020-05-19 Thread Dinesh Joshi
Hi Chris,

I skimmed through your proposal and it looks interesting. We can definitely 
discuss this but at the moment we’re iterating on releasing 4.0 so your 
proposal may not get a whole lot of traction. We also have a new process to 
propose largish changes like you suggested called CEP (Cassandra Enhancement 
Process). You don’t have to formally write up a doc if you’re looking to just 
bounce ideas off of folks in the mailing list. Just making you aware in case 
you didn’t know.

Cheers,

Dinesh

> On May 19, 2020, at 7:05 PM, Christopher Bradford  
> wrote:
> 
> Hello C* Dev list,
> 
> While thinking through some ways to span clouds / Kubernetes clusters I
> found some approaches not possible (or significantly difficult) due to how
> we use IP addresses instead of hostnames. This lead to the creation of
> CASSANDRA-15823 
> along with this message to spark some discussion in this space. The body of
> the ticket is a little lengthy but goes into the background a bit more.
> 
> Additionally while in discussions with some other C* users there is
> apparently a bit of pain around our use of IPs instead of hostnames. We
> were about how cass-operator uses DNS for seed node discovery and they were
> excited about an uptick in hostname / DNS usage instead of a list of IP
> addresses.
> 
> Any thoughts about this proposal? What are some pitfalls that should be
> considered?
> 
> Thanks,
> ~Chris
> 
> Christopher Bradford


-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Re: Support for networking via identity instead of IP

2020-05-19 Thread Christopher Bradford
I wasn’t sure if this was CEP material or not. I don’t mind migrating it
that direction instead of a JIRA.

Thanks!

On Tue, May 19, 2020 at 11:19 PM Dinesh Joshi  wrote:

> Hi Chris,
>
> I skimmed through your proposal and it looks interesting. We can
> definitely discuss this but at the moment we’re iterating on releasing 4.0
> so your proposal may not get a whole lot of traction. We also have a new
> process to propose largish changes like you suggested called CEP (Cassandra
> Enhancement Process). You don’t have to formally write up a doc if you’re
> looking to just bounce ideas off of folks in the mailing list. Just making
> you aware in case you didn’t know.
>
> Cheers,
>
> Dinesh
>
> > On May 19, 2020, at 7:05 PM, Christopher Bradford 
> wrote:
> >
> > Hello C* Dev list,
> >
> > While thinking through some ways to span clouds / Kubernetes clusters I
> > found some approaches not possible (or significantly difficult) due to
> how
> > we use IP addresses instead of hostnames. This lead to the creation of
> > CASSANDRA-15823 
> > along with this message to spark some discussion in this space. The body
> of
> > the ticket is a little lengthy but goes into the background a bit more.
> >
> > Additionally while in discussions with some other C* users there is
> > apparently a bit of pain around our use of IPs instead of hostnames. We
> > were about how cass-operator uses DNS for seed node discovery and they
> were
> > excited about an uptick in hostname / DNS usage instead of a list of IP
> > addresses.
> >
> > Any thoughts about this proposal? What are some pitfalls that should be
> > considered?
> >
> > Thanks,
> > ~Chris
> >
> > Christopher Bradford
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: dev-h...@cassandra.apache.org
>
> --

Christopher Bradford