Hi.

I am trying to use Ratis for a use case very similar to the LogService
example. My question is, in the MetaStateMachine
<https://github.com/apache/incubator-ratis/blob/0bdf24f3e307246e5dcaefac03e41c9fb69a6ef1/ratis-logservice/src/main/java/org/apache/ratis/logservice/server/MetaStateMachine.java#L231>,
why are create and delete log requests processed in query()? Isn't query
only for read-only requests (e.g. list logs)?

Thanks,
Pooya

Reply via email to