if ((batchSize % configCommitCount) == 0) {
followsInsert.executeBatch();
followersInsert.executeBatch();
conn.commit();
followsInsert.clearBatch();
followersInsert.clearBatch();
batchSize = 0;
if (LOG.isDebugEnabled())
LOG.debug("Follows % " + (int)(((double)follower/(double)this.num_users)*100));
}
}