This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch ty/AddStartUpVMParameter
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 21ef00a9751 Add -XX:+PrintStringTableStatistics VM options to print
StringTableStatistics after JVM exits
add 98414334a19 redirect stdout and stderr to logger
No new revisions were added by this update.
Summary of changes:
.../iotdb/confignode/service/ConfigNode.java | 2 +
.../java/org/apache/iotdb/db/service/DataNode.java | 2 +
.../iotdb/commons/utils/StdOutErrRedirect.java | 97 ++++++++++++++++++++++
3 files changed, 101 insertions(+)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/StdOutErrRedirect.java