kadirozde commented on a change in pull request #839:
URL: https://github.com/apache/phoenix/pull/839#discussion_r459110733
##########
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:
This was suggested for only debugging. Let's remove it or use
LOGGER.debug() instead
----------------------------------------------------------------
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]