fzjy opened a new issue, #11612:
URL: https://github.com/apache/iotdb/issues/11612
如题,
`synchronized (timeSeriesToThreadInfo) {
。。。
//将准备删除的时间序列进行删除
sessionPool.deleteTimeseries(timeSeriesToBeDeleted);
//以下操作被跳过不执行
skipped operation
}`
依赖如下:
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>1.2.2</version>
</dependency>
--
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]