This is an automated email from the ASF dual-hosted git repository.

yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new f559ecaec [hotfix] Fix the typo in the comment of 
TableBucketStateMachine#doHandleStateChange (#1488)
f559ecaec is described below

commit f559ecaec70d8f6fb8da777d66d1356ab66561f0
Author: Liebing <[email protected]>
AuthorDate: Wed Aug 6 19:04:17 2025 +0800

    [hotfix] Fix the typo in the comment of 
TableBucketStateMachine#doHandleStateChange (#1488)
    
    Co-authored-by: Liebing <[email protected]>
---
 .../fluss/server/coordinator/statemachine/TableBucketStateMachine.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/statemachine/TableBucketStateMachine.java
 
b/fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/statemachine/TableBucketStateMachine.java
index 7a9827785..5f0823644 100644
--- 
a/fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/statemachine/TableBucketStateMachine.java
+++ 
b/fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/statemachine/TableBucketStateMachine.java
@@ -169,7 +169,7 @@ public class TableBucketStateMachine {
      * <p>-- For OnlineBucket -> OfflineBucket, it happens that the tablet 
server holds the previous
      * leader replica fail; Do: mark it as OfflineBucket.
      *
-     * <p>OfflinePartition -> NonExistentPartition
+     * <p>OfflineBucket -> NonExistentBucket
      *
      * <p>-- Only happens when dropping the table. Do: remove it from state 
machine.
      *

Reply via email to