Re: NGCC?

2017-06-02 Thread Mark Dewey
Blot out the sun and talk about Cassandra? Seems kind of on the nose, right? On Fri, Jun 2, 2017 at 8:53 AM Russell Bradberry wrote: > I’m just throwing this out there, mostly because I’m a science nerd, but > why not August 21st in the viewability range for the Solar eclipse? Here > is a map s

Re: splitting CQL parser & spec into separate repo

2017-03-21 Thread Mark Dewey
I can immediately think of a project I would use that in. +1 On Tue, Mar 21, 2017 at 12:18 PM Jonathan Haddad wrote: > I created CASSANDRA-13284 a few days ago with the intent of starting a > discussion around the topic of breaking the CQL parser out into a separate > project. I see a few benef

Re: Can I replace a 2.0.9 node with a 2.1.14 node in a cluster?

2016-05-06 Thread Mark Dewey
If by one-by-one you mean you want to upgrade one after the other doing a rolling restart of each node along the way, yes, that is doable and recommended. C* guarantees interoperability between minor versions, ie 2.0.x and 2.1.x in this example. Check your changes.txt file for any upgrade gotchas l

Re: Versioning policy?

2016-01-14 Thread Mark Dewey
Let's do a couple examples: 1. Current release: 3.4.0, bug found in 3.1.0 that also exists in subsequent versions; the bug fix will be ported back to 3.0.x and 3.5.0. 2. Current release 3.3.0, bug found in 3.3.0; the bug fix will be ported back to 3.0.x and 3.4.0. In rare cases, a 3.3.

Re: nosetests

2012-04-14 Thread Mark Dewey
-- On Sat, Apr 14, 2012 at 2:33 PM, Brandon Williams wrote: > Try nosetests -ve to see which one is failing and exit on the first error. > On Apr 14, 2012 1:34 PM, "Mark Dewey" wrote: > >> I thought I followed the instructions to set up the nose tests, but when I >> run them all they do is (slowly) print out ".E" and then hang. Any clues? >> >> Mark >> >

Re: nosetests

2012-04-14 Thread Mark Dewey
ort.py", line 272, in read self.readFrame() File "/usr/local/lib/python2.7/dist-packages/thrift/transport/TTransport.py", line 276, in readFrame buff = self.__trans.readAll(4) File "/usr/local/lib/python2.7/dist-packages/thrift/transport/TTransport.py", line 58, in r

nosetests

2012-04-14 Thread Mark Dewey
I thought I followed the instructions to set up the nose tests, but when I run them all they do is (slowly) print out ".E" and then hang. Any clues? Mark

Re: CASSANDRA-3885

2012-04-07 Thread Mark Dewey
? > > On Sat, Apr 7, 2012 at 4:20 PM, Mark Dewey wrote: > > I realize multiple people may be working on this, so maybe some > discussion > > would help? > > > > CASSANDRA-3885 <https://issues.apache.org/jira/browse/CASSANDRA-3885> > > > > Should w

CASSANDRA-3885

2012-04-07 Thread Mark Dewey
I realize multiple people may be working on this, so maybe some discussion would help? CASSANDRA-3885 Should we just copy the way this is handled in NamesQueryFilter? Or am I missing something obvious? Mark