You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/05 07:12:47 UTC

[GitHub] [incubator-iotdb] LeiRui commented on a change in pull request #522: IOTDB-290 Bug about threadlocal field in TSServiceImpl.java

LeiRui commented on a change in pull request #522: IOTDB-290 Bug about threadlocal field in TSServiceImpl.java
URL: https://github.com/apache/incubator-iotdb/pull/522#discussion_r342408017
 
 

 ##########
 File path: service-rpc/src/main/thrift/rpc.thrift
 ##########
 @@ -39,6 +39,9 @@ struct TSHandleIdentifier {
   // 16 byte secret generated by the server and used to verify that the handle is not being hijacked by another user.
   // In current version, it is not used.
   2: required binary secret,
+
+  // unique identifier in session. This is a ID to identify a query in one session.
+  3: required i64 queryId,
 
 Review comment:
   If you change rpc.thrift, remember to maintain the rpc changelist under the service-rpc module.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services