Carl-Zhou-CN commented on PR #7476:
URL: https://github.com/apache/seatunnel/pull/7476#issuecomment-2319648997

   > The checkpoint space like this:
   > 
   > ```shell
   > ./
   > ├── commits
   > │   ├........
   > │   ├── 10
   > │   ├── 11
   > │   ├── 12
   > │   ├── 13
   > │   ├── 14
   > │   ├── 15
   > |    ......
   > ├── metadata
   > ├── offsets
   > │   ├ ........
   > │   ├── 10
   > │   ├── 11
   > │   ├── 12
   > │   ├── 13
   > │   ├── 14
   > │   ├── 15
   > │   ├── 16
   > │     .......
   > └── sources
   >     └── 0
   >         ├ ........
   >         ├── 11
   >         │   ├── 0
   >         │   │   └── 0.committed
   >         │   └── 1
   >         │       └── 0.committed
   >         ├── 12
   >         │   ├── 0
   >         │   │   └── 0.committed
   >         │   └── 1
   >         │       └── 0.committed
   >         ├── 13
   >         │   ├── 0
   >         │   │   └── 0.committed
   >         │   └── 1
   >         │       └── 0.committed
   >         ├── 14
   >         │   ├── 0
   >         │   │   └── 0.committed
   >         │   └── 1
   >         │       └── 0.committed
   >         ├── 15
   >         │   ├── 0
   >         │   │   └── 0.committed
   >         │   └── 1
   >         │       └── 0.committed
   >   ........
   > ```
   
   Is it possible for us to fully utilize Spark's built-in checkpoint mechanism 
instead of managing the file system ourselves?


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to