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

[jira] [Created] (IOTDB-2054) [sync]get a wrong result from select count(s_0) from receiver after execute flush

FengQingxin created IOTDB-2054:
----------------------------------

             Summary: [sync]get a wrong result from select count(s_0) from receiver after execute flush
                 Key: IOTDB-2054
                 URL: https://issues.apache.org/jira/browse/IOTDB-2054
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Tools/Sync
    Affects Versions: 0.12.3
            Reporter: FengQingxin
         Attachments: image-2021-11-24-15-42-27-498.png, logs-recviver.tar.gz, logs-sender1.tar.gz, logs-sender2.tar.gz

Hi IoTDBers,

  I met an error when I using sync in iotdb(0.12.3).

 - One receiver 172.20.70.9(root.test2.g_0~g_20.d_200~d_299)

 - Two senders 172.20.70.7(root.test.g_0~g_20.d_0~d_99) and 172.20.70.8(root.test.g_0~g_20.d_100~d_199)
 # start 3 iotdbs
 # insert data with 3 iotdb-benchmarks(one by one)
 # execute SQL "select count(s_0) from root.test.g_9.d_109" in receiver  — pass(return result)
 # execute SQL "flush" in receiver  
 # execute SQL "select count(s_0) from root.test.g_9.d_109" in receiver  — fail(return a different result(smaller numbers)) like below picture

Please help us to check this.

Thanks!

B.R.

 

!image-2021-11-24-15-42-27-498.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)