Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2881

SPI queries not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5.0.final
    • 1.8
    • cache
    • None

    Description

      SpiQuery functionality looks completely broken right now, any query execution fails with the exception shown below. Also I didn't find a single test for it, they should be added.

      I'm attaching the simple example that reproduce the issue.

      Caused by: class org.apache.ignite.IgniteCheckedException: Received next page request after iterator was removed. Consider increasing maximum number of stored iterators (see GridCacheConfiguration.getMaximumQueryIteratorCount() configuration property).
      	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.executeFieldsQuery(GridCacheQueryManager.java:666)
      	at org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.runFieldsQuery(GridCacheQueryManager.java:1168)
      	... 7 more
      

      Attachments

        1. SpiQueryTest.java
          3 kB
          Valentin Kulichenko

        Issue Links

          Activity

            People

              vozerov Vladimir Ozerov
              vkulichenko Valentin Kulichenko
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: