Re: question on running cassandra-dtests

2018-03-25 Thread Murukesh Mohanan
The complete error is needed. I get something similar if I hadn't run `pip3 install -r requirements.txt`: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/_pytest/config.py", line 328, in _getconftestmodules return self._path2confmods[path] KeyError: local('/

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-25 Thread kurt greaves
I say we give it a few weeks and let adoptopenjdk make an official statement before we make any kind of plan. We're not in a great rush. On Mon., 26 Mar. 2018, 05:49 Carl Mueller, wrote: > And here we go! > > from here: > https://www.reddit.com/r/java/comments/86ce66/java_long_term_support/ > >

Re: Empty partition keys allowed in MV, but not in normal table

2018-03-25 Thread kurt greaves
Yeah definitely a problem there. Can you create a JIRA for it? On Sat., 24 Mar. 2018, 11:00 Duarte Nunes, wrote: > Hi, > > Given the following table: > > cqlsh> create keyspace ks WITH replication = {'class': 'SimpleStrategy', > 'replication_factor': 1}; > cqlsh> create table t (p text, c int, v

Re: [DISCUSS] java 9 and the future of cassandra on the jdk

2018-03-25 Thread Carl Mueller
And here we go! from here: https://www.reddit.com/r/java/comments/86ce66/java_long_term_support/ AdoptOpenJDK (https://www.adoptopenjdk.net) is a new non-profit community build farm that will be providing LTS support (that means we will keep Java 11, 17 etc up to date with security and stability