Leoyzen commented on issue #7546:
URL: https://github.com/apache/hudi/issues/7546#issuecomment-1413832186

   @danny0405 Here is the case.
   The command line to startup the offline program(service mode):
   
   ```SHELL
   --path oss://dengine-lake-zjk/cloudcode_prod/dwd_egc_adv_resp_intra 
   --compaction-max-memory 3072 
   --archive-min-commits 180 
   --archive-max-commits 2016 
   --seq LIFO 
   --compaction-tasks 16 
   --plan-select-strategy num_instants 
   --max-num-plans 16 
   --min-compaction-interval-seconds 30 
   --spillable_map_path /opt/flink/flink-tmp-dir/ 
   --service 
   -Dhadoop.fs.AbstractFileSystem.oss.impl=com.aliyun.jindodata.oss.OSS 
   -Dhadoop.fs.oss.impl=com.aliyun.jindodata.oss.JindoOssFileSystem 
   -Dhadoop.fs.oss.endpoint=cn-zhangjiakou.oss.aliyuncs.com 
   
-Dhadoop.fs.oss.credentials.provider=com.aliyun.jindodata.oss.auth.SimpleCredentialsProvider
 
   -Dhadoop.fs.oss.accessKeyId=******** 
   -Dhadoop.fs.oss.accessKeySecret=***********
   ```
   <img width="1135" alt="图片" 
src="https://user-images.githubusercontent.com/5518468/216350958-72f669a3-a721-4c34-ab6c-533c74840d6d.png";>
   The job runs for first round(16 instants for 120 files).
   
   And then TM stucks here while JM still rollback the compaction again and 
again, it don't commit finished at all.
   
   
   The issue should be reopened.
   
[tm-compaction.log](https://github.com/apache/hudi/files/10569942/tm-compaction.log)
   
[jm-compaction.log](https://github.com/apache/hudi/files/10569944/jm-compaction.log)
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to