Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-2124

After enable_last_cache is disabled, the filtering condition does not take effect in cluster

    XMLWordPrintableJSON

Details

    Description

      After enable_last_cache is disabled, the filter criteria are not pushed to the remote node. As a result, the query result is incorrect.

      5 node , 3 rep in cluster 

       1. enable_last_cache = false

      2. insert into root.sg1.d1(time,s1) values(1,1);

      3. flush;

      4. select last s1 from root.sg1.d1 where time > 1;

      the query result is incorrect.

      Attachments

        Issue Links

          Activity

            People

              wangchao316 Chao Wang
              wangchao316 Chao Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: