You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Bo Zhang (Jira)" <ji...@apache.org> on 2021/09/14 13:14:00 UTC

[jira] [Created] (IOTDB-1679) client-cpp bug: releasing Session variable can cause server resource leak.

Bo Zhang created IOTDB-1679:
-------------------------------

             Summary: client-cpp bug: releasing Session variable can cause server resource leak. 
                 Key: IOTDB-1679
                 URL: https://issues.apache.org/jira/browse/IOTDB-1679
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/Others
            Reporter: Bo Zhang
             Fix For: 0.13.0


in Session.h and Session.cpp

When Session variable is release, class Session object should auto callĀ 

client->closeSession();

to let IoTDB server to release session resource.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)