Skip to content

Commit

Permalink
docs: add 'since' info to iotdb known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 13, 2024
1 parent d82c17a commit 16a2f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en_US/changes/known-issues-5.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<!-- https://emqx.atlassian.net/browse/EMQX-12290 -->

- **IoTDB May Not Work Properly in Batch Mode when `batch_size > 1`**
- **IoTDB May Not Work Properly in Batch Mode when `batch_size > 1` (since 5.0)**

This issue arises because EMQX uses the IoTDB v1 API, which lacks native support for batch operations. To simulate batch functionality, an iterative approach is used; however, this method is not atomic and may lead to bugs.

- **The Thrift Driver for IoTDB Does Not Support `async` Mode**
- **The Thrift Driver for IoTDB Does Not Support `async` Mode (since 5.8.1)**

- **Limitation in SAML-Based SSO (since 5.3)**

Expand Down
4 changes: 2 additions & 2 deletions zh_CN/changes/known-issues-5.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<!-- https://emqx.atlassian.net/browse/EMQX-12290 -->

- **IoTDB 在批处理模式下(当 `batch_size > 1` 时)可能无法正常工作**
- **IoTDB 在批处理模式下(当 `batch_size > 1` 时)可能无法正常工作 (始于 5.0)**

出现该问题的原因是 EMQX 使用了 IoTDB v1 API,而该 API 不支持原生的批处理操作。为模拟批处理操作,系统采用了迭代方式,然而,此方法不是原子的,可能会导致出现错误。

- **IoTDB 的 Thrift 驱动不支持 `async` 模式**
- **IoTDB 的 Thrift 驱动不支持 `async` 模式 (始于 5.8.1)**

- **基于 SAML 的单点登录限制(始于 5.3)**

Expand Down

0 comments on commit 16a2f18

Please sign in to comment.