blob: f910e569bde2bb69da8e520e7bfda7f58ed545a0 [file]
<table class="configuration table table-bordered">
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 10%">Type</th>
<th class="text-left" style="width: 55%">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><h5>application-result-store.delete-on-commit</h5></td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
<td>Determines whether application results should be automatically removed from the underlying application result store when the corresponding entity transitions into a clean state. If false, the cleaned application results are, instead, marked as clean to indicate their state. In this case, Flink no longer has ownership and the resources need to be cleaned up by the user.</td>
</tr>
<tr>
<td><h5>application-result-store.storage-path</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>Defines where application results should be stored. This should be an underlying file-system that provides read-after-write consistency. By default, this is <code class="highlighter-rouge">{high-availability.storageDir}/application-result-store/{high-availability.cluster-id}</code>.</td>
</tr>
</tbody>
</table>