You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "FengQingxin (Jira)" <ji...@apache.org> on 2022/03/28 07:15:00 UTC

[jira] [Created] (IOTDB-2816) Abnormal logs of redirect-able SessionPool

FengQingxin created IOTDB-2816:
----------------------------------

             Summary: Abnormal logs of redirect-able SessionPool
                 Key: IOTDB-2816
                 URL: https://issues.apache.org/jira/browse/IOTDB-2816
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/Java
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: FengQingxin
         Attachments: image2022-3-22_9-8-27.png

Hi IoTDBers

  当我使用sessionPool设置2个iotdb实例ip地址,调用不同的iotdb写入接口来写入数据-停止iotdb实例验证sessionPool多IP功能,发现不同的接口会表现不同。部分接口会在客户端产生报错error,具体信息如下:

*Repetition steps:*

1.修改SessionPool添加多IP,更改写入方式为“下面表格接口”编译

2.java -jar启动写入数据

3.关掉正在写入的IoTDB节点   ({color:#FF0000}该步骤部分接口会在客户端抛出异常error{color})

4.写入完成后验证总数据点数

 
||Name||是否报错||
|insertRecord|否|
|insertRecords|否|
|insertAlignedRecord|否|
|insertAlignedRecords|{color:#FF0000}是{color}|
|insertTablet|否|
|insertTablets|{color:#FF0000}是{color}|
|insertAlignedTablet|否|
|insertAlignedTablets|否|

 

 



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