You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/06 02:10:55 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #3511: add audit log when execute delete and set sg for tracing

HTHou commented on a change in pull request #3511:
URL: https://github.com/apache/iotdb/pull/3511#discussion_r664190057



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
##########
@@ -1445,6 +1452,7 @@ private boolean createMultiTimeSeries(CreateMultiTimeSeriesPlan multiPlan)
 
   protected boolean deleteTimeSeries(DeleteTimeSeriesPlan deleteTimeSeriesPlan)
       throws QueryProcessException {
+    AUDIT_LOGGER.info("delete timeseries {}", deleteTimeSeriesPlan.getPaths());

Review comment:
       deleteTimeSeriesPlan.getPaths() returns a list...




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org