You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by kurt greaves <ku...@instaclustr.com> on 2018/06/06 12:22:05 UTC

3.11.3

We probably need to release 3.11.3 at some point soon because there's some
pretty major bug fixes in there and interest has been expressed multiple
times now for a release.

Currently the only tickets marked for 3.11.3 that aren't complete are:
https://issues.apache.org/jira/browse/CASSANDRA-14355 - No work has started
on this yet.
https://issues.apache.org/jira/browse/CASSANDRA-13929 - A lot of work has
been done here... just need a final review

However we've got quite a few tickets with patches that should probably be
considered - can't say all are necessary to get into 3.11.3 but seeing as
they all have patch available and have been around :
for a while they are worth considering for anyone who could kindly review:
https://issues.apache.org/jira/browse/CASSANDRA-14242 - Inconsistent
indexing on static columns :(. needs review
https://issues.apache.org/jira/browse/CASSANDRA-14415 - performance
regression fix for DISTINCT
https://issues.apache.org/jira/browse/CASSANDRA-14204 - Straightforward fix
for nodetool garbagecollect
https://issues.apache.org/jira/browse/CASSANDRA-14167 - Pretty much ready
for commit - has been given +1 by Sylvain
https://issues.apache.org/jira/browse/CASSANDRA-14099 - Needs only a unit
test
https://issues.apache.org/jira/browse/CASSANDRA-14085 - performance fix,
small patch needs review
https://issues.apache.org/jira/browse/CASSANDRA-13935 - Simple fix to CQL
output for indexes when dumping schema
https://issues.apache.org/jira/browse/CASSANDRA-13917 - Needs review, fix
for compact storage inserts.
https://issues.apache.org/jira/browse/CASSANDRA-13843 - Needs review. Small
debian packaging fix for heapdump location.
https://issues.apache.org/jira/browse/CASSANDRA-13834 - Needs an "official"
reviewer and probably a test.
https://issues.apache.org/jira/browse/CASSANDRA-13618 - Can likely be
committed. Jeff has already done all the work for it just need to verify
tests.
https://issues.apache.org/jira/browse/CASSANDRA-11479 - Waiting for review
for quite a long time.. unit test fix but seems to include changes to the
server

Handy JQL:
project = CASSANDRA AND ((fixVersion = 3.11.x and status = "Patch
Available" ) OR (fixVersion = 3.11.3 AND status != Resolved)) and Type = Bug

Re: 3.11.3

Posted by kurt greaves <ku...@instaclustr.com>.
Another one worth mentioning (that I missed because I neglected 3.0) would
be https://issues.apache.org/jira/browse/CASSANDRA-14419

Tommy has provided a backport of CASSANDRA-11960 which supposedly fixes the
issue, just needs a review.

On Thu., 7 Jun. 2018, 11:29 kurt greaves, <ku...@instaclustr.com> wrote:

> Oh yeah forgot about those branches, but yes definitely +1 to those.
>
> On 6 June 2018 at 14:55, Michael Shuler <mi...@pbandjelly.org> wrote:
>
>> +1 for all the active branches. It will also be a good chance to review
>> the release doc addition Mick so graciously wrote up.
>> https://github.com/apache/cassandra/pull/230
>>
>> --
>> Michael
>>
>>
>> On 06/06/2018 07:30 AM, Jason Brown wrote:
>>
>>> wrt releasing 3.11, +1 to this ... and additionally, 3.0 and 2.2.
>>>
>>> I'd propose we cut early next week (Monday) and anything that can get
>>> reviewed/committed from Kurt's list would be great.
>>>
>>> On Wed, Jun 6, 2018 at 5:22 AM, kurt greaves <ku...@instaclustr.com>
>>> wrote:
>>>
>>> We probably need to release 3.11.3 at some point soon because there's
>>>> some
>>>> pretty major bug fixes in there and interest has been expressed multiple
>>>> times now for a release.
>>>>
>>>> Currently the only tickets marked for 3.11.3 that aren't complete are:
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14355 - No work has
>>>> started
>>>> on this yet.
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13929 - A lot of work
>>>> has
>>>> been done here... just need a final review
>>>>
>>>> However we've got quite a few tickets with patches that should probably
>>>> be
>>>> considered - can't say all are necessary to get into 3.11.3 but seeing
>>>> as
>>>> they all have patch available and have been around :
>>>> for a while they are worth considering for anyone who could kindly
>>>> review:
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14242 - Inconsistent
>>>> indexing on static columns :(. needs review
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14415 - performance
>>>> regression fix for DISTINCT
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14204 - Straightforward
>>>> fix
>>>> for nodetool garbagecollect
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14167 - Pretty much
>>>> ready
>>>> for commit - has been given +1 by Sylvain
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14099 - Needs only a
>>>> unit
>>>> test
>>>> https://issues.apache.org/jira/browse/CASSANDRA-14085 - performance
>>>> fix,
>>>> small patch needs review
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13935 - Simple fix to
>>>> CQL
>>>> output for indexes when dumping schema
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13917 - Needs review,
>>>> fix
>>>> for compact storage inserts.
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13843 - Needs review.
>>>> Small
>>>> debian packaging fix for heapdump location.
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13834 - Needs an
>>>> "official"
>>>> reviewer and probably a test.
>>>> https://issues.apache.org/jira/browse/CASSANDRA-13618 - Can likely be
>>>> committed. Jeff has already done all the work for it just need to verify
>>>> tests.
>>>> https://issues.apache.org/jira/browse/CASSANDRA-11479 - Waiting for
>>>> review
>>>> for quite a long time.. unit test fix but seems to include changes to
>>>> the
>>>> server
>>>>
>>>> Handy JQL:
>>>> project = CASSANDRA AND ((fixVersion = 3.11.x and status = "Patch
>>>> Available" ) OR (fixVersion = 3.11.3 AND status != Resolved)) and Type =
>>>> Bug
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@cassandra.apache.org
>> For additional commands, e-mail: dev-help@cassandra.apache.org
>>
>>
>

Re: 3.11.3

Posted by kurt greaves <ku...@instaclustr.com>.
Oh yeah forgot about those branches, but yes definitely +1 to those.

On 6 June 2018 at 14:55, Michael Shuler <mi...@pbandjelly.org> wrote:

> +1 for all the active branches. It will also be a good chance to review
> the release doc addition Mick so graciously wrote up.
> https://github.com/apache/cassandra/pull/230
>
> --
> Michael
>
>
> On 06/06/2018 07:30 AM, Jason Brown wrote:
>
>> wrt releasing 3.11, +1 to this ... and additionally, 3.0 and 2.2.
>>
>> I'd propose we cut early next week (Monday) and anything that can get
>> reviewed/committed from Kurt's list would be great.
>>
>> On Wed, Jun 6, 2018 at 5:22 AM, kurt greaves <ku...@instaclustr.com>
>> wrote:
>>
>> We probably need to release 3.11.3 at some point soon because there's some
>>> pretty major bug fixes in there and interest has been expressed multiple
>>> times now for a release.
>>>
>>> Currently the only tickets marked for 3.11.3 that aren't complete are:
>>> https://issues.apache.org/jira/browse/CASSANDRA-14355 - No work has
>>> started
>>> on this yet.
>>> https://issues.apache.org/jira/browse/CASSANDRA-13929 - A lot of work
>>> has
>>> been done here... just need a final review
>>>
>>> However we've got quite a few tickets with patches that should probably
>>> be
>>> considered - can't say all are necessary to get into 3.11.3 but seeing as
>>> they all have patch available and have been around :
>>> for a while they are worth considering for anyone who could kindly
>>> review:
>>> https://issues.apache.org/jira/browse/CASSANDRA-14242 - Inconsistent
>>> indexing on static columns :(. needs review
>>> https://issues.apache.org/jira/browse/CASSANDRA-14415 - performance
>>> regression fix for DISTINCT
>>> https://issues.apache.org/jira/browse/CASSANDRA-14204 - Straightforward
>>> fix
>>> for nodetool garbagecollect
>>> https://issues.apache.org/jira/browse/CASSANDRA-14167 - Pretty much
>>> ready
>>> for commit - has been given +1 by Sylvain
>>> https://issues.apache.org/jira/browse/CASSANDRA-14099 - Needs only a
>>> unit
>>> test
>>> https://issues.apache.org/jira/browse/CASSANDRA-14085 - performance fix,
>>> small patch needs review
>>> https://issues.apache.org/jira/browse/CASSANDRA-13935 - Simple fix to
>>> CQL
>>> output for indexes when dumping schema
>>> https://issues.apache.org/jira/browse/CASSANDRA-13917 - Needs review,
>>> fix
>>> for compact storage inserts.
>>> https://issues.apache.org/jira/browse/CASSANDRA-13843 - Needs review.
>>> Small
>>> debian packaging fix for heapdump location.
>>> https://issues.apache.org/jira/browse/CASSANDRA-13834 - Needs an
>>> "official"
>>> reviewer and probably a test.
>>> https://issues.apache.org/jira/browse/CASSANDRA-13618 - Can likely be
>>> committed. Jeff has already done all the work for it just need to verify
>>> tests.
>>> https://issues.apache.org/jira/browse/CASSANDRA-11479 - Waiting for
>>> review
>>> for quite a long time.. unit test fix but seems to include changes to the
>>> server
>>>
>>> Handy JQL:
>>> project = CASSANDRA AND ((fixVersion = 3.11.x and status = "Patch
>>> Available" ) OR (fixVersion = 3.11.3 AND status != Resolved)) and Type =
>>> Bug
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cassandra.apache.org
> For additional commands, e-mail: dev-help@cassandra.apache.org
>
>

Re: 3.11.3

Posted by Michael Shuler <mi...@pbandjelly.org>.
+1 for all the active branches. It will also be a good chance to review 
the release doc addition Mick so graciously wrote up.
https://github.com/apache/cassandra/pull/230

-- 
Michael

On 06/06/2018 07:30 AM, Jason Brown wrote:
> wrt releasing 3.11, +1 to this ... and additionally, 3.0 and 2.2.
> 
> I'd propose we cut early next week (Monday) and anything that can get
> reviewed/committed from Kurt's list would be great.
> 
> On Wed, Jun 6, 2018 at 5:22 AM, kurt greaves <ku...@instaclustr.com> wrote:
> 
>> We probably need to release 3.11.3 at some point soon because there's some
>> pretty major bug fixes in there and interest has been expressed multiple
>> times now for a release.
>>
>> Currently the only tickets marked for 3.11.3 that aren't complete are:
>> https://issues.apache.org/jira/browse/CASSANDRA-14355 - No work has
>> started
>> on this yet.
>> https://issues.apache.org/jira/browse/CASSANDRA-13929 - A lot of work has
>> been done here... just need a final review
>>
>> However we've got quite a few tickets with patches that should probably be
>> considered - can't say all are necessary to get into 3.11.3 but seeing as
>> they all have patch available and have been around :
>> for a while they are worth considering for anyone who could kindly review:
>> https://issues.apache.org/jira/browse/CASSANDRA-14242 - Inconsistent
>> indexing on static columns :(. needs review
>> https://issues.apache.org/jira/browse/CASSANDRA-14415 - performance
>> regression fix for DISTINCT
>> https://issues.apache.org/jira/browse/CASSANDRA-14204 - Straightforward
>> fix
>> for nodetool garbagecollect
>> https://issues.apache.org/jira/browse/CASSANDRA-14167 - Pretty much ready
>> for commit - has been given +1 by Sylvain
>> https://issues.apache.org/jira/browse/CASSANDRA-14099 - Needs only a unit
>> test
>> https://issues.apache.org/jira/browse/CASSANDRA-14085 - performance fix,
>> small patch needs review
>> https://issues.apache.org/jira/browse/CASSANDRA-13935 - Simple fix to CQL
>> output for indexes when dumping schema
>> https://issues.apache.org/jira/browse/CASSANDRA-13917 - Needs review, fix
>> for compact storage inserts.
>> https://issues.apache.org/jira/browse/CASSANDRA-13843 - Needs review.
>> Small
>> debian packaging fix for heapdump location.
>> https://issues.apache.org/jira/browse/CASSANDRA-13834 - Needs an
>> "official"
>> reviewer and probably a test.
>> https://issues.apache.org/jira/browse/CASSANDRA-13618 - Can likely be
>> committed. Jeff has already done all the work for it just need to verify
>> tests.
>> https://issues.apache.org/jira/browse/CASSANDRA-11479 - Waiting for review
>> for quite a long time.. unit test fix but seems to include changes to the
>> server
>>
>> Handy JQL:
>> project = CASSANDRA AND ((fixVersion = 3.11.x and status = "Patch
>> Available" ) OR (fixVersion = 3.11.3 AND status != Resolved)) and Type =
>> Bug
>>
> 


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


Re: 3.11.3

Posted by Jason Brown <ja...@gmail.com>.
wrt releasing 3.11, +1 to this ... and additionally, 3.0 and 2.2.

I'd propose we cut early next week (Monday) and anything that can get
reviewed/committed from Kurt's list would be great.

On Wed, Jun 6, 2018 at 5:22 AM, kurt greaves <ku...@instaclustr.com> wrote:

> We probably need to release 3.11.3 at some point soon because there's some
> pretty major bug fixes in there and interest has been expressed multiple
> times now for a release.
>
> Currently the only tickets marked for 3.11.3 that aren't complete are:
> https://issues.apache.org/jira/browse/CASSANDRA-14355 - No work has
> started
> on this yet.
> https://issues.apache.org/jira/browse/CASSANDRA-13929 - A lot of work has
> been done here... just need a final review
>
> However we've got quite a few tickets with patches that should probably be
> considered - can't say all are necessary to get into 3.11.3 but seeing as
> they all have patch available and have been around :
> for a while they are worth considering for anyone who could kindly review:
> https://issues.apache.org/jira/browse/CASSANDRA-14242 - Inconsistent
> indexing on static columns :(. needs review
> https://issues.apache.org/jira/browse/CASSANDRA-14415 - performance
> regression fix for DISTINCT
> https://issues.apache.org/jira/browse/CASSANDRA-14204 - Straightforward
> fix
> for nodetool garbagecollect
> https://issues.apache.org/jira/browse/CASSANDRA-14167 - Pretty much ready
> for commit - has been given +1 by Sylvain
> https://issues.apache.org/jira/browse/CASSANDRA-14099 - Needs only a unit
> test
> https://issues.apache.org/jira/browse/CASSANDRA-14085 - performance fix,
> small patch needs review
> https://issues.apache.org/jira/browse/CASSANDRA-13935 - Simple fix to CQL
> output for indexes when dumping schema
> https://issues.apache.org/jira/browse/CASSANDRA-13917 - Needs review, fix
> for compact storage inserts.
> https://issues.apache.org/jira/browse/CASSANDRA-13843 - Needs review.
> Small
> debian packaging fix for heapdump location.
> https://issues.apache.org/jira/browse/CASSANDRA-13834 - Needs an
> "official"
> reviewer and probably a test.
> https://issues.apache.org/jira/browse/CASSANDRA-13618 - Can likely be
> committed. Jeff has already done all the work for it just need to verify
> tests.
> https://issues.apache.org/jira/browse/CASSANDRA-11479 - Waiting for review
> for quite a long time.. unit test fix but seems to include changes to the
> server
>
> Handy JQL:
> project = CASSANDRA AND ((fixVersion = 3.11.x and status = "Patch
> Available" ) OR (fixVersion = 3.11.3 AND status != Resolved)) and Type =
> Bug
>