Pengzna commented on code in PR #12355:
URL: https://github.com/apache/iotdb/pull/12355#discussion_r1617102086
##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/simple/SimpleConsensus.java:
##########
@@ -61,7 +61,7 @@
*
* <p>Notice: The stateMachine needs to implement WAL itself to ensure
recovery after a restart
*/
-class SimpleConsensus implements IConsensus {
+public class SimpleConsensus implements IConsensus {
Review Comment:
fixed
--
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]