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

Count aggregate is not right after delete sg

    XMLWordPrintableJSON

Details

    • 2022-4-Tian

    Description

      You can replay the result like following:

      The sql is:

      insert into root.sg1.d1(time,s1) values(1,1);
      flush;
      select count from root.**;
      delete storage group root.sg1;
      insert into root.sg1.sdhkajhd(time,s1) values(1,1);
      flush;
      select count from root.**;

       

      We expect the result to be 1, but it is 0.

      Attachments

        Activity

          People

            jackietien Yuan Tian
            jackietien Yuan Tian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 8h
                8h
                Remaining:
                Remaining Estimate - 8h
                8h
                Logged:
                Time Spent - Not Specified
                Not Specified