We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26312f commit e7cb1edCopy full SHA for e7cb1ed
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorService.java
@@ -144,7 +144,7 @@
144
import static org.apache.fluss.utils.Preconditions.checkNotNull;
145
146
/** An RPC Gateway service for coordinator server. */
147
-public final class CoordinatorService extends RpcServiceBase implements CoordinatorGateway {
+public final class CoordinatorService extends RpcServiceBase implements CoordinatorGateway
148
149
private final int defaultBucketNumber;
150
private final int defaultReplicationFactor;
0 commit comments