Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1876

clustered query is not executed on the right cache

    XMLWordPrintable

Details

    • Hide

      1. configure two nodes with the exact same cache configuration, using infinispan-core.jar jgroups-udp.xml as transport, with at least two differents named cache using dristibution clustering mode.
      2. boot node 1 and 2
      3. make node 1 perform a clustered query on node 2
      4. search exception will occurs in CQCreateEagerQuery::perform() on node 2
      5. query and cache doesn't match.

      Show
      1. configure two nodes with the exact same cache configuration, using infinispan-core.jar jgroups-udp.xml as transport, with at least two differents named cache using dristibution clustering mode. 2. boot node 1 and 2 3. make node 1 perform a clustered query on node 2 4. search exception will occurs in CQCreateEagerQuery::perform() on node 2 5. query and cache doesn't match.

    Description

      when using clustered query, command is not executed on the right cache.

      when debuging, in CommandAwareRpcDispatcher::executeCommand()
      cmd = ClusteredQuery

      {cache="the-good-cache-name"}

      cmd.cache = "the-bad-cache-name"
      cmd.cacheName = "the-good-cache-name"

      Attachments

        Activity

          People

            israeldl_jira Israel Lacerra (Inactive)
            mathieu@mathieulachance.com Mathieu Lachance (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: