RE: how to fix constantly getting out of memory (3.11)

2017-12-12 Thread Steinmaurer, Thomas
Hi, if you are talking about on-heap troubles, then the following might be related in 3.11.x: https://issues.apache.org/jira/browse/CASSANDRA-13929 Thomas -Original Message- From: Micha [mailto:mich...@fantasymail.de] Sent: Dienstag, 12. Dezember 2017 09:24 To: dev@cassandra.apache.org

Re: Proposal: github pull requests for all code changes

2017-12-12 Thread Stefan Podkowinski
There's nothing that stops people from using github to discuss code changes. Many jiras already link to gh branches that can be used to review and comment code. But it's not always the best place to do so. The high level discussion should always take place on Jira. Although I'd have no problem to

how to fix constantly getting out of memory (3.11)

2017-12-12 Thread Micha
Hi, I have seven nodes, debian stretch with c*3.11, each with 2TB disk (500G free), 32G Ram. I have a keyspace with seven tables. At the moment the cluster doesn't work at all reliably. Every morning at least 2 nodes are shut down due to out of memory. Repair afterwards fails with "some repair

Proposal: github pull requests for all code changes

2017-12-12 Thread Marcus Eriksson
To be able to use the github code review UI and closer CI integration we should make it obligatory to submit github pull requests for all code changes. The process would be: 1. Create or find a JIRA ticket 2. Submit GH pull request - one PR per branch (one for 3.0, one for 3.11 etc) -