Re: [PR] Fixed rest service insertTablet lost data event return SUCCESS_STATUS [iotdb]

2024-04-24 Thread via GitHub


HTHou merged PR #12387:
URL: https://github.com/apache/iotdb/pull/12387


-- 
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: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fixed rest service insertTablet lost data event return SUCCESS_STATUS [iotdb]

2024-04-23 Thread via GitHub


CloudWise-Lukemiao commented on PR #12387:
URL: https://github.com/apache/iotdb/pull/12387#issuecomment-2071548937

   http://127.0.0.1:18080/rest/v2/insertTablet
   When inserting with the following parameters, when there are duplicates in 
the timestamp and more than half of the values in the values are null
   
   
{"is_aligned":false,"device":"root.mqtt.topic.abc454","data_types":["TEXT","INT32","FLOAT"],"measurements":["foo","temp","weight"],"timestamps":[1713495895809,1713499707255,1713495893809,1713495892809,1713495891809,1713495890809,1713495889809,171349509,1713495887809,1713495893809,1713495892809,1713495891809,1713495890809,1713495889809,171349509],"values":[["bar",null,null,null,null,null,null,null,null,null,null,null,null,null,null],[null,41,32,33,34,39,38,37,36,null,null,null,null,null,null],[null,null,null,null,null,null,null,null,null,87.0,87.3,87.3,87.0,87.3,87.3]]}
   
   After repair, as shown in the following figureļ¼š
   https://github.com/apache/iotdb/assets/76942485/e9688829-cbca-4d2f-9903-c7487bf39aa6;>
   
   


-- 
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: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org