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 2022/08/31 08:20:46 UTC

[GitHub] [iotdb] bigreybear opened a new pull request, #7184: [IOTDB-4258]Replace StorageGroupNode inside cache member if setToEntity

bigreybear opened a new pull request, #7184:
URL: https://github.com/apache/iotdb/pull/7184

   If a `StroageGroupNode` being set to `StorageGroupEntityNode`, it shall be replaced by some methods. 
   
   Before this PR, although the local variable of the node has been replaced, but the member field  `storageGroupMNode` and `store` within `MTreeBelowSGMemoryImpl` has not been updated, which turned out that some insert seemed to be lost.
   
   This PR fixed the issue, and corresponding IT has been added.


-- 
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-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] MarcosZyk merged pull request #7184: [IOTDB-4258]Replace StorageGroupNode inside cache member if setToEntity

Posted by GitBox <gi...@apache.org>.
MarcosZyk merged PR #7184:
URL: https://github.com/apache/iotdb/pull/7184


-- 
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-unsubscribe@iotdb.apache.org

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