Re: ZK CLI script giving IOException doing upconfig

2018-04-07 Thread Shawn Heisey
On 4/4/2018 1:51 PM, Shawn Heisey wrote: On 4/4/2018 12:13 PM, Doug Turnbull wrote: [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@383] - Exception causing close of session 0x10024db7e280006: *Len error 5327937* With that information, I think I can tell you what went wrong. I asked

Re: ZK CLI script giving IOException doing upconfig

2018-04-05 Thread Shawn Heisey
On 4/5/2018 7:01 AM, Doug Turnbull wrote: My upconfig was also trying to upload the data dir (I had used this as a solr home in a standalone non cloud Solr), I'm missing *conf* here Oops. :)  Uploading an entire core would be a problem! Glad you figured it out. I wonder too if there's anyth

Re: ZK CLI script giving IOException doing upconfig

2018-04-05 Thread Doug Turnbull
Shawn, that's the ticket... I see where I screwed up now. My upconfig was also trying to upload the data dir (I had used this as a solr home in a standalone non cloud Solr), I'm missing *conf* here -confdir solr_home/foo/ Changing to: -confdir solr_home/foo/conf works... I wonder too if there

Re: ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Shawn Heisey
On 4/4/2018 12:13 PM, Doug Turnbull wrote: > Thanks for the responses. Yeah I thought they were weird errors too... :) > > Below are the logs from zookeeper running in foreground after a connection > attempt. But this Exception looks suspicous to me: > > [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:N

Re: ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Susheel Kumar
Hi Doug, are you able to connect to Zookeeper thru Zookeeper zkCli.sh or does Zookeeper.out show anything useful. Thnx On Wed, Apr 4, 2018 at 2:13 PM, Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > Thanks for the responses. Yeah I thought they were weird errors too... :) > > Belo

Re: ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Doug Turnbull
Thanks for the responses. Yeah I thought they were weird errors too... :) Below are the logs from zookeeper running in foreground after a connection attempt. But this Exception looks suspicous to me: [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@383] - Exception causing close of sessio

Re: ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Shawn Heisey
On 4/4/2018 7:14 AM, Doug Turnbull wrote: I've been struggling to do a basic upconfig both with embedded and actual Zookeeper in Solr 7.2.1 using the zkcli script on OSX. One variable, I recently upgraded to Java 9. I get slightly different errors on Java 8 vs 9 Java 9: doug@wiz$~/ws/foo(m

Re: ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Erick Erickson
I haven't seen those errors before, so it's puzzling. Is there any chance there are conflicting _zookeeper_ jars somewhere in your classpath? This looks like a problem with ZK talking to itself. You may find it easier just to use the bin/solr script, we tried to put useful ZK commands there. Wheth

ZK CLI script giving IOException doing upconfig

2018-04-04 Thread Doug Turnbull
I've been struggling to do a basic upconfig both with embedded and actual Zookeeper in Solr 7.2.1 using the zkcli script on OSX. One variable, I recently upgraded to Java 9. I get slightly different errors on Java 8 vs 9 This is probably me being dumb, but googling / searching Jira hasn't really