[jira] [Created] (IOTDB-5922) DeadLock in Memory Pool

2023-05-24 Thread Yuan Tian (Jira)
Yuan Tian created IOTDB-5922:


 Summary: DeadLock in Memory Pool
 Key: IOTDB-5922
 URL: https://issues.apache.org/jira/browse/IOTDB-5922
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Query
Reporter: Yuan Tian
Assignee: liaolanyu
 Attachments: result.txt





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


[jira] [Assigned] (IOTDB-5921) Pipe: Parameters Control

2023-05-24 Thread Jira


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

伊丹翔 reassigned IOTDB-5921:
--

Assignee: 伊丹翔

> Pipe: Parameters Control
> 
>
> Key: IOTDB-5921
> URL: https://issues.apache.org/jira/browse/IOTDB-5921
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: 伊丹翔
>Assignee: 伊丹翔
>Priority: Major
>




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


[jira] [Created] (IOTDB-5921) Pipe: Parameters Control

2023-05-24 Thread Jira
伊丹翔 created IOTDB-5921:
--

 Summary: Pipe: Parameters Control
 Key: IOTDB-5921
 URL: https://issues.apache.org/jira/browse/IOTDB-5921
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: 伊丹翔






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


[jira] [Assigned] (IOTDB-5910) Execute "drop database" when starting compaction in loop, causing memory leak in the "IoTDB-Compaction_Schedule" thread.

2023-05-24 Thread Liuxuxin (Jira)


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

Liuxuxin reassigned IOTDB-5910:
---

Assignee: Zhijia Cao  (was: Liuxuxin)

> Execute "drop database" when starting compaction in loop, causing memory leak 
> in the "IoTDB-Compaction_Schedule" thread.
> 
>
> Key: IOTDB-5910
> URL: https://issues.apache.org/jira/browse/IOTDB-5910
> Project: Apache IoTDB
>  Issue Type: Bug
>  Components: Core/Compaction, mpp-cluster
>Affects Versions: 1.2.0
>Reporter: 刘珍
>Assignee: Zhijia Cao
>Priority: Major
> Attachments: image-2023-05-23-14-19-38-388.png, 
> image-2023-05-23-14-19-48-245.png, image-2023-05-23-14-20-02-106.png, 
> ip2_dn_stack_thread.out, load_insert_drop_db_1.sh, load_insert_drop_db_2.sh, 
> run_2_client.sh
>
>
> 问题描述:
> 合并开始执行时,drop database,循环这一过程,发现合并线程有泄漏:
>  !image-2023-05-23-14-19-38-388.png! 
>  !image-2023-05-23-14-19-48-245.png! 
> 脚本内容如下:
>  !image-2023-05-23-14-20-02-106.png! 
> 测试环境:
> 版本:iotdb master 0523_f8516ed
> 机器:192.168.130.21C1D
> 配置参数
> /ssd/iotdb/i_m_0523_f8516ed/conf/confignode-env.sh
> MAX_HEAP_SIZE="2G"
> MAX_DIRECT_MEMORY_SIZE="1G"
> /ssd/iotdb/i_m_0523_f8516ed/conf/datanode-env.sh
> MAX_HEAP_SIZE="16G"
> MAX_DIRECT_MEMORY_SIZE="4G"
> /ssd/iotdb/i_m_0523_f8516ed/conf/iotdb-common.properties
> default_storage_group_level=2
> query_timeout_threshold=3600
> min_cross_compaction_unseq_file_level=0
> compaction_write_throughput_mb_per_sec=64
> /ssd/iotdb/i_m_0523_f8516ed/conf/iotdb-confignode.properties
> cn_internal_address=192.168.130.2
> cn_target_config_node_list=192.168.130.2:10710
> cn_metric_reporter_list=PROMETHEUS
> cn_metric_level=IMPORTANT
> cn_metric_prometheus_reporter_port=9081
> /ssd/iotdb/i_m_0523_f8516ed/conf/iotdb-datanode.properties
> dn_rpc_address=192.168.130.2
> dn_internal_address=192.168.130.2
> dn_target_config_node_list=192.168.130.2:10710
> dn_metric_reporter_list=PROMETHEUS
> dn_metric_level=IMPORTANT
> 测试脚本在/ssd/iotdb/i_m_0523_f8516ed ,包含3个脚本,运行run_2_client.sh
> jstack见附件。



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


[jira] [Created] (IOTDB-5920) Pipe: TsFile Only, WAL Only, Realtime Only, Historical Only Collector

2023-05-24 Thread yusicheng (Jira)
yusicheng created IOTDB-5920:


 Summary: Pipe: TsFile Only, WAL Only, Realtime Only, Historical 
Only Collector
 Key: IOTDB-5920
 URL: https://issues.apache.org/jira/browse/IOTDB-5920
 Project: Apache IoTDB
  Issue Type: Task
Reporter: yusicheng
Assignee: yusicheng






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


[GitHub] [iotdb-client-go] HTHou merged pull request #86: Chaneg relative file path in Makefile

2023-05-24 Thread via GitHub


HTHou merged PR #86:
URL: https://github.com/apache/iotdb-client-go/pull/86


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [iotdb-client-go] JackieTien97 opened a new pull request, #86: Chaneg relative file path in Makefile

2023-05-24 Thread via GitHub


JackieTien97 opened a new pull request, #86:
URL: https://github.com/apache/iotdb-client-go/pull/86

   Chaneg relative file path in Makefile according to 
https://github.com/apache/iotdb/pull/9930


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (IOTDB-5919) show variable add a variable timestamp_precision

2023-05-24 Thread Yufeng Liu (Jira)
Yufeng Liu created IOTDB-5919:
-

 Summary: show variable add a variable timestamp_precision
 Key: IOTDB-5919
 URL: https://issues.apache.org/jira/browse/IOTDB-5919
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Yufeng Liu
Assignee: Yufeng Liu
 Attachments: image-2023-05-24-15-30-47-851.png

Add a variable timestamp_precision when using show variable



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