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 2021/05/17 12:54:25 UTC

[GitHub] [iotdb] liutaohua opened a new pull request #3208: fix index out of bound when VectorTimeSeriesMetadata is not find in memory

liutaohua opened a new pull request #3208:
URL: https://github.com/apache/iotdb/pull/3208


   1. start  the `master` branch IoTDBServer
   2. use `VectorSessionExample` to insert data:
   ```
       createTemplate();
       insertTabletWithAlignedTimeseriesMethod1();
       insertTabletWithAlignedTimeseriesMethod2();
   ```
   3. use cli to select .
   ```
   select * from root.*;
   ```
   
   4.the error result like this:
   ```
   [[INTERNAL_SERVER_ERROR] Exception occurred while executing executeQueryStatement. Index: 0][500] 500: [INTERNAL_SERVER_ERROR] Exception occurred while executing executeQueryStatement. Index: 0
   ```


-- 
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



[GitHub] [iotdb] liutaohua commented on pull request #3208: fix index out of bound when VectorTimeSeriesMetadata is not find in memory

Posted by GitBox <gi...@apache.org>.
liutaohua commented on pull request #3208:
URL: https://github.com/apache/iotdb/pull/3208#issuecomment-842348675


   It does not appear that the error is related to this modification


-- 
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



[GitHub] [iotdb] JackieTien97 merged pull request #3208: fix index out of bound when VectorTimeSeriesMetadata is not find in memory

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged pull request #3208:
URL: https://github.com/apache/iotdb/pull/3208


   


-- 
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



[GitHub] [iotdb] liutaohua commented on pull request #3208: fix index out of bound when VectorTimeSeriesMetadata is not find in memory

Posted by GitBox <gi...@apache.org>.
liutaohua commented on pull request #3208:
URL: https://github.com/apache/iotdb/pull/3208#issuecomment-842348675


   It does not appear that the error is related to this modification


-- 
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