You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2021/07/06 09:32:00 UTC

[jira] [Created] (IOTDB-1468) Rel 0.12.1 cluster:function max_time(sensor) query result is incorrect

刘珍 created IOTDB-1468:
-------------------------

             Summary: Rel 0.12.1 cluster:function max_time(sensor) query result is incorrect
                 Key: IOTDB-1468
                 URL: https://issues.apache.org/jira/browse/IOTDB-1468
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Cluster
    Affects Versions: 0.12.1
            Reporter: 刘珍
         Attachments: image-2021-07-06-17-28-15-709.png, image-2021-07-06-17-31-11-330.png

version info
     Release 0.12.1 

nodes info :
     node-13,node-14,node-11 

iotdb-cluster.properties
    seed_nodes=192.168.130.13:9003,192.168.130.11:9001,192.168.130.14:9004
    default_replica_num=2

start node-13,node-14,node-11

iotdb benchmark connect node-13  :

INSERT_MODE=sessionByTablet
IS_CLIENT_BIND=true
CLIENT_NUMBER=50
GROUP_NUMBER=20
GROUP_NAME_PREFIX=group_
DEVICE_NUMBER=1000
SENSOR_NUMBER=1000
IS_SENSOR_TS_ALIGNMENT=true
BATCH_SIZE=10
LOOP=90000000
{color:red}*IS_OVERFLOW=false*{color}

FIRST_INDEX=2

Run for 2 hours , {color:red}*stop testing*{color}:
node-13 start-cli.sh :
select max_time(s_1) from root.group_9.d_2989 ;  // {color:red}*result is incorrect *{color}
select count(s_1) from  root.group_9.d_2989  where time>=1537430295000

  !image-2021-07-06-17-31-11-330.png! 




--
This message was sent by Atlassian Jira
(v8.3.4#803005)