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/09/26 02:32:53 UTC

[GitHub] [iotdb] yschengzi opened a new pull request, #7426: [IOTDB-4503] fix load error when autoregister is false

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

   problem:
   - throw NPE when autoregister=false and enableAutoCreateSchema =false
   - sill auto creating schema while autoregister=false
   - file is deleted after load into local machine
   
   solution:
   - mandalically verify the metadata when registering metadata
   - change `Files.createLink` to `Files.copy`


-- 
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] HTHou merged pull request #7426: [IOTDB-4503] fix load error when autoregister is false

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


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