[jira] [Created] (IOTDB-1418) Delete partition is not supported in cluster mode

2021-06-01 Thread LuMing (Jira)
LuMing created IOTDB-1418:
-

 Summary: Delete partition is not supported in cluster mode
 Key: IOTDB-1418
 URL: https://issues.apache.org/jira/browse/IOTDB-1418
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: LuMing


# connect client
 # DELETE PARTITION 
root.ln.wf03.wt02.wa01.wb01.wc01.wd01.we01.wg01.wh02.wg01.wk01.wl01.wo01.wp01.wq01
 0,1,2

!https://clouddevops.huawei.com/vision-file-storage/api/file/download/upload-v2/2021/4/14/z00293891/31f30022d4fd4db19fcdac1d7c9dbd11/image.png!



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


[jira] [Created] (IOTDB-1417) Create / delete udf function is not supported in cluster mode

2021-06-01 Thread LuMing (Jira)
LuMing created IOTDB-1417:
-

 Summary: Create / delete udf function is not supported in cluster 
mode
 Key: IOTDB-1417
 URL: https://issues.apache.org/jira/browse/IOTDB-1417
 Project: Apache IoTDB
  Issue Type: Improvement
  Components: Cluster
Reporter: LuMing
 Fix For: 0.12.0


1、Connect client

2、Execute UDF FUNCTION:CREATE FUNCTION example AS 
"org.apache.iotdb.udf.UDTFExample"

3、Delete UDF FUNCTION:DROP FUNCTION example

!https://clouddevops.huawei.com/vision-file-storage/api/file/download/upload-v2/2021/4/21/z00293891/8e0d3b47627b4d2b8d261f74eafbb724/image.png!



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


[jira] [Created] (IOTDB-1416) Maintanance command not support in cluster mode

2021-06-01 Thread LuMing (Jira)
LuMing created IOTDB-1416:
-

 Summary: Maintanance command not support in cluster mode
 Key: IOTDB-1416
 URL: https://issues.apache.org/jira/browse/IOTDB-1416
 Project: Apache IoTDB
  Issue Type: Improvement
  Components: Cluster
Reporter: LuMing


Maintanance command is not supported in cluster mode ,such as CREATE SNAPSHOT 
FOR SCHEMA, CLEAR CACHE  
!https://clouddevops.huawei.com/vision-file-storage/api/file/download/upload-v2/2021/4/21/z00293891/7139d14c88df4bf7900e8d2befceae57/image.png!
 MERGE



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


[jira] [Created] (IOTDB-1415) OOM caused by ChunkCache

2021-06-01 Thread Yuan Tian (Jira)
Yuan Tian created IOTDB-1415:


 Summary: OOM caused by ChunkCache
 Key: IOTDB-1415
 URL: https://issues.apache.org/jira/browse/IOTDB-1415
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Engine
Affects Versions: 0.11.3, 0.12.0, master branch
Reporter: Yuan Tian
Assignee: Yuan Tian
 Attachments: conf.zip, config.properties

Test environment

IoTDB:fit4,fit5,fit7 (3 nodes and 3 replica)

benchmark:fit4,fit5,fit7(each benchmark instance connect to the local server)

IoTDB version: 31f077ed752b759442c7f95aa4f003dbdb229260

benchmark barnch: 0.12

benchmark config:

IoTDB config:

 

Phenomenon

2021-05-24 11:52:22,226 server started
2021-05-24 17:39:37,642  throw connection reset exception in server
2021-05-25 04:44:47,377 throw OOM Exception in server



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


[jira] [Created] (IOTDB-1414) NPE occurred when call getStorageGroupNodeByPath() method using not exist path

2021-06-01 Thread Houliang Qi (Jira)
Houliang Qi created IOTDB-1414:
--

 Summary: NPE occurred when call getStorageGroupNodeByPath() method 
using not exist path
 Key: IOTDB-1414
 URL: https://issues.apache.org/jira/browse/IOTDB-1414
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Engine
Reporter: Houliang Qi
 Fix For: 0.12.1
 Attachments: image-2021-06-02-09-07-41-264.png

!image-2021-06-02-09-07-41-264.png!

NPE occurred when call getStorageGroupNodeByPath() method using not exist path



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


[jira] [Created] (IOTDB-1413) Unify the data structures of arithmetic expressions and logical expressions

2021-06-01 Thread Steve Yurong Su (Jira)
Steve Yurong Su created IOTDB-1413:
--

 Summary: Unify the data structures of arithmetic expressions and 
logical expressions
 Key: IOTDB-1413
 URL: https://issues.apache.org/jira/browse/IOTDB-1413
 Project: Apache IoTDB
  Issue Type: Sub-task
Reporter: Steve Yurong Su


Currently, arithmetic expressions and logical expressions do not share the same 
root expression class.
 
Arithmetic expression classes are inherited from 
org.apache.iotdb.db.query.expression.Expression.
Logical expressions classes are inherited from 
org.apache.iotdb.tsfile.read.expression.IExpression.
 
If we want to support arithmetic expressions in WHERE clauses, they must have 
the same class inheritance.



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