Hi Alex,
I don't see any attached image. Can you please send it one more time?
Best wishes,
Pavel
On 16 November 2017 at 01:04, Alex Circus
wrote:
> Hi,
>
> *On short:*
> I use cassandra 3.0.9 in a cluster of 6 nodes.
> 1. I create a keyspace called test:
> CREATE KEYSPACE business WITH re
yes - true- some are flaky, but almost all of the ones i filed fail 100% (💯) of
the time. i look forward to triaging just the remaining flaky ones (hopefully -
without powers combined - by the end of this month!!)
appreciate everyone’s help - no matter how small... i already personally did a
fe
In lieu of a weekly wrap-up, here's a pre-Thanksgiving call for help.
If you haven't been paying attention to JIRA, you likely didn't notice that
Josh went through and triage/categorized a bunch of issues by adding
components, and Michael took the time to open a bunch of JIRAs for failing
tests.
Hi,
*On short:*
I use cassandra 3.0.9 in a cluster of 6 nodes.
1. I create a keyspace called test:
CREATE KEYSPACE business WITH replication = {'class': 'SimpleStrategy',
'replication_factor': '3'} AND durable_writes = true;
2. I create table called test:
CREATE TABLE test.test (
test_i