While running the ITBlurClusterTest I get errors (which I'm looking at now), but they seem to be unrelated to the error you are seeing. Digging into it now.
Aaron On Wed, Feb 20, 2013 at 8:42 PM, Tim Williams <[email protected]> wrote: > Is anyone able to do anything useful with multiple shards on the > MiniCluster? I can't tell whether it's local to me or not. When I > run a single shard all is well, I can add docs, and search no problem. > When I launch the same code with more than one shard, the > BlurClientManager on the shard server-side hiccups: > > ERROR 20130220_20:33:32:032_EST [thrift-processors0] > thrift.BlurClientManager: All connections are bad [5]. > ERROR 20130220_20:33:32:032_EST [thrift-processors0] > server.BlurServer: Unknown error > java.lang.reflect.UndeclaredThrowableException > at $Proxy9.addDocuments(Unknown Source) > at > org.apache.blur.server.BlurServer.forwardAddDocuments(BlurServer.java:596) > at org.apache.blur.server.BlurServer.addDocuments(BlurServer.java:350) > > anyone seen this on the 0.2-dev stuffs? > > Thanks, > --tim >
