smiklosovic commented on code in PR #2058:
URL: https://github.com/apache/cassandra/pull/2058#discussion_r1082379576


##########
src/java/org/apache/cassandra/db/streaming/CassandraOutgoingFile.java:
##########
@@ -170,7 +170,6 @@ public void write(StreamSession session, 
StreamingDataOutputPlus out, int versio
             // legacy streaming is not affected by stats metadata mutation and 
index sumary redistribution
             CassandraStreamHeader.serializer.serialize(header, out, version);
             out.flush();
-

Review Comment:
   @isaacreath this change is not necessary, please move it back so this file 
is not marked as changed in git.



##########
src/java/org/apache/cassandra/db/streaming/CassandraIncomingFile.java:
##########
@@ -68,7 +68,6 @@ public synchronized void read(DataInputPlus in, int version) 
throws Throwable
         CassandraStreamHeader streamHeader = 
CassandraStreamHeader.serializer.deserialize(in, version);
         logger.debug("Incoming stream entireSSTable={} components={}", 
streamHeader.isEntireSSTable, streamHeader.componentManifest);
         session.countStreamedIn(streamHeader.isEntireSSTable);
-

Review Comment:
   @isaacreath same



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