I just want to verify some of the features in regards to SolrCloud that are now on Trunk
documents added to the cluster are automatically distributed amongst the available shards (I had seen that Yonik had ported the Murmur hash, but I didn't see that on trunk, what is being used and where can I look at it?) documents deletes/updates are automatically forwarded to the correct shard no matter which shard/replica they are originally sent to Also on the latest trunk when I run the embedded zk as is describe here (http://wiki.apache.org/solr/SolrCloud2) I keep getting the following information 12/01/27 23:44:38 INFO server.NIOServerCnxn: Accepted socket connection from /fe80:0:0:0:0:0:0:1%1:57549 12/01/27 23:44:38 INFO server.NIOServerCnxn: Refusing session request for client /fe80:0:0:0:0:0:0:1%1:57549 as it has seen zxid 0x179 our last zxid is 0x10f client must try another server 12/01/27 23:44:38 INFO server.NIOServerCnxn: Closed socket connection for client /fe80:0:0:0:0:0:0:1%1:57549 (no session established for client) 12/01/27 23:44:38 INFO server.NIOServerCnxn: Accepted socket connection from /127.0.0.1:57550 12/01/27 23:44:38 INFO server.NIOServerCnxn: Closed socket connection for client /127.0.0.1:57550 (no session established for client) 12/01/27 23:44:39 INFO server.NIOServerCnxn: Accepted socket connection from /0:0:0:0:0:0:0:1%0:57551 I don't actually run with the embedded ZK in production so I am not all that worried about this, but figured it was worth figuring out what was happening. As always awesome work.