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 f966af03207 Limit repeated warning logs
add 8e25bb794fc Throttle disk and WAL warning logs
No new revisions were added by this update.
Summary of changes:
.../impl/DataNodeInternalRPCServiceImpl.java | 50 +++++++---
.../storageengine/dataregion/wal/WALManager.java | 34 ++++++-
.../DataNodeInternalRPCServiceImplLogTest.java | 110 +++++++++++++++++++++
.../dataregion/wal/WALManagerLogTest.java | 100 +++++++++++++++++++
4 files changed, 278 insertions(+), 16 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/protocol/thrift/impl/DataNodeInternalRPCServiceImplLogTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/wal/WALManagerLogTest.java