SteveYurongSu commented on code in PR #9717:
URL: https://github.com/apache/iotdb/pull/9717#discussion_r1177855673
##########
server/src/main/java/org/apache/iotdb/db/service/TemporaryQueryDataFileService.java:
##########
@@ -118,7 +118,7 @@ public void start() throws StartupException {
@Override
public void stop() {
for (Object queryId : recorders.keySet().toArray()) {
- deregister((Long) queryId);
+ deregister((String) queryId);
}
Review Comment:
This seems not necessary
--
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]