You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/04/18 07:56:00 UTC

[jira] [Created] (IOTDB-2950) After enabling persistence, report that MNode has not been pinned when writing datas by benchmark

xiaozhihong created IOTDB-2950:
----------------------------------

             Summary: After enabling persistence,  report that MNode has not been pinned when writing datas by benchmark 
                 Key: IOTDB-2950
                 URL: https://issues.apache.org/jira/browse/IOTDB-2950
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Schema Manager, Core/Server
    Affects Versions: master branch
            Reporter: xiaozhihong
            Assignee: Jialin Qiao
         Attachments: image-2022-04-18-15-55-02-466.png

step 1:  Modify parameters in the iotdb-engine.properties

 
{code:java}
schema_engine_mode=Schema_File {code}
step 2:start iotdb
step 3: Change the benchmark running mode to generate a dataset,running benchmark
{code:java}
BENCHMARK_WORK_MODE=generateDataMode 
LOOP=1000
BIG_BATCH_SIZE=100
GROUP_NUMBER=10
DEVICE_NUMBER=100
SENSOR_NUMBER=100
BATCH_SIZE_PER_WRITE=100{code}
step 4: Change the benchmark running mode again,running benchmark

 

 
{code:java}
BENCHMARK_WORK_MODE=verificationWriteMode {code}
step 5:check log

then view error:

!image-2022-04-18-15-55-02-466.png!

 



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