This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch fix-log-throttling
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 8e25bb794fc Throttle disk and WAL warning logs
add a1281d15828 Throttle repeated disk full logs
No new revisions were added by this update.
Summary of changes:
.../allocation/AbstractNodeAllocationStrategy.java | 34 ++-
.../wal/allocation/FirstCreateStrategyTest.java | 69 ++++++
.../apache/iotdb/commons/disk/FolderManager.java | 67 ++++--
.../commons/disk/strategy/DirectoryStrategy.java | 5 -
.../iotdb/commons/disk/FolderManagerLogTest.java | 232 +++++++++++++++++++++
5 files changed, 383 insertions(+), 24 deletions(-)
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/disk/FolderManagerLogTest.java