kadirozde commented on a change in pull request #839:
URL: https://github.com/apache/phoenix/pull/839#discussion_r459111218
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/DropChildViewsTask.java
##########
@@ -46,6 +46,7 @@
public TaskRegionObserver.TaskResult run(Task.TaskRecord taskRecord) {
PhoenixConnection pconn = null;
Timestamp timestamp = taskRecord.getTimeStamp();
+ LOGGER.info("DropChildViewTask is running for task " +
taskRecord.getTableName());
Review comment:
And the same comment for the other instances of LOGGER.info
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]