Re: Solr 6.3 will not stay connected to zookeeper

2017-03-16 Thread Shawn Heisey
On 3/15/2017 6:45 PM, Walter Underwood wrote: > I have a pretty good guess what happened. I requested a Zookeeper > 3.4.6 cluster, but they built a 3.4.9 cluster. This is the first I've heard of problems with ZK 3.4.9 on the server side. That would be the server version that I would recommend fo

Re: Solr 6.3 will not stay connected to zookeeper

2017-03-16 Thread Walter Underwood
Still broken with zk 3.4.6. Even the “solr zk” commands can’t fetch the file. It is there. I can list it. $ bin/solr zk ls /configs/tutors Connecting to ZooKeeper at zookeeper01.prod2.cloud.cheggnet.com:2181,zookeeper02.prod2.cloud.cheggnet.com:2181,zookeeper03.prod2.cloud.cheggnet.com,zookeepe

Re: Solr 6.3 will not stay connected to zookeeper

2017-03-15 Thread Walter Underwood
I have a pretty good guess what happened. I requested a Zookeeper 3.4.6 cluster, but they built a 3.4.9 cluster. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Mar 15, 2017, at 4:38 PM, Walter Underwood wrote: > > This happens with the data_direc

Re: Solr 6.3 will not stay connected to zookeeper

2017-03-15 Thread Walter Underwood
This happens with the data_directed_schema_configs example, too. Could it be a file size issue? Small files are succeeding. For the data_driven example, stopwords_it.txt (4924 bytes) worked, but stoptags_ja.txt (16724 bytes) failed. For my tutors config, schema.xml (9974 bytes) failed. The larg

Solr 6.3 will not stay connected to zookeeper

2017-03-15 Thread Walter Underwood
Python kazoo can talk to zookeeper, uploading these same files. Solr fails. What is going on? $ bin/solr create -c tutors -d tutors Connecting to ZooKeeper at zookeeper01.prod2.cloud.cheggnet.com:2181,zookeeper02.prod2.cloud.cheggnet.com:2181,zookeeper03.prod2.cloud.cheggnet.com,zookeeper04.pro