[jira] [Assigned] (IOTDB-5259) [load tsfile]load sequence files but get many unsequence files

2022-12-20 Thread Haonan Hou (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haonan Hou reassigned IOTDB-5259:
-

Assignee: yusicheng  (was: Haonan Hou)

> [load tsfile]load sequence files but get many unsequence files 
> ---
>
> Key: IOTDB-5259
> URL: https://issues.apache.org/jira/browse/IOTDB-5259
> Project: Apache IoTDB
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: changxue
>Assignee: yusicheng
>Priority: Major
> Attachments: image-2022-12-21-11-45-31-864.png, 
> image-2022-12-21-11-46-08-239.png
>
>
> [load tsfile]load sequence files but get many unsequence files 
> load command:
>  !image-2022-12-21-11-45-31-864.png|thumbnail! 
> result:
>  !image-2022-12-21-11-46-08-239.png|thumbnail! 
> 目前还未加载完, 环境青云:
> atmos@172.20.70.44
> iotdb2019
> 目录:
> $IOTDB_HOME



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-5253) Metrics of the database's memory cost maybe wrong

2022-12-20 Thread Haonan Hou (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haonan Hou reassigned IOTDB-5253:
-

Assignee: Hongyin Zhang

> Metrics of the database's memory cost maybe wrong
> -
>
> Key: IOTDB-5253
> URL: https://issues.apache.org/jira/browse/IOTDB-5253
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Core/Engine
>Reporter: Houliang Qi
>Assignee: Hongyin Zhang
>Priority: Major
> Attachments: image-2022-12-20-18-18-44-332.png, 
> image-2022-12-20-18-19-08-489.png
>
>
> Through the dashboard, we can see that the database's memory cost only 
> occupies 139MB, and the chunk metadata of the database occupies 0 MB.
> However when we dump the process's memory, only the ChunkMetadata occupies 
> about 3GB.  which does not match.
>  
> !image-2022-12-20-18-18-44-332.png!
> !image-2022-12-20-18-19-08-489.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-5255) [load tsfile]useful info should print when loading

2022-12-20 Thread Haonan Hou (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haonan Hou reassigned IOTDB-5255:
-

Assignee: yusicheng  (was: Haonan Hou)

> [load tsfile]useful info should print when loading
> --
>
> Key: IOTDB-5255
> URL: https://issues.apache.org/jira/browse/IOTDB-5255
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: changxue
>Assignee: yusicheng
>Priority: Major
>
> [load tsfile]useful info should print when loading
> target:  load-tsfile.sh
> 1. give help info of command
> like other shell tools, should have a way to show how to use the command: 
> e.g. load-tsfile.sh --help 
> 2. give useful info to user
> a. When the command started
> b. When the command finished
> d. print the file name which is loading or processing
> e. print how many files have been processed at the end.
> f.  print  how many files succeeded or failed if possible.
> g. give the error messages when error occurred(exception stack etc.)
> 3. check the parameters which user inputs
> give useful info when meet error input 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-5258) [export tsfile] timeout occurred when the sql return big data

2022-12-20 Thread Haonan Hou (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haonan Hou reassigned IOTDB-5258:
-

Assignee: Zhijia Cao  (was: Haonan Hou)

> [export tsfile] timeout occurred when the sql return big data
> -
>
> Key: IOTDB-5258
> URL: https://issues.apache.org/jira/browse/IOTDB-5258
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: changxue
>Assignee: Zhijia Cao
>Priority: Major
>
> [export tsfile] timeout occurred when the sql return big data
> root.test.g_0.d_0 has 1000 timeseries and contains 2592000 records.
> actual:
> {code}
> [atmos@i-ra9cbhah tools]$ ./export-tsfile.sh -h iotdb-44 -p 6667 -u root -pw 
> root  -td /data/ -f s_0 -q "select * from root.test.g_0.d_0"
> --
> Starting IoTDB Client Export Script
> --
> 9366 [main] WARN  o.a.i.t.c.conf.TSFileDescriptor - not found 
> iotdb-common.properties, use the default configs. 
> 15734 [main] INFO  o.a.iotdb.tsfile.write.TsFileWriter - start close file 
> 16750 [main] INFO  o.a.i.t.write.writer.TsFileIOWriter - Time for flushing 
> metadata is 40 ms 
> Cannot dump result because: 301: FragmentInstance 20221221_031055_00307_1.1.0 
> is aborted by timeout
> {code}
> expect:
> 1. split the sql automatically and make it possible to process
> 2. it could be slowly but could not return error or timeout
> 3. tell the user the process of output, like how many sensors, devices, lines 
> or points have been processed. 
> 4. print the time when the command started and ended.
> 5. print the statistics of processing. e.g. how many output files , how many 
> points etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5165) [ compaction ] Failed to pass compaction validation

2022-12-20 Thread Jira


[ 
https://issues.apache.org/jira/browse/IOTDB-5165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650101#comment-17650101
 ] 

周沛辰 commented on IOTDB-5165:


这次合并报overlap的bug,是跨空间选文件的问题,当顺序文件的resource降级后,deviceEndTime就被放大了,是所有device的最大值,导致选文件的时候认为后续的顺序文件不再有overlap,就停止选择了。例如:顺序文件1
 2,他们的d1.endTime分别是 100和200,乱序文件3的d1.endTime是150,按理应该选中 1 2 
3,可是由于1文件被降级成FileTimeIndex,导致1的d1.endTime被扩大成200,在选择的时候因为150<200,就认为1后面的文件都没有重叠,就只选中1
 3。总结:根本原因是选文件的时候没考虑到resource降级后获取到的deviceEndTime被放大了,导致后续文件选不上,所以合并后报overlap。

> [ compaction ] Failed to pass compaction validation
> ---
>
> Key: IOTDB-5165
> URL: https://issues.apache.org/jira/browse/IOTDB-5165
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Core/Compaction, mpp-cluster
>Affects Versions: master branch, 1.0.0
>Reporter: 刘珍
>Assignee: 周沛辰
>Priority: Major
>  Labels: pull-request-available
> Fix For: master branch, 1.0.1
>
> Attachments: 1.conf, 10.conf, 2.conf, 3.conf, 4.conf, 5.conf, 6.conf, 
> 7.conf, 8.conf, 9.conf, run.sh, run_conf.sh
>
>
> master 2022-12-09_a31441c
> 合并失败,报错
> 2022-12-09 14:21:46,728 [pool-43-IoTDB-Compaction-8] ERROR 
> o.a.i.d.e.c.CompactionUtils:281 - root.test.g2_0 Device 
> root.test.g2_0.d_82215 {color:#DE350B}*is overlapped between file*{color} is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670420064671-7-0-0.tsfile,
>  status: COMPACTING and file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670420083777-8-0-0.tsfile,
>  status: COMPACTING, end time in file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670420064671-7-0-0.tsfile,
>  status: COMPACTING is 153556841, start time in file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670420083777-8-0-0.tsfile,
>  status: COMPACTING is 153555842
> 2022-12-09 14:21:46,729 [pool-43-IoTDB-Compaction-8] ERROR 
> o.a.i.d.e.c.i.InnerSpaceCompactionTask:184 - {color:#DE350B}*Failed to pass 
> compaction validation*{color}, source files is: [file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670444897033-4581-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670444947849-4590-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/167044454-4600-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445051784-4609-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445101595-4619-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445153290-4628-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445204996-4638-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445254210-4647-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445304094-4656-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445355765-4666-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445407476-4675-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445458633-4685-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445509050-4694-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445558911-4703-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445608483-4712-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445660518-4722-0-0.tsfile,
>  status: COMPACTING, file is 
> /data1/iotdb/m_1209_a31441c_fast1/./sbin/../data/datanode/data/sequence/root.test.g2_0/5/25/1670445709301-4731-

[jira] [Created] (IOTDB-5259) [load tsfile]load sequence files but get many unsequence files

2022-12-20 Thread changxue (Jira)
changxue created IOTDB-5259:
---

 Summary: [load tsfile]load sequence files but get many unsequence 
files 
 Key: IOTDB-5259
 URL: https://issues.apache.org/jira/browse/IOTDB-5259
 Project: Apache IoTDB
  Issue Type: Bug
Affects Versions: 1.0.0
Reporter: changxue
Assignee: Haonan Hou
 Attachments: image-2022-12-21-11-45-31-864.png, 
image-2022-12-21-11-46-08-239.png

[load tsfile]load sequence files but get many unsequence files 

load command:
 !image-2022-12-21-11-45-31-864.png|thumbnail! 

result:
 !image-2022-12-21-11-46-08-239.png|thumbnail! 

目前还未加载完, 环境青云:
atmos@172.20.70.44
iotdb2019

目录:
$IOTDB_HOME



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5257) [IoTConsensus] Minimize the scope of sync logic in IoT Consensus

2022-12-20 Thread Hongyin Zhang (Jira)
Hongyin Zhang created IOTDB-5257:


 Summary: [IoTConsensus] Minimize the scope of sync logic in IoT 
Consensus
 Key: IOTDB-5257
 URL: https://issues.apache.org/jira/browse/IOTDB-5257
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Hongyin Zhang
Assignee: Hongyin Zhang


Minimize the scope of sync logic in IoT Consensus



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5258) [export tsfile] timeout occurred when the sql return big data

2022-12-20 Thread changxue (Jira)
changxue created IOTDB-5258:
---

 Summary: [export tsfile] timeout occurred when the sql return big 
data
 Key: IOTDB-5258
 URL: https://issues.apache.org/jira/browse/IOTDB-5258
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: changxue
Assignee: Haonan Hou


[export tsfile] timeout occurred when the sql return big data

root.test.g_0.d_0 has 1000 timeseries and contains 2592000 records.

actual:
{code}
[atmos@i-ra9cbhah tools]$ ./export-tsfile.sh -h iotdb-44 -p 6667 -u root -pw 
root  -td /data/ -f s_0 -q "select * from root.test.g_0.d_0"
--
Starting IoTDB Client Export Script
--
9366 [main] WARN  o.a.i.t.c.conf.TSFileDescriptor - not found 
iotdb-common.properties, use the default configs. 
15734 [main] INFO  o.a.iotdb.tsfile.write.TsFileWriter - start close file 
16750 [main] INFO  o.a.i.t.write.writer.TsFileIOWriter - Time for flushing 
metadata is 40 ms 
Cannot dump result because: 301: FragmentInstance 20221221_031055_00307_1.1.0 
is aborted by timeout
{code}

expect:
1. split the sql automatically and make it possible to process
2. it could be slowly but could not return error or timeout
3. tell the user the process of output, like how many sensors, devices, lines 
or points have been processed. 
4. print the time when the command started and ended.
5. print the statistics of processing. e.g. how many output files , how many 
points etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5256) [IoTConsensus] Change the default value of iot_consensus_cache_window_time_in_ms

2022-12-20 Thread Hongyin Zhang (Jira)
Hongyin Zhang created IOTDB-5256:


 Summary: [IoTConsensus] Change the default value of 
iot_consensus_cache_window_time_in_ms
 Key: IOTDB-5256
 URL: https://issues.apache.org/jira/browse/IOTDB-5256
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Hongyin Zhang
Assignee: Hongyin Zhang


Change the default value of `iot_consensus_cache_window_time_in_ms` to  10s



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5255) [load tsfile]useful info should print when loading

2022-12-20 Thread changxue (Jira)
changxue created IOTDB-5255:
---

 Summary: [load tsfile]useful info should print when loading
 Key: IOTDB-5255
 URL: https://issues.apache.org/jira/browse/IOTDB-5255
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: changxue
Assignee: Haonan Hou


[load tsfile]useful info should print when loading

target:  load-tsfile.sh

1. give help info of command
like other shell tools, should have a way to show how to use the command: 
e.g. load-tsfile.sh --help 

2. give useful info to user
a. When the command started
b. When the command finished
d. print the file name which is loading or processing
e. print how many files have been processed at the end.
f.  print  how many files succeeded or failed if possible.
g. give the error messages when error occurred(exception stack etc.)

3. check the parameters which user inputs
give useful info when meet error input 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5252) Optimization for MergeSortOperator

2022-12-20 Thread yang caiyin (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649778#comment-17649778
 ] 

yang caiyin commented on IOTDB-5252:


The document of MergeSortOperator and ideas of optimization is 
https://apache-iotdb.feishu.cn/docx/NH65dpdgSoMV5OxAOEGcM6g1nEe

> Optimization for MergeSortOperator
> --
>
> Key: IOTDB-5252
> URL: https://issues.apache.org/jira/browse/IOTDB-5252
> Project: Apache IoTDB
>  Issue Type: Task
>Reporter: yang caiyin
>Assignee: yang caiyin
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5254) [iotdb-tsfile-viewer]When there is no resource file to load tsfile, the prompt message needs to be optimized

2022-12-20 Thread xiaozhihong (Jira)
xiaozhihong created IOTDB-5254:
--

 Summary: [iotdb-tsfile-viewer]When there is no resource file to 
load tsfile, the prompt message needs to be optimized
 Key: IOTDB-5254
 URL: https://issues.apache.org/jira/browse/IOTDB-5254
 Project: Apache IoTDB
  Issue Type: Improvement
  Components: Tools/Others, TsFile
Reporter: xiaozhihong
Assignee: long.li
 Attachments: image-2022-12-20-18-24-01-006.png

Run Application.java

Then visit [http://locallhost:8080|http://locallhost:8080/];
!image-2022-12-20-18-24-01-006.png|width=562,height=263!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5253) Metrics of the database's memory cost maybe wrong

2022-12-20 Thread Houliang Qi (Jira)
Houliang Qi created IOTDB-5253:
--

 Summary: Metrics of the database's memory cost maybe wrong
 Key: IOTDB-5253
 URL: https://issues.apache.org/jira/browse/IOTDB-5253
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Engine
Reporter: Houliang Qi
 Attachments: image-2022-12-20-18-18-44-332.png, 
image-2022-12-20-18-19-08-489.png

Through the dashboard, we can see that the database's memory cost only occupies 
139MB, and the chunk metadata of the database occupies 0 MB.

However when we dump the process's memory, only the ChunkMetadata occupies 
about 3GB.  which does not match.

 

!image-2022-12-20-18-18-44-332.png!

!image-2022-12-20-18-19-08-489.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5149) [iotdb-tsfile-viewer]On the ChunkGroup interface, click StructureMap continuously to report exceptions

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649678#comment-17649678
 ] 

xiaozhihong commented on IOTDB-5149:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d

> [iotdb-tsfile-viewer]On the ChunkGroup interface, click StructureMap 
> continuously to report exceptions
> --
>
> Key: IOTDB-5149
> URL: https://issues.apache.org/jira/browse/IOTDB-5149
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Major
> Attachments: image-2022-12-08-17-07-14-893.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files, and enter in ChunkGroup interface, click StructureMap 
> continuously to report exceptions.
> View screenshot:
> !image-2022-12-08-17-07-14-893.png|width=564,height=243!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5151) [iotdb-tsfile-viewer]Clickable area doesn't work needs optimization

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649676#comment-17649676
 ] 

xiaozhihong commented on IOTDB-5151:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d

!image-2022-12-20-18-17-38-079.png|width=1121,height=403!

> [iotdb-tsfile-viewer]Clickable area doesn't work needs optimization
> ---
>
> Key: IOTDB-5151
> URL: https://issues.apache.org/jira/browse/IOTDB-5151
> Project: Apache IoTDB
>  Issue Type: Bug
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Minor
> Attachments: image-2022-12-08-17-41-17-927.png, 
> image-2022-12-08-17-43-53-285.png, image-2022-12-20-18-17-38-079.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> !image-2022-12-08-17-43-53-285.png|width=684,height=191!
>  
> !image-2022-12-08-17-41-17-927.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5150) [[iotdb-tsfile-viewer]]build failed and neeed to add doc in ReadMe

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649672#comment-17649672
 ] 

xiaozhihong commented on IOTDB-5150:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d
[https://github.com/apache/iotdb-tsfile-viewer]
README has added.
!image-2022-12-20-18-13-34-216.png|width=902,height=268!

> [[iotdb-tsfile-viewer]]build failed and neeed to add doc in ReadMe
> --
>
> Key: IOTDB-5150
> URL: https://issues.apache.org/jira/browse/IOTDB-5150
> Project: Apache IoTDB
>  Issue Type: Improvement
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Minor
> Attachments: image-2022-12-08-17-34-18-035.png, 
> image-2022-12-20-18-13-34-216.png
>
>
> Git clone code, then build failed.
> Build commad: mvn clean install.
> !image-2022-12-08-17-34-18-035.png|width=677,height=350!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5148) [iotdb-tsfile-viewer]Perform fuzzy query and report exceptions by equipment and sensors

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649668#comment-17649668
 ] 

xiaozhihong commented on IOTDB-5148:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d 

> [iotdb-tsfile-viewer]Perform fuzzy query and report exceptions by equipment 
> and sensors
> ---
>
> Key: IOTDB-5148
> URL: https://issues.apache.org/jira/browse/IOTDB-5148
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Major
> Attachments: image-2022-12-08-16-46-36-205.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files:
> Switch Search interface,execute fuzzy query by equipment and sensors.
> Then report exception.
> View screenshot:
> !image-2022-12-08-16-46-36-205.png|width=545,height=219!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5152) [iotdb-tsfile-viewer]Switch English, release notes not translated

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649664#comment-17649664
 ] 

xiaozhihong commented on IOTDB-5152:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d



!image-2022-12-20-18-03-03-356.png|width=576,height=147!

> [iotdb-tsfile-viewer]Switch English, release notes not translated
> -
>
> Key: IOTDB-5152
> URL: https://issues.apache.org/jira/browse/IOTDB-5152
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Minor
> Attachments: image-2022-12-08-18-19-39-820.png, 
> image-2022-12-20-18-03-03-356.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files, then switch English language:
> View release notes not translated.
>  
> !image-2022-12-08-18-19-39-820.png|width=544,height=222!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5154) [iotdb-tsfile-viewer]It is recommended to add a size unit

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649658#comment-17649658
 ] 

xiaozhihong commented on IOTDB-5154:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d
This commit has added.

!image-2022-12-20-17-51-42-908.png!

> [iotdb-tsfile-viewer]It is recommended to add a size unit
> -
>
> Key: IOTDB-5154
> URL: https://issues.apache.org/jira/browse/IOTDB-5154
> Project: Apache IoTDB
>  Issue Type: Improvement
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Minor
> Attachments: image-2022-12-08-18-40-00-784.png, 
> image-2022-12-20-17-51-42-908.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files:
>  
> !image-2022-12-08-18-40-00-784.png|width=517,height=310!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5252) Optimization for MergeSortOperator

2022-12-20 Thread yang caiyin (Jira)
yang caiyin created IOTDB-5252:
--

 Summary: Optimization for MergeSortOperator
 Key: IOTDB-5252
 URL: https://issues.apache.org/jira/browse/IOTDB-5252
 Project: Apache IoTDB
  Issue Type: Task
Reporter: yang caiyin
Assignee: yang caiyin






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5155) [iotdb-tsfile-viewer] Load tsfile report an exception

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649649#comment-17649649
 ] 

xiaozhihong commented on IOTDB-5155:


commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d
This configuration has been added in application.yml.

!image-2022-12-20-17-24-46-071.png!

> [iotdb-tsfile-viewer] Load tsfile report an exception
> -
>
> Key: IOTDB-5155
> URL: https://issues.apache.org/jira/browse/IOTDB-5155
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Major
> Attachments: image-2022-12-08-19-17-49-039.png, 
> image-2022-12-20-17-24-46-071.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files, then load tsfile.
> !image-2022-12-08-19-17-49-039.png|width=503,height=192!
> The tsfile size is : 2.34GB 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5251) [iotdb-tsfile-viewer]In the Filemanagement interface, the page turning function is abnormal

2022-12-20 Thread xiaozhihong (Jira)
xiaozhihong created IOTDB-5251:
--

 Summary: [iotdb-tsfile-viewer]In the Filemanagement interface, the 
page turning function is abnormal
 Key: IOTDB-5251
 URL: https://issues.apache.org/jira/browse/IOTDB-5251
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/TsFile, Tools/Others
Reporter: xiaozhihong
Assignee: long.li
 Attachments: image-2022-12-20-17-20-21-942.png, 
image-2022-12-20-17-20-57-710.png

commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d 

Run Application.java

Then visit [http://locallhost:8080|http://locallhost:8080/];
In FileManagement interface, switch pages and jump directly to the main 
directory interface.

!image-2022-12-20-17-20-21-942.png|width=538,height=302!

!image-2022-12-20-17-20-57-710.png|width=531,height=271!

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-4655) Support start-all.sh and stop-all.sh in Cluster

2022-12-20 Thread Gaofei Cao (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gaofei Cao reassigned IOTDB-4655:
-

Assignee: 陈哲涵

> Support start-all.sh and stop-all.sh in Cluster
> ---
>
> Key: IOTDB-4655
> URL: https://issues.apache.org/jira/browse/IOTDB-4655
> Project: Apache IoTDB
>  Issue Type: New Feature
>Reporter: Jialin Qiao
>Assignee: 陈哲涵
>Priority: Major
>
> The star-all and stop-all are useful tools when deploying cluster. If the 
> user config the ssh, they could use start-all and stop-all.
>  
> We'd better support these two tools.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IOTDB-5166) [iotdb-tsfile-viewer]Switch pages do not work

2022-12-20 Thread xiaozhihong (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649642#comment-17649642
 ] 

xiaozhihong commented on IOTDB-5166:


https://github.com/apache/iotdb-tsfile-viewer
commit 45fd00cdcb25c9b44f5bc3473bbcca0df7537e0d 
I verified.

> [iotdb-tsfile-viewer]Switch pages do not work
> -
>
> Key: IOTDB-5166
> URL: https://issues.apache.org/jira/browse/IOTDB-5166
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Major
> Attachments: image-2022-12-09-14-57-21-744.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files, and enter PageData interface, then switch pages do not work.
> !image-2022-12-09-14-57-21-744.png|width=560,height=250!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-5175) 0.13.4 has slower write and query performance than 0.13.3

2022-12-20 Thread Jialin Qiao (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jialin Qiao reassigned IOTDB-5175:
--

Assignee: Haiming Zhu

> 0.13.4 has slower write and query performance than 0.13.3
> -
>
> Key: IOTDB-5175
> URL: https://issues.apache.org/jira/browse/IOTDB-5175
> Project: Apache IoTDB
>  Issue Type: Improvement
>  Components: Core/Query, Core/Server
>Reporter: 刘珍
>Assignee: Haiming Zhu
>Priority: Major
> Attachments: 1303.png, 1304.png, config.properties, 
> image-2022-12-12-09-58-58-288.png, image-2022-12-12-10-03-33-704.png, 
> image-2022-12-12-10-12-57-271.png, image-2022-12-12-10-15-47-359.png, 
> screenshot-1.png, screenshot-2.png, screenshot-3.png
>
>
> 0.13.4 e000b10 比 0.13.3 release 91774e0的写入和查询性能慢:
> 写入性能对比
>  !image-2022-12-12-10-12-57-271.png! 
> 查询性能对比
>  !image-2022-12-12-10-15-47-359.png! 
> BM结果截图:
>  !image-2022-12-12-10-03-33-704.png! 
> 资源监控:
>  !screenshot-2.png! 
>  !screenshot-1.png! 
> 监控测试过程中,1小时产生的0层,1层,2层的tsfile数量:
>  !screenshot-3.png! 
> 测试环境(物理机)
> 1. 0.13.3 在 192.168.10.75   48CPU384GB
> 0.13.4 在192.168.10.76   48CPU384GB
> MAX_HEAP_SIZE="32G"
> MAX_DIRECT_MEMORY_SIZE="16G"
> 2个测试benchmark和测试版本在同一机器。



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Reopened] (IOTDB-5166) [iotdb-tsfile-viewer]Switch pages do not work

2022-12-20 Thread xiaozhihong (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

xiaozhihong reopened IOTDB-5166:


> [iotdb-tsfile-viewer]Switch pages do not work
> -
>
> Key: IOTDB-5166
> URL: https://issues.apache.org/jira/browse/IOTDB-5166
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Tools/Others, TsFile
>Reporter: xiaozhihong
>Assignee: long.li
>Priority: Major
> Attachments: image-2022-12-09-14-57-21-744.png
>
>
> Run Application.java
> Then visit [http://locallhost:8080|http://locallhost:8080/];
> Open files, and enter PageData interface, then switch pages do not work.
> !image-2022-12-09-14-57-21-744.png|width=560,height=250!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-4655) Support start-all.sh and stop-all.sh in Cluster

2022-12-20 Thread Jialin Qiao (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jialin Qiao reassigned IOTDB-4655:
--

Assignee: (was: suchenglong)

> Support start-all.sh and stop-all.sh in Cluster
> ---
>
> Key: IOTDB-4655
> URL: https://issues.apache.org/jira/browse/IOTDB-4655
> Project: Apache IoTDB
>  Issue Type: New Feature
>Reporter: Jialin Qiao
>Priority: Major
>
> The star-all and stop-all are useful tools when deploying cluster. If the 
> user config the ssh, they could use start-all and stop-all.
>  
> We'd better support these two tools.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5250) [Metric] Unify the address and port in metric module

2022-12-20 Thread Hongyin Zhang (Jira)
Hongyin Zhang created IOTDB-5250:


 Summary: [Metric] Unify the address and port in metric module
 Key: IOTDB-5250
 URL: https://issues.apache.org/jira/browse/IOTDB-5250
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Hongyin Zhang
Assignee: Hongyin Zhang


Modify the address and port of metric module in datanode to internal one



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (IOTDB-5249) add interface to set datatype when users customize the payload formatter of mqtt

2022-12-20 Thread Haonan Hou (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haonan Hou reassigned IOTDB-5249:
-

Assignee: 马子坤  (was: Haonan Hou)

> add interface to set datatype when users customize the payload formatter of 
> mqtt
> 
>
> Key: IOTDB-5249
> URL: https://issues.apache.org/jira/browse/IOTDB-5249
> Project: Apache IoTDB
>  Issue Type: Improvement
>  Components: Core/Others
>Reporter: Xuan Ronaldo
>Assignee: 马子坤
>Priority: Major
> Fix For: master branch
>
> Attachments: image-2022-12-20-15-40-17-574.png
>
>
> Now, there is not interface to set datatype when we customize the payload 
> formatter of mqtt.
> !image-2022-12-20-15-40-17-574.png!  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)