Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-1956

Ickle query ignores 'v' chars at start of property name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • JDG 7.3 DR3
    • JDG 7.2 GA
    • Querying
    • None
    • JDG Sprint #21

    Description

      Executing:

      http://localhost:8080/rest/default/?action=search&query=from%20Cache%20where%20value%20=%20%22value1%22

      against indexed cache, results in:

      {
        "error" : {
          "message" : "Error executing query",
          "cause" : "ISPN028501: The type Cache has no property named 'alue'."
        }
      }
      

      Note that query looks for 'alue' instead 'value'.

      Cache config:

      <distributed-cache name="default" mode="SYNC" start="EAGER">
          <indexing index="ALL"/>
      </distributed-cache>
      

      Used Proto schema:

      message Cache {
      	required String id = 1;
      	required String value = 2;
      }
      

      Attachments

        Issue Links

          Activity

            People

              anistor Adrian Nistor (Inactive)
              pdrobek@redhat.com Pavel Drobek
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: