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/06/05 02:26:23 UTC

[GitHub] [iotdb] zhanglingzhe0820 opened a new pull request #3352: [To rel/0.12] fix bug caused by incorrect file name

zhanglingzhe0820 opened a new pull request #3352:
URL: https://github.com/apache/iotdb/pull/3352


   in TestUtil, the file name is :
   ``` java
   String fileName =
             "target"
                 + File.separator
                 + "data"
                 + File.separator
                 + String.format(
                     TestUtils.getTestSg(sgNum)
                         + File.separator
                         + 0
                         + File.separator
                         + 0
                         + File.separator
                         + "0-%d-0"
                         + TsFileConstant.TSFILE_SUFFIX,
                     i);
   ```
   However, IoTD's TsFile name has 4 parts.
   
   Meanwhile, the PR also update a log in compaction part from debug level to info level, which is useful for later troubleshooting.


-- 
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] jixuan1989 merged pull request #3352: [To rel/0.12] fix bug caused by incorrect file name

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


   


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