davidradl commented on code in PR #27430:
URL: https://github.com/apache/flink/pull/27430#discussion_r2697668845
##########
docs/layouts/shortcodes/generated/history_server_configuration.html:
##########
@@ -26,17 +32,23 @@
<td>Duration</td>
<td>Interval for refreshing the archived job directories.</td>
</tr>
+ <tr>
+ <td><h5>historyserver.archive.retained-applications</h5></td>
+ <td style="word-wrap: break-word;">-1</td>
+ <td>Integer</td>
+ <td>The maximum number of applications to retain in each archive
directory defined by
org.apache.flink.configuration.description.TextElement@ae3540e. This option
works together with the TTL (see <code
class="highlighter-rouge">historyserver.archive.retained-ttl</code>). Archived
entities will be removed if their TTL has expired or the retention count limit
has been reached. <br />If set to `-1`(default), there is no limit to the
number of archives. If set to <code class="highlighter-rouge">0</code> or less
than <code class="highlighter-rouge">-1</code>, HistoryServer will throw an
<code class="highlighter-rouge">IllegalConfigurationException</code>. <br
/>Note, when there are multiple history server instances, two recommended
approaches when using this option are: <ul><li>Specify the option in only one
HistoryServer instance to avoid errors caused by multiple instances
simultaneously cleaning up remote files, </li><li>Or you can keep the value of
this configuration consi
stent across them. </li></ul></td>
Review Comment:
What is org.apache.flink.configuration.description.TextElement@ae3540e - is
this supposed to be a link?
what is <br />. This seems to be an end br tag with a space in.
--
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]