yifan-c commented on code in PR #73:
URL: 
https://github.com/apache/cassandra-analytics/pull/73#discussion_r1717306194


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SimpleTaskScheduler.java:
##########
@@ -114,6 +123,25 @@ public synchronized void close()
         }
     }
 
+    private boolean isClosed()
+    {
+        if (isClosed)
+        {
+            LOGGER.info("SimpleTaskScheduler is already closed");

Review Comment:
   debug sounds correct. I added an info log message when it is actually 
closed. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to