[ 
https://issues.apache.org/jira/browse/SOLR-9308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378667#comment-15378667
 ] 

Hoss Man commented on SOLR-9308:
--------------------------------


bq.  I'd guess that request forwarding is being done and that "fq" params 
aren't being passed along.

Hmmm... that seems like a good candidate, but {{-e cloud -noprompt}} spins up 
only 2 nodes w/2 shards, and 2 replicas.   And even if i try sending the RTG 
requests to both nodes -- or even directly to the individual cores -- the 
filter is ignored in all cases...

{noformat}
$ curl 
'http://localhost:8983/solr/gettingstarted_shard1_replica2/get?id=xxx&fq=bogus_s:ddd'
{
  "doc":
  {
    "id":"xxx",
    "aaa_i":1532757419,
    "_version_":1539876677341937664}}
$ curl 
'http://localhost:8983/solr/gettingstarted_shard2_replica2/get?id=xxx&fq=bogus_s:ddd'
{
  "doc":
  {
    "id":"xxx",
    "aaa_i":1532757419,
    "_version_":1539876677341937664}}
$ curl 
'http://localhost:7574/solr/gettingstarted_shard1_replica1/get?id=xxx&fq=bogus_s:ddd'
{
  "doc":
  {
    "id":"xxx",
    "aaa_i":1532757419,
    "_version_":1539876677341937664}}
$ curl 
'http://localhost:7574/solr/gettingstarted_shard2_replica1/get?id=xxx&fq=bogus_s:ddd'
{
  "doc":
  {
    "id":"xxx",
    "aaa_i":1532757419,
    "_version_":1539876677341937664}}
{noformat}

(at the time i ran those queries, the UI said the 2 cores on 8983 were my 2 
leaders)


> RTG w/fq seems to ignore fqs - regardless of wether docs are committed or not
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-9308
>                 URL: https://issues.apache.org/jira/browse/SOLR-9308
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Hoss Man
>
> While working on a robust randomized test for SOLR-9285, I can't seem to get 
> filter queries on RTG to work at all -- even when the docs are fully 
> committed.
> steps to reproduce to follow in comment...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to