Jake Luciani

Results 96 comments of Jake Luciani

No as the diagram shows in the blog post solr and cassandra are running in the same jvm. With DSE you can run Cassandra, Cassandra+Hadoop, or Cassandra+Solr, its upto you...

Hi, Are you using the latest code? I ran your test and it matched 1M

oh tjake-Solandra-00b188b is a bit old... Can you try with the latest?

It could be 20 shards is too much for windows? I updated the defaults in solandra.properties to be ~1M per shard. could you try the latest?

I believe this issue is fixed now can you re-test?

Hi, Yes Solandra uses distributed searching internally to fulfill requests. The solandra.shards.at.once property in solandra.properties allows paralell indexing across shards, so the default of 4 should work for you. Does...

For the unbalanced cluster you need to pre-select your initial_token in cassandra or move the tokens around to make it more balanced: http://www.datastax.com/docs/0.8/operations/clustering#calculating-tokens This will put the data on both...

Is the on disk size roughly even between the 2 nodes now? It does index using both nodes however the problem is IO. Have you tried this experiment with the...

The bulk url would be http://localhost:8983/solandra/~solr_data/update If you look at this url in the browser you can get info about which nodes the shard live on: http://localhost:8983/solandra/schema/solr_data It looks like...