Cpaulyz commented on code in PR #9626:
URL: https://github.com/apache/iotdb/pull/9626#discussion_r1168970870
##########
server/src/main/java/org/apache/iotdb/db/metadata/rescon/DataNodeSchemaQuotaManager.java:
##########
@@ -40,6 +44,7 @@ public void updateRemain(long totalCount) {
}
public void checkMeasurementLevel(int acquireNumber) throws
SchemaQuotaExceededException {
+ logger.info("checkMeasurementLevel {},{},{}", level.name(), limit,
remain.get());
Review Comment:
This logger is only used for debug, it has been removed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]