Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Stefan Matheis
Hey Jamie

On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote: 
 Thanks Ryan. So to be clear this is a bug then? I went into the
 cloud.js and changed the url used to access this information so that
 it would work, wasn't sure if it was kosher or not.

Yes, it's a bug. My only installation with Zookeeper is a SingleCore-Setup and 
there it's still working -.- Created 
https://issues.apache.org/jira/browse/SOLR-3339 and already attached a patch - 
could you confirm that it's changing more or less them same than you did to 
bring back your local installation?

Regards
Stefan



Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Jamie Johnson
Yes very similar. I had hard coded /solr but it was these locations. I'll
update to use the provided patch and reverify on Monday.

On Saturday, April 7, 2012, Stefan Matheis matheis.ste...@googlemail.com
wrote:
 Hey Jamie

 On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote:
 Thanks Ryan. So to be clear this is a bug then? I went into the
 cloud.js and changed the url used to access this information so that
 it would work, wasn't sure if it was kosher or not.

 Yes, it's a bug. My only installation with Zookeeper is a
SingleCore-Setup and there it's still working -.- Created
https://issues.apache.org/jira/browse/SOLR-3339 and already attached a
patch - could you confirm that it's changing more or less them same than
you did to bring back your local installation?

 Regards
 Stefan




SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
I just downloaded the latest snapshot and fired it up to take a look
around and I'm getting the following error when looking at the Cloud
view.

Loading of undefined failed with HTTP-Status 404

The request I see going out is as follows

http://localhost:8501/solr/slice1_shard1/zookeeper?wt=json

this doesn't work but this does

http://localhost:8501/solr/zookeeper?wt=json

Any thoughts why this would happen?


Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
I looked at our old system and indeed it used to make a call to
/solr/zookeeper not /solr/corename/zookeeper.  I am making a change
locally so I can run with this but is this a bug or did I much
something up with my configuration?

On Fri, Apr 6, 2012 at 9:33 AM, Jamie Johnson jej2...@gmail.com wrote:
 I just downloaded the latest snapshot and fired it up to take a look
 around and I'm getting the following error when looking at the Cloud
 view.

 Loading of undefined failed with HTTP-Status 404

 The request I see going out is as follows

 http://localhost:8501/solr/slice1_shard1/zookeeper?wt=json

 this doesn't work but this does

 http://localhost:8501/solr/zookeeper?wt=json

 Any thoughts why this would happen?


Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Ryan McKinley
There have been a bunch of changes getting the zookeeper info and UI
looking good.  The info moved from being on the core to using a
servlet at the root level.

Note, it is not a request handler anymore, so the wt=XXX has no
effect.  It is always JSON

ryan


On Fri, Apr 6, 2012 at 7:01 AM, Jamie Johnson jej2...@gmail.com wrote:
 I looked at our old system and indeed it used to make a call to
 /solr/zookeeper not /solr/corename/zookeeper.  I am making a change
 locally so I can run with this but is this a bug or did I much
 something up with my configuration?

 On Fri, Apr 6, 2012 at 9:33 AM, Jamie Johnson jej2...@gmail.com wrote:
 I just downloaded the latest snapshot and fired it up to take a look
 around and I'm getting the following error when looking at the Cloud
 view.

 Loading of undefined failed with HTTP-Status 404

 The request I see going out is as follows

 http://localhost:8501/solr/slice1_shard1/zookeeper?wt=json

 this doesn't work but this does

 http://localhost:8501/solr/zookeeper?wt=json

 Any thoughts why this would happen?


Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
Thanks Ryan.  So to be clear this is a bug then?  I went into the
cloud.js and changed the url used to access this information so that
it would work, wasn't sure if it was kosher or not.

On 4/6/12, Ryan McKinley ryan...@gmail.com wrote:
 There have been a bunch of changes getting the zookeeper info and UI
 looking good.  The info moved from being on the core to using a
 servlet at the root level.

 Note, it is not a request handler anymore, so the wt=XXX has no
 effect.  It is always JSON

 ryan


 On Fri, Apr 6, 2012 at 7:01 AM, Jamie Johnson jej2...@gmail.com wrote:
 I looked at our old system and indeed it used to make a call to
 /solr/zookeeper not /solr/corename/zookeeper.  I am making a change
 locally so I can run with this but is this a bug or did I much
 something up with my configuration?

 On Fri, Apr 6, 2012 at 9:33 AM, Jamie Johnson jej2...@gmail.com wrote:
 I just downloaded the latest snapshot and fired it up to take a look
 around and I'm getting the following error when looking at the Cloud
 view.

 Loading of undefined failed with HTTP-Status 404

 The request I see going out is as follows

 http://localhost:8501/solr/slice1_shard1/zookeeper?wt=json

 this doesn't work but this does

 http://localhost:8501/solr/zookeeper?wt=json

 Any thoughts why this would happen?