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


##########
test/long/org/apache/cassandra/db/commitlog/CommitLogStressTest.java:
##########
@@ -421,7 +420,7 @@ public class CommitlogThread extends FastThreadLocalThread
             this.random = rand;
         }
 
-        public void run()
+        public void doRun()

Review Comment:
   why not to call super(...) version in CommitLogThread constructor where 
`target` would be a `Runnable` running _this_ run() method? It might be 
anonymous Runnable passed to that constructor's super, basically. We would get 
rid of `doRun()`, no?



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