[GitHub] [iotdb-client-go] HTHou commented on issue #90: 写入丢包

2023-08-31 Thread via GitHub


HTHou commented on issue #90:
URL: https://github.com/apache/iotdb-client-go/issues/90#issuecomment-1702104695

   是一条数据都没有还是部分没有。如果是数据的 count 值对不上,有可能是两次写入的timestamp相同导致的。


-- 
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] [Commented] (IOTDB-6125) Fix DataPartition allocation bug when insert big batch data

2023-08-31 Thread LiYuheng (Jira)


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

LiYuheng commented on IOTDB-6125:
-

iotdb使用默认配置,bm将DEVICE_NUM_PER_WRITE设为1000,BATCH_SIZE_PER_WRITE设为1,应该就能复现当时的问题。

完整配置见附件。

> Fix DataPartition allocation bug when insert big batch data
> ---
>
> Key: IOTDB-6125
> URL: https://issues.apache.org/jira/browse/IOTDB-6125
> Project: Apache IoTDB
>  Issue Type: Bug
>Reporter: Yongzao Dan
>Assignee: Yongzao Dan
>Priority: Major
>  Labels: pull-request-available
> Attachments: iotd与bm配置.zip
>
>
> The DataPartitions will be allocated un-balanced if the user insert a big 
> batch data to the cluster firstly. Because the RegionGroup 
> quickly-extension-policy doesn't extend enough RegionGroups for the special 
> case.
>  
> In this PR, the RegionGroup extension policy will always ensure the database 
> have enough RegionGroups for allocate new Partitions balancely.
>  
> And this PR also add some concise log to record the DataAllotTable



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


[jira] [Created] (IOTDB-6135) Pipe keeps generating PipeHeartbeatEvent unnecessarily

2023-08-31 Thread Jira
马子坤 created IOTDB-6135:
--

 Summary: Pipe keeps generating PipeHeartbeatEvent unnecessarily
 Key: IOTDB-6135
 URL: https://issues.apache.org/jira/browse/IOTDB-6135
 Project: Apache IoTDB
  Issue Type: Bug
Reporter: 马子坤






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


[jira] [Created] (IOTDB-6134) Fill statement field of show queries for inner schema fetch

2023-08-31 Thread Yuan Tian (Jira)
Yuan Tian created IOTDB-6134:


 Summary: Fill statement field of show queries for inner schema 
fetch
 Key: IOTDB-6134
 URL: https://issues.apache.org/jira/browse/IOTDB-6134
 Project: Apache IoTDB
  Issue Type: New Feature
  Components: Core/Query
Reporter: Yuan Tian
Assignee: Yuan Tian
 Attachments: image-2023-08-31-16-43-35-277.png

Currently, our inner query like `fetch schema` won't display its sql while we 
show queries which may be  confusing.
!image-2023-08-31-16-43-35-277.png!



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


[jira] [Commented] (IOTDB-6084) Pipe: support node-urls in connector-v1

2023-08-31 Thread Jira


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

陈哲涵 commented on IOTDB-6084:


The doc can be seen at:
[Updated new features for pipe doc by Caideyipi · Pull Request #78 · 
apache/iotdb-docs (github.com)|https://github.com/apache/iotdb-docs/pull/78]

> Pipe: support node-urls in connector-v1
> ---
>
> Key: IOTDB-6084
> URL: https://issues.apache.org/jira/browse/IOTDB-6084
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: 马子坤
>Priority: Major
>  Labels: pull-request-available
>
> Currently, connector-v1 only supports ip and port, while connector-v2 only 
> supports node-urls. We should make connector-v1 and v2 support both ip & port 
> and node-urls.



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


[jira] [Commented] (IOTDB-6101) Pipe: Support tsfile cascade transport

2023-08-31 Thread Jira


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

陈哲涵 commented on IOTDB-6101:


The doc can be seen in:

[Updated new features for pipe doc by Caideyipi · Pull Request #78 · 
apache/iotdb-docs (github.com)|https://github.com/apache/iotdb-docs/pull/78]

> Pipe: Support tsfile cascade transport
> --
>
> Key: IOTDB-6101
> URL: https://issues.apache.org/jira/browse/IOTDB-6101
> Project: Apache IoTDB
>  Issue Type: New Feature
>Reporter: Steve Yurong Su
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Commented] (IOTDB-6080) Add batch mode in pipe-connector

2023-08-31 Thread Jira


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

陈哲涵 commented on IOTDB-6080:


The doc can be seen in:

[Updated new features for pipe doc by Caideyipi · Pull Request #78 · 
apache/iotdb-docs (github.com)|https://github.com/apache/iotdb-docs/pull/78]

> Add batch mode in pipe-connector
> 
>
> Key: IOTDB-6080
> URL: https://issues.apache.org/jira/browse/IOTDB-6080
> Project: Apache IoTDB
>  Issue Type: New Feature
>  Components: Core/Engine
>Reporter: Xuan Ronaldo
>Assignee: Xuan Ronaldo
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Commented] (IOTDB-6118) Support transfer data through air gap

2023-08-31 Thread Jira


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

陈哲涵 commented on IOTDB-6118:


The doc can be seen in:

[Updated new features for pipe doc by Caideyipi · Pull Request #78 · 
apache/iotdb-docs (github.com)|https://github.com/apache/iotdb-docs/pull/78]

> Support transfer data through air gap
> -
>
> Key: IOTDB-6118
> URL: https://issues.apache.org/jira/browse/IOTDB-6118
> Project: Apache IoTDB
>  Issue Type: Bug
>Reporter: 陈哲涵
>Assignee: 陈哲涵
>Priority: Major
>  Labels: pull-request-available
>




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