[jira] [Created] (IOTDB-2178) Add isClosed parameter to the constructor of TsFileResource

2021-12-17 Thread Jialin Qiao (Jira)
Jialin Qiao created IOTDB-2178:
--

 Summary: Add isClosed parameter to the constructor of 
TsFileResource
 Key: IOTDB-2178
 URL: https://issues.apache.org/jira/browse/IOTDB-2178
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Jialin Qiao


Avoid forgetting call TsFileResource.close()



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


[jira] [Created] (IOTDB-2177) Do not catch exception in LocalFSFactory

2021-12-17 Thread Jialin Qiao (Jira)
Jialin Qiao created IOTDB-2177:
--

 Summary: Do not catch exception in LocalFSFactory
 Key: IOTDB-2177
 URL: https://issues.apache.org/jira/browse/IOTDB-2177
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Jialin Qiao


When the move file failed, we should throw an exception instead of catching it 
in this class.



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


[jira] [Created] (IOTDB-2176) Limit target chunk size when performing inner space compaction

2021-12-17 Thread Liuxuxin (Jira)
Liuxuxin created IOTDB-2176:
---

 Summary: Limit target chunk size when performing inner space 
compaction
 Key: IOTDB-2176
 URL: https://issues.apache.org/jira/browse/IOTDB-2176
 Project: Apache IoTDB
  Issue Type: New Feature
Reporter: Liuxuxin
Assignee: Liuxuxin
 Fix For: 0.12.4, 0.13.0-SNAPSHOT


In current IoTDB, there is no limit to the size of the target chunk when 
performing inner space compaction, which may lead to OOM when reading the 
target chunk. To prevent from this, we add a limitation to the target chunk 
size.



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


[jira] [Assigned] (IOTDB-2171) createTimeseries interface in session can create invalid timeseries

2021-12-17 Thread Houliang Qi (Jira)


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

Houliang Qi reassigned IOTDB-2171:
--

Assignee: (was: Houliang Qi)

> createTimeseries interface in session can create invalid timeseries
> ---
>
> Key: IOTDB-2171
> URL: https://issues.apache.org/jira/browse/IOTDB-2171
> Project: Apache IoTDB
>  Issue Type: Improvement
>  Components: Core/Engine
>Reporter: Houliang Qi
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2021-12-17-09-41-32-308.png
>
>
> When using _createTimeseries_ interface in session, it can create invalid 
> timeseries, like the following, it's because the _createTimeseries interface_ 
> in session do not check the grammer which JDBC or CLI check using antlr.
> !image-2021-12-17-09-41-32-308.png!
>  



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


[jira] [Commented] (IOTDB-2144) Collect Core IoTDB Runtime Metrics

2021-12-17 Thread Steve Yurong Su (Jira)


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

Steve Yurong Su commented on IOTDB-2144:


Performace report: 
https://cwiki.apache.org/confluence/display/IOTDB/IOTDB-2144+Collect+IoTDB+Runtime+Metrics

> Collect Core IoTDB Runtime Metrics
> --
>
> Key: IOTDB-2144
> URL: https://issues.apache.org/jira/browse/IOTDB-2144
> Project: Apache IoTDB
>  Issue Type: New Feature
>  Components: Others
>Reporter: xinzhongtianxia
>Assignee: xinzhongtianxia
>Priority: Major
>  Labels: pull-request-available
>
> Benefit from the metric framework, we could now collect some core IoTDB 
> Runtime metrics, which will help users get a clear sight of their IoTDB's 
> status and will also help RD an SRE resolve problems or establish their own 
> monitor systems.
> 1. These metrics will coverage current core modules, such as 
> cluster、flush、thrift、compaction、cache、JVM、logback...
> 2. All metrics will provided with both standard JMX via JMX beans and 
> Prometheus format via http APIs.



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


[jira] [Created] (IOTDB-2175) Cli create wrong timeseries do not as except

2021-12-17 Thread Houliang Qi (Jira)
Houliang Qi created IOTDB-2175:
--

 Summary: Cli create wrong timeseries do not as except
 Key: IOTDB-2175
 URL: https://issues.apache.org/jira/browse/IOTDB-2175
 Project: Apache IoTDB
  Issue Type: Improvement
  Components: Core/Engine
Reporter: Houliang Qi
 Attachments: image-2021-12-17-16-29-08-807.png

using the following command to create timeseries:

 _create timeseries root.ln.wf01. _wt01. _status with 
datatype=BOOLEAN,encoding=PLAIN_

Notice that the _wf01. _wt01. _status_ have  one empty string.

It can create succuss, however when we show the timeseries, it do not contains 
empty string.

!image-2021-12-17-16-29-08-807.png!



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