liuruiyiyang commented on a change in pull request #67: [IOTDB-25] Add some doc
in user guide for JMX MBean Monitor
URL: https://github.com/apache/incubator-iotdb/pull/67#discussion_r260274770
##########
File path:
iotdb/src/test/java/org/apache/iotdb/db/utils/OpenFileNumUtilTest.java
##########
@@ -152,7 +152,7 @@ public void testDataOpenFileNumWhenCreateFileWriter() {
LOGGER.debug("Create a file {} successfully", file);
fileWriterList.add(new FileWriter(file));
} else {
- LOGGER.error("create test file {} failed.", file.getPath());
+ LOGGER.error("create test file {} failed when create file
writer.", file.getPath());
Review comment:
fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services