>
>
> Any ideas what might be wrong or which prerequisites need to be met? This
> is the first request for a connection.
>
>
>
Sam makes a good point. Make sure you have the username and password
properties set in the configuration file:
https://github.com/apache/incubator-usergrid/blob/master/sta
We had the same issue with huge number of sstables on this version and 2.1.3.
After updating to 2.1.8 the issue slowly faded out (it took a long time for
Cassandra to compact thousands of sstables)
On Mon, Jul 27, 2015 at 4:05 AM, Peer, Oded wrote:
> It’s noticeable from the log file that you
Hi Peer,
Following is the cassandra schema I have used.
https://github.com/DImuthuUpe/DBFeederMvn/blob/master/src/main/resources/CassandraSchema
Cassandra version I have used is 2.1.2
Thank You!
On Mon, Jul 27, 2015 at 4:34 PM, Peer, Oded wrote:
> It’s noticeable from the log file that you h
It’s noticeable from the log file that you have many sstable files.
For instance there are over 11,000 sstable files for table “word_usage”, and
over 10,500 of those are less than one MB in size.
I am guessing this has to be part of the reason bootstrap is taking so long.
What type of compaction
I don't know Usergrid at all, but the error can be reproduced with cqlsh by
supplying an empty string for the username, e.g bin/cqlsh -u "" -p
cassandra
So I guess something in Usergrid is not setting it correctly.
On Sat, Jul 25, 2015 at 5:22 PM, Andreas Schlüter <
dr.andreas.schlue...@gmx.de> wr