[ 
https://issues.apache.org/jira/browse/FLINK-11196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-11196:
-----------------------------------
    Labels: auto-deprioritized-major pull-request-available stale-minor  (was: 
auto-deprioritized-major pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Extend S3 EntropyInjector to use key replacement (instead of key removal) 
> when creating checkpoint metadata files
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-11196
>                 URL: https://issues.apache.org/jira/browse/FLINK-11196
>             Project: Flink
>          Issue Type: Improvement
>          Components: FileSystems
>    Affects Versions: 1.7.0
>            Reporter: Mark Cho
>            Priority: Minor
>              Labels: auto-deprioritized-major, pull-request-available, 
> stale-minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We currently use S3 entropy injection when writing out checkpoint data.
> We also use external checkpoints so that we can resume from a checkpoint 
> metadata file later.
> The current implementation of S3 entropy injector makes it difficult to 
> locate the checkpoint metadata files since in the newer versions of Flink, 
> `state.checkpoints.dir` configuration controls where the metadata and state 
> files are written, instead of having two separate paths (one for metadata, 
> one for state files).
> With entropy injection, we replace the entropy marker in the path specified 
> by `state.checkpoints.dir` with entropy (for state files) or we strip out the 
> marker (for metadata files).
>  
> We need to extend the entropy injection so that we can replace the entropy 
> marker with a predictable path (instead of removing it) so that we can do a 
> prefix query for just the metadata files.
> By not using the entropy key replacement (defaults to empty string), you get 
> the same behavior as it is today (entropy marker removed).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to