arjunashok commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1420859094
########## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/RecordWriter.java: ########## @@ -175,30 +324,31 @@ public void writeRow(Map<String, Object> valueMap, } } - void checkBatchSize(StreamSession streamSession, int partitionId, JobInfo job) throws IOException + /** + * Stream to replicas; if batchSize is reached, "finalize" SST to "schedule" streamSession + */ + private void checkBatchSize(final StreamSession streamSession, final int partitionId, final JobInfo job) throws IOException Review Comment: done -- 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