[GitHub] cassandra pull request #88: added encoding param to non-debug printmsg funct...

2017-03-01 Thread sparkida
Github user sparkida closed the pull request at: https://github.com/apache/cassandra/pull/88 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Lots of dtest errors on local machine

2017-03-01 Thread benjamin roth
Hi again, I wanted to run some dtests (e.g. from materialized_views_test.py) to check my changes. A while ago, everything worked fine but today I ran into a lot of errors like this: https://gist.github.com/brstgt/114d76769d97dc72059f9252330c4142 This happened on 2 different machines (macos +

Need feedback on CASSANDRA-13066

2017-03-01 Thread benjamin roth
Hi guys, I started working on 13066. My intention is to offer a table-setting that allows a operator to optimize MV streaming in some cases or simply "on purpose - i know what i do". MV write path streaming can be ommitted e.g. if: - data is append only - no PK is added to MV so no stale data

[GitHub] cassandra pull request #95: Expire messages by a single Thread

2017-03-01 Thread christian-esken
GitHub user christian-esken opened a pull request: https://github.com/apache/cassandra/pull/95 Expire messages by a single Thread When queue expiration is done, one single Thread is elected to do the work. Previously, all Threads would go in and do the same work, producing

Re: Official CS docs

2017-03-01 Thread Stefan Podkowinski
Hi Benjamin I think the best way to catch up with the motivation behind this is by reading the following dev post and linked jiras: https://lists.apache.org/thread.html/029e1273675260630e4973ba301f71a8de5a9d7e294a7b2df6eed65f@%3Cdev.cassandra.apache.org%3E What are your suggestions to improve

Re: What would a pluggable logging implementation look like?

2017-03-01 Thread Romain Hardouin
Hi, I think you have to look at how authenticator/authorizer/role_manager are handled.e.g.  https://github.com/apache/cassandra/blob/trunk/conf/cassandra.yaml#L103https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/auth/AllowAllAuthenticator.java Best,Romain Le