We have a few improvements and bug fixes that could use reviewer feedback. Useful improvements for 4.0:
https://issues.apache.org/jira/browse/CASSANDRA-14303 and https://issues.apache.org/jira/browse/CASSANDRA-14557 - Makes the user interface for creating keyspaces easier to use and less error prone. For example "CREATE KEYSPACE foo WITH replication = {'class': 'NetworkTopologyStrategy'}" would just do the right thing after both patches. https://issues.apache.org/jira/browse/CASSANDRA-14459 - Limits the DynamicEndpointSnitch's use of latent replicas. This should help with slow queries on startup and every 10 minutes during DES reset (when the snitch's latency data is empty). There is also a riskier potential follow up patch which improves the performance of the latency tracking mechanism by ~10x and reduces garbage to near zero. I believe that Jason is looking at this. https://issues.apache.org/jira/browse/CASSANDRA-14297 - Improves the startup check functionality to make it so that operators can be more confident that they won't throw unavailable or timeouts during node restarts. The patch has merge conflicts right now but I was waiting on someone to confirm it's worth doing before I spend more time on it. In progress patches for 4.0 that will probably need reviewers soon: https://issues.apache.org/jira/browse/CASSANDRA-14358 - Improves the handling of network partitions, especially those caused by statefull firewalls (e.g. AWS security groups) https://issues.apache.org/jira/browse/CASSANDRA-14346 - Initial sidecar and distributed scheduler for repair. We're working on this port more or less fulltime to try to get a patch before August 1st so someone can review. Minor cleanup patches: https://issues.apache.org/jira/browse/CASSANDRA-9452 - Cleanup of some old configuration, probably an easy thing to commit. Unrelated to this, how do I get the ability to assign myself to issues? Right now someone else has to assign me/sumanth whenever we work on a ticket and that's slightly odd. Thanks Sankalp for sending this request out! -Joey On Tue, Jul 17, 2018 at 12:35 PM sankalp kohli <kohlisank...@gmail.com> wrote: > Hi, > We are 7 weeks away from 4.0 freeze and there are ~150 JIRAs waiting > for review. It is hard to know which ones should be prioritized as some of > them could be not valid(fixes 2.0 bug), some of them will have the assignee > who no longer is active, etc. > > If anyone is *not* getting traction on the JIRA to get it reviewed, please > use this thread to send your JIRA number and optionally why it is > important. > > Thanks, > Sankalp >