wujunchengman opened a new issue, #58:
URL: https://github.com/apache/iotdb-client-csharp/issues/58
```
Apache.IoTDB.SessionPoolDepletedException: SessionPool depletion detected:
Reconnection failed
---> Apache.IoTDB.ReconnectionFailedException: Error occurs when
reconnecting session pool. Could not connect to any server
at Apache.IoTDB.SessionPool.Reconnect(Client originalClient,
CancellationToken cancellationToken)
at
Apache.IoTDB.SessionPool.ExecuteClientOperationAsync[TResult](AsyncOperation`1
operation, String errMsg, Boolean retryOnFailure, Boolean putClientBack)
--- End of inner exception stack trace ---
at
Apache.IoTDB.SessionPool.ExecuteClientOperationAsync[TResult](AsyncOperation`1
operation, String errMsg, Boolean retryOnFailure, Boolean putClientBack)
at Apache.IoTDB.SessionPool.InsertRelationalTabletAsync(Tablet tablet)
at Apache.IoTDB.TableSessionPool.InsertAsync(Tablet tablet)
```
```
Apache.IoTDB.SessionPoolDepletedException: SessionPool depletion detected:
Connection pool is empty and wait time out(2500s)
at Apache.IoTDB.ConcurrentClientQueue.Take()
at
Apache.IoTDB.SessionPool.ExecuteClientOperationAsync[TResult](AsyncOperation`1
operation, String errMsg, Boolean retryOnFailure, Boolean putClientBack)
at Apache.IoTDB.SessionPool.InsertRelationalTabletAsync(Tablet tablet)
at Apache.IoTDB.TableSessionPool.InsertAsync(Tablet tablet)
```
因为使用的DDNS,中途出现IP变化网络波动后就再也连不上了,有概率出现
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]