arjunashok commented on code in PR #35:
URL: 
https://github.com/apache/cassandra-analytics/pull/35#discussion_r1468258120


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java:
##########
@@ -108,12 +109,23 @@ private String getStreamId(TaskContext taskContext)
     public List<StreamResult> write(Iterator<Tuple2<DecoratedKey, Object[]>> 
sourceIterator)
     {
         TaskContext taskContext = taskContextSupplier.get();
+        LOGGER.info("[{}]: Processing bulk writer partition", 
taskContext.partitionId());

Review Comment:
   This is an existing log line that was moved up to the beginning of the 
method. 



-- 
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: commits-unsubscr...@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to