lukeyan2023 opened a new issue, #3013:
URL: https://github.com/apache/incubator-streampark/issues/3013

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### Java Version
   
   1.8
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.1.1
   
   ### Flink Version
   
   1.17.1
   
   ### deploy mode
   
   kubernetes-application
   
   ### What happened
   
   Flink failed to recover from savepoints that automatically saved by 
streampark, Through reviewing the logs, it was found that the value of the 
savepoint submitted during streampark's recovery of the flash is 
`s3p://lakehouse/flink/sp/Platform-Link-Test-Security 
Log/savepoint-2b3ed0-f0c7ba51791f` .
   By checking the logs of the Flink app, it was found that Flink encountered 
an  error when restoring from savepoint 
`s3p://lakehouse/flink/sp/Platform-Link-Test-Security-Log/savepoint-2b3ed0-f0c7ba51791f`
 .
   Afterwards, manually submitting using the same savepoint 
`s3p://lakehouse/flink/sp/Platform-Link-Test-Security 
Log/savepoint-2b3ed0-f0c7ba51791f` through common cli encountered the same error
   
   However, by modifying the savepoint format to 
`s3p://lakehouse/flink/sp/Platform-Flink-Test-Security-Log/savepoint-2b3ed0-f0c7ba51791f/_metadata`,
 both common cli and streampark submissions can be successful.
   
   
   
   
   ### Error Exception
   
   ```log
   The error log of Flink is as follows:
   ```
   
   
   ### Screenshots
   
   
![cf4c0507a1334673f11b8a73a2d5f7c](https://github.com/apache/incubator-streampark/assets/108530647/436e35fb-1781-432e-8abf-52c16a6f6a00)
   
   
![491a22b05e31e741d5215ed1d252a0d](https://github.com/apache/incubator-streampark/assets/108530647/d52d298e-36b7-4a82-8276-f637e8a4ad6b)
   
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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