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 fd28911 commit f29aa5dCopy full SHA for f29aa5d
fluss-server/src/main/java/org/apache/fluss/server/tablet/TabletServer.java
@@ -285,7 +285,7 @@ protected void startServices() throws Exception {
285
protected CompletableFuture<Result> closeAsync(Result result) {
286
if (isShutDown.compareAndSet(false, true)) {
287
LOG.info("Shutting down Tablet server ({}).", result);
288
- controlledShutDown();
+ // controlledShutDown();
289
290
CompletableFuture<Void> serviceShutdownFuture = stopServices();
291
0 commit comments