I've set up a new test situation with the same results. 3 solr nodes and 3 collections with 2 shards and 0 replica's.

Collection Intradesk is on solr01 and solr02. When querying to solr03 I got no results:

Uncaught exception 'SolrClientException' with message 'Unsuccessful query request : Response Code 200. (null)'

*L**ogging solr03:

*Apr 30, 2013 12:06:49 PM sun.net.www.protocol.http.HttpURLConnection writeRequests FINE: sun.net.www.MessageHeader@53d265528 pairs: {HEAD /solr/intradesk/admin/ping/?version=2.2&indent=on&wt=json HTTP/1.1: null}{user-agent: PHP Solr Client 1.0.3-alpha}{accept: */*}{accept-charset: utf-8}{Cache-Control: no-cache}{Pragma: no-cache}{Host: solr01.officemeeuwen.smartbit.be:8983}{Connection: keep-alive} Apr 30, 2013 12:06:49 PM sun.net.www.protocol.http.HttpURLConnection getInputStream FINE: sun.net.www.MessageHeader@19fa157c5 pairs: {null: HTTP/1.1 200 OK}{Server: Apache-Coyote/1.1}{Content-Type: text/plain;charset=UTF-8}{Content-Length: 0}{Date: Tue, 30 Apr 2013 12:05:07 GMT} Apr 30, 2013 12:06:49 PM sun.net.www.protocol.http.HttpURLConnection writeRequests FINE: sun.net.www.MessageHeader@509f662e11 pairs: {POST /solr/intradesk/select/?version=2.2&indent=on&wt=xml HTTP/1.1: null}{authorization: Basic c29scjpzb2xy}{user-agent: PHP Solr Client 1.0.3-alpha}{accept: */*}{accept-charset: utf-8}{content-type: application/x-www-form-urlencoded;charset=UTF-8}{Cache-Control: no-cache}{Pragma: no-cache}{Host: solr01.officemeeuwen.smartbit.be:8983}{Connection: keep-alive}{Content-Length: 656} Apr 30, 2013 12:06:49 PM sun.net.www.protocol.http.HttpURLConnection getInputStream FINE: sun.net.www.MessageHeader@54bec43f5 pairs: {null: HTTP/1.1 200 OK}{Server: Apache-Coyote/1.1}{Content-Type: application/xml;charset=UTF-8}{Transfer-Encoding: chunked}{Date: Tue, 30 Apr 2013 12:05:07 GMT}


*Logging solr01**:*

Apr 30, 2013 12:08:39 PM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/admin/ping/ params={indent=on&wt=json&version=2.2} hits=0 status=0 QTime=0
Apr 30, 2013 12:08:39 PM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/admin/ping/ params={indent=on&wt=json&version=2.2} status=0 QTime=1 Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager requestConnection FINE: Connection request: [route: {}->http://solr01.officemeeuwen.smartbit.be:8983][total kept alive: 3; route allocated: 1 of 20; total allocated: 3 of 10000] Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager requestConnection FINE: Connection request: [route: {}->http://solr02.officemeeuwen.smartbit.be:8983][total kept alive: 3; route allocated: 1 of 20; total allocated: 3 of 10000] Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager leaseConnection FINE: Connection leased: [id: 4][route: {}->http://solr01.officemeeuwen.smartbit.be:8983][total kept alive: 2; route allocated: 1 of 20; total allocated: 3 of 10000] Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager leaseConnection FINE: Connection leased: [id: 5][route: {}->http://solr02.officemeeuwen.smartbit.be:8983][total kept alive: 1; route allocated: 1 of 20; total allocated: 3 of 10000] Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Stale connection check
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Stale connection check
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Stale connection detected
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Stale connection detected
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection close
FINE: Connection 0.0.0.0:52385<->10.1.0.201:8983 closed
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection close
FINE: Connection 0.0.0.0:38275<->10.1.0.202:8983 closed
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnectionOperator openConnection
FINE: Connecting to solr01.officemeeuwen.smartbit.be:8983
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestAddCookies process
FINE: CookieSpec selected: best-match
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestAuthCache process
FINE: Auth cache not set in the context
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnectionOperator openConnection
FINE: Connecting to solr02.officemeeuwen.smartbit.be:8983
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestTargetAuthentication process
FINE: Target auth state: UNCHALLENGED
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestProxyAuthentication process
FINE: Proxy auth state: UNCHALLENGED
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestAddCookies process
FINE: CookieSpec selected: best-match
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector tryExecute
FINE: Attempt 1 to execute request
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestAuthCache process
FINE: Auth cache not set in the context
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: Sending request: POST /solr/intradesk_shard1_replica1/select HTTP/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestTargetAuthentication process
FINE: Target auth state: UNCHALLENGED
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "POST /solr/intradesk_shard1_replica1/select HTTP/1.1[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.client.protocol.RequestProxyAuthentication process
FINE: Proxy auth state: UNCHALLENGED
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Charset: UTF-8[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector tryExecute
FINE: Attempt 1 to execute request
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Type: application/x-www-form-urlencoded; charset=UTF-8[\r][\n]" Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: Sending request: POST /solr/intradesk_shard2_replica1/select HTTP/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "User-Agent: Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "POST /solr/intradesk_shard2_replica1/select HTTP/1.1[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Length: 495[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Charset: UTF-8[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Host: solr01.officemeeuwen.smartbit.be:8983[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Type: application/x-www-form-urlencoded; charset=UTF-8[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Connection: Keep-Alive[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "User-Agent: Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Content-Length: 495[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> POST /solr/intradesk_shard1_replica1/select HTTP/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Host: solr02.officemeeuwen.smartbit.be:8983[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Charset: UTF-8
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "Connection: Keep-Alive[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader FINE: >> User-Agent: Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0 Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> POST /solr/intradesk_shard2_replica1/select HTTP/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Length: 495
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Charset: UTF-8
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Host: solr01.officemeeuwen.smartbit.be:8983
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Connection: Keep-Alive
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader FINE: >> User-Agent: Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "df=smsc_content&rows=50&sort=score+desc&fl=id%2Cscore&debugQuery=false&defaultOperator=AND&start=0&q=%28smsc_content%3Adag+%7C%7C+smsc_content_ngram%3Adag+%7C%7C+smsc_description%3Adag+%7C%7C+smsc_description_ngram%3Adag%29+%26%26+%28smsc_lastdate%3A%5B2013-03-30T13%3A30%3A14Z+TO+2013-04-30T13%3A30%3A14Z%5D%29&collection=intradesk&fsv=true&distrib=false&isShard=true&shard.url=solr01.officemeeuwen.smartbit.be%3A8983%2Fsolr%2Fintradesk_shard1_replica1%2F&NOW=1367323719163&wt=javabin&version=2" Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Content-Length: 495
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Host: solr02.officemeeuwen.smartbit.be:8983
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection sendRequestHeader
FINE: >> Connection: Keep-Alive
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: >> "df=smsc_content&rows=50&sort=score+desc&fl=id%2Cscore&debugQuery=false&defaultOperator=AND&start=0&q=%28smsc_content%3Adag+%7C%7C+smsc_content_ngram%3Adag+%7C%7C+smsc_description%3Adag+%7C%7C+smsc_description_ngram%3Adag%29+%26%26+%28smsc_lastdate%3A%5B2013-03-30T13%3A30%3A14Z+TO+2013-04-30T13%3A30%3A14Z%5D%29&collection=intradesk&fsv=true&distrib=false&isShard=true&shard.url=solr02.officemeeuwen.smartbit.be%3A8983%2Fsolr%2Fintradesk_shard2_replica1%2F&NOW=1367323719163&wt=javabin&version=2"
Apr 30, 2013 12:08:39 PM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/select params={sort=score+desc&defaultOperator=AND&distrib=false&collection=intradesk&wt=javabin&version=2&rows=50&NOW=1367323719163&shard.url=solr01.officemeeuwen.smartbit.be:8983/solr/intradesk_shard1_replica1/&df=smsc_content&fl=id,score&debugQuery=false&start=0&q=(smsc_content:dag+||+smsc_content_ngram:dag+||+smsc_description:dag+||+smsc_description_ngram:dag)+%26%26+(smsc_lastdate:[2013-03-30T13:30:14Z+TO+2013-04-30T13:30:14Z])&isShard=true&fsv=true} hits=0 status=0 QTime=1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "HTTP/1.1 200 OK[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Server: Apache-Coyote/1.1[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Content-Type: application/octet-stream[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Content-Length: 542[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "HTTP/1.1 200 OK[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Date: Tue, 30 Apr 2013 12:08:39 GMT[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Server: Apache-Coyote/1.1[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Content-Type: application/octet-stream[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: Receiving response: HTTP/1.1 200 OK
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Content-Length: 542[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << HTTP/1.1 200 OK
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "Date: Tue, 30 Apr 2013 12:10:18 GMT[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Server: Apache-Coyote/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "[\r][\n]"
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Content-Type: application/octet-stream
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: Receiving response: HTTP/1.1 200 OK
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Content-Length: 542
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << HTTP/1.1 200 OK
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Date: Tue, 30 Apr 2013 12:08:39 GMT
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Server: Apache-Coyote/1.1
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Connection can be kept alive indefinitely
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Content-Type: application/octet-stream
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Content-Length: 542
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "[0x2][0xa3][0xe0].responseHeader[0xa3][0xe0]&status[0x6][0x0][0x0][0x0][0x0][0xe0]%QTimeA[0xe0]&params[0xb0][0xe0]$sort*score desc[0xe0]/defaultOperator#AND[0xe0]'distrib%false[0xe0]*collection)intradesk[0xe0]"wt'javabin[0xe0]'version!2[0xe0]$rows"50[0xe0]#NOW-1367323719163[0xe0])shard.url?&solr01.officemeeuwen.smartbit.be:8983/solr/intradesk_shard1_replica1/[0xe0]"df,smsc_content[0xe0]"fl(id,score[0xe0]*debugQuery%false[0xe0]%start!0[0xe0]!q?[0x85][0x1](smsc_content:dag || smsc_content_ngram:dag || smsc_description:dag || smsc_description_ngram:dag) && (smsc_lastdate:[2013-03-30T13:30:14Z TO 2013-04-30T13:30:14Z])[0xe0]'isShard$true[0xe0]#fsv$true[0xe0](response[0xc][0x83]``[0x8][0x0][0x0][0x0][0x0][0x80][0xe0]+sort_values[0xc0]" Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.DefaultClientConnection receiveResponseHeader
FINE: << Date: Tue, 30 Apr 2013 12:10:18 GMT
Apr 30, 2013 12:08:39 PM org.apache.http.impl.client.DefaultRequestDirector execute
FINE: Connection can be kept alive indefinitely
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager releaseConnection FINE: Connection [id: 4][route: {}->http://solr01.officemeeuwen.smartbit.be:8983] can be kept alive indefinitely
Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.Wire wire
FINE: << "[0x2][0xa3][0xe0].responseHeader[0xa3][0xe0]&status[0x6][0x0][0x0][0x0][0x0][0xe0]%QTimeA[0xe0]&params[0xb0][0xe0]$sort*score desc[0xe0]/defaultOperator#AND[0xe0]'distrib%false[0xe0]*collection)intradesk[0xe0]"wt'javabin[0xe0]'version!2[0xe0]$rows"50[0xe0]#NOW-1367323719163[0xe0]"df,smsc_content[0xe0]"fl(id,score[0xe0]*debugQuery%false[0xe0])shard.url?&solr02.officemeeuwen.smartbit.be:8983/solr/intradesk_shard2_replica1/[0xe0]%start!0[0xe0]!q?[0x85][0x1](smsc_content:dag || smsc_content_ngram:dag || smsc_description:dag || smsc_description_ngram:dag) && (smsc_lastdate:[2013-03-30T13:30:14Z TO 2013-04-30T13:30:14Z])[0xe0]'isShard$true[0xe0]#fsv$true[0xe0](response[0xc][0x83]``[0x8][0x0][0x0][0x0][0x0][0x80][0xe0]+sort_values[0xc0]" Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager releaseConnection FINE: Connection released: [id: 4][route: {}->http://solr01.officemeeuwen.smartbit.be:8983][total kept alive: 2; route allocated: 1 of 20; total allocated: 3 of 10000] Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager releaseConnection FINE: Connection [id: 5][route: {}->http://solr02.officemeeuwen.smartbit.be:8983] can be kept alive indefinitely Apr 30, 2013 12:08:39 PM org.apache.http.impl.conn.PoolingClientConnectionManager releaseConnection FINE: Connection released: [id: 5][route: {}->http://solr02.officemeeuwen.smartbit.be:8983][total kept alive: 3; route allocated: 1 of 20; total allocated: 3 of 10000]
Apr 30, 2013 12:08:39 PM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/select/ params={sort=score+desc&fl=id,smsc_module,smsc_modulekey,smsc_userid,smsc_ssid,smsc_description,smsc_description_ngram,smsc_content,smsc_content_ngram,smsc_courseid,smsc_lastdate,score,metadata_stream_size,metadata_stream_source_info,metadata_stream_name,metadata_stream_content_type,last_modified,author,title,subject&debugQuery=true&defaultOperator=AND&indent=on&start=0&q=(smsc_content:dag+||+smsc_content_ngram:dag+||+smsc_description:dag+||+smsc_description_ngram:dag)+%26%26+(smsc_lastdate:[2013-03-30T13:30:14Z+TO+2013-04-30T13:30:14Z])&collection=intradesk&wt=xml&rows=50&version=2.2} hits=0 status=0 QTime=19 Apr 30, 2013 12:08:39 PM org.apache.catalina.session.ManagerBase processExpires
FINE: Start expire sessions StandardManager at 1367323719600 sessioncount 0
Apr 30, 2013 12:08:39 PM org.apache.catalina.session.ManagerBase processExpires FINE: End expire sessions StandardManager processingTime 1 expired sessions: 0 Apr 30, 2013 12:08:41 PM org.apache.zookeeper.ClientCnxn$SendThread readResponse
FINE: Got ping response for sessionid: 0x33e1d9eb99e0002 after 0ms


*clusterstate.json*

{"intradesk":{
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
"replicas":{"solr01.officemeeuwen.smartbit.be:8983_solr_intradesk_shard1_replica1":{
            "shard":"shard1",
            "state":"active",
            "core":"intradesk_shard1_replica1",
            "collection":"intradesk",
"node_name":"solr01.officemeeuwen.smartbit.be:8983_solr",
"base_url":"http://solr01.officemeeuwen.smartbit.be:8983/solr";,
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
"replicas":{"solr02.officemeeuwen.smartbit.be:8983_solr_intradesk_shard2_replica1":{
            "shard":"shard2",
            "state":"active",
            "core":"intradesk_shard2_replica1",
            "collection":"intradesk",
"node_name":"solr02.officemeeuwen.smartbit.be:8983_solr",
"base_url":"http://solr02.officemeeuwen.smartbit.be:8983/solr";,
            "leader":"true"}}}},
    "router":"compositeId"}}


Met vriendelijke groeten

Arkadi Colson

Smartbit bvba • Hoogstraat 13 • 3670 Meeuwen
T +32 11 64 08 80 • F +32 11 64 08 81

On 04/30/2013 01:54 PM, Arkadi Colson wrote:
This what I get on the solr host where the query is proxy-ed to:

Apr 30, 2013 11:36:28 AM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/admin/ping/ params={indent=on&wt=json&version=2.2} hits=0 status=0 QTime=1
Apr 30, 2013 11:36:28 AM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/admin/ping/ params={indent=on&wt=json&version=2.2} status=0 QTime=1
Apr 30, 2013 11:36:28 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: invalid boolean value: 1
    at org.apache.solr.common.util.StrUtils.parseBool(StrUtils.java:239)
at org.apache.solr.common.params.SolrParams.getBool(SolrParams.java:95) at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:172) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
    at org.apache.solr.core.SolrCore.execute(SolrCore.java:1797)
at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:947) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)

Apr 30, 2013 11:36:28 AM org.apache.solr.core.SolrCore execute
INFO: [intradesk_shard1_replica1] webapp=/solr path=/select/ params={sort=score+desc&fl=id,smsc_module,smsc_modulekey,smsc_userid,smsc_ssid,smsc_description,smsc_description_ngram,smsc_content,smsc_content_ngram,smsc_courseid,smsc_lastdate,score,metadata_stream_size,metadata_stream_source_info,metadata_stream_name,metadata_stream_content_type,last_modified,author,title,subject&debugQuery=1&defaultOperator=AND&indent=on&start=0&q=(smsc_content:dag+||+smsc_content_ngram:dag+||+smsc_description:dag+||+smsc_description_ngram:dag)+%26%26+(smsc_lastdate:[2013-03-30T13:30:14Z+TO+2013-04-30T13:30:14Z])&collection=intradesk,lvs&wt=xml&rows=50&version=2.2} status=400 QTime=1

The last post is from the host who does the proxying...


On 04/30/2013 01:40 PM, Arkadi Colson wrote:
I'm getting this error in tomcat log:

Apr 30, 2013 11:21:44 AM org.apache.solr.common.SolrException log
SEVERE: null:org.apache.solr.common.SolrException: Error trying to proxy request for url: http://solr03.officemeeuwen.smartbit.be:8983/solr/intradesk/select/ at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:478) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:253) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:931) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://solr03.officemeeuwen.smartbit.be:8983/solr/intradesk/select/?version=2.2&indent=on&wt=xml at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
    at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243) at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:466)
    ... 17 more
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://solr03.officemeeuwen.smartbit.be:8983/solr/intradesk/select/?version=2.2&indent=on&wt=xml at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:454)
    ... 17 more

On 04/30/2013 09:57 AM, Arkadi Colson wrote:
I'm using the latest solr 4.2.1 with apache-tomcat-7.0.33

What exactly is the purpose of the linkconfig commmand? When I run it before I creating the collection, it creates a file in zookeeper. After creating the collection, the file is gone and a directory comes in place.

On 04/29/2013 05:36 PM, Mark Miller wrote:
What version of Solr? That should work in Jetty in 4.2 and not before and in Tomcat in 4.3 and not before.

- Mark

On Apr 29, 2013, at 10:19 AM, Arkadi Colson <ark...@smartbit.be> wrote:

When I first do a linkconfig the route:implicit seems to be gone! So recreating the collection will solve this. The problem that I cannot request a collection that does not exists on that host is still there.

Arkadi

On 04/29/2013 03:31 PM, Arkadi Colson wrote:
The strange thing is that I created some time ago 2 other collections and there the router:implicit has not been set. Is it possible to create a collection withour the router:implicit?

http://solr01:8983/solr/admin/collections?action=CREATE&name=lvs&numShards=5&replicationFactor=2&collection.configName=smsc <http://solr01-dcg.intnet.smartbit.be:8983/solr/admin/collections?action=CREATE&name=lvs&numShards=5&replicationFactor=2&collection.configName=smsc>

VERSIONS

Solr 4.2.1

java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

Met vriendelijke groeten

Arkadi Colson

Smartbit bvba • Hoogstraat 13 • 3670 Meeuwen
T +32 11 64 08 80 • F +32 11 64 08 81

On 04/29/2013 03:24 PM, Michael Della Bitta wrote:
That means that documents will be indexed and stored on the node
they're sent to. It shouldn't keep Solr Cloud from loadbalancing
reads. Fixing that won't address the problem you're asking about, but
it may clear up other unintended behaviors.

What version of Solr are you using, and what servlet container?

Michael Della Bitta

------------------------------------------------
Appinions
18 East 41st Street, 2nd Floor
New York, NY 10017-6271

www.appinions.com

Where Influence Isn’t a Game


On Mon, Apr 29, 2013 at 9:20 AM, Arkadi Colson <ark...@smartbit.be> wrote:
I found this in the zookeeper directory /collections/collectionX/

{
   "configName":"smsc",
   "router":"implicit"}


Is "router:implicit" the cause of this? Is it possible to fix?

Thx!


On 04/29/2013 01:24 PM, Arkadi Colson wrote:
Is it correct that if I create a collection B with parameter createNodeSet = hostB and I query on hostA something for collectionA it could not be
found?

BR,
Arkadi




















Reply via email to