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
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 + linu
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 can
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 hi
Thanks for the information!
I think this approach works very well for purely technical docs like CQL
documentation.
For building a growing knowledge base I think the git repo is too
developer-centric.
A good example is that question about "fire drill" on the user list. There
is someone who would l
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 th
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 Mercre
Hi guys,
Is there a reason that the docs are part of the git repo?
In my personal opinion this is very complicated and it puts the hurdle to
contribute to docs very high.
There are so many questions on userlists that repeat over and over again
and that could be put into a knowledge base.
But ...