potiuk commented on code in PR #589:
URL: https://github.com/apache/airflow-site/pull/589#discussion_r862729526


##########
docs-archive/apache-airflow/2.3.0/release_notes.html:
##########
@@ -2020,8 +2020,13 @@ <h4>Task log templates are now read from the metadata 
database instead of <code
 <p>Previously, a task’s log is dynamically rendered from the <code 
class="docutils literal notranslate"><span class="pre">[core]</span> <span 
class="pre">log_filename_template</span></code> and <code class="docutils 
literal notranslate"><span class="pre">[elasticsearch]</span> <span 
class="pre">log_id_template</span></code> config values at runtime. This 
resulted in unfortunate characteristics, e.g. it is impractical to modify the 
config value after an Airflow instance is running for a while, since all 
existing task logs have be saved under the previous format and cannot be found 
with the new config value.</p>
 <p>A new <code class="docutils literal notranslate"><span 
class="pre">log_template</span></code> table is introduced to solve this 
problem. This table is synchronized with the aforementioned config values every 
time Airflow starts, and a new field <code class="docutils literal 
notranslate"><span class="pre">log_template_id</span></code> is added to every 
DAG run to point to the format used by tasks (<code class="docutils literal 
notranslate"><span class="pre">NULL</span></code> indicates the first ever 
entry for compatibility).</p>
 </div>
-<div class="section" 
id="minimum-kubernetes-version-bumped-from-3-0-0-to-21-7-0-20759">
-<h4>Minimum kubernetes version bumped from <code class="docutils literal 
notranslate"><span class="pre">3.0.0</span></code> to <code class="docutils 
literal notranslate"><span class="pre">21.7.0</span></code> (#20759)<a 
class="headerlink" 
href="#minimum-kubernetes-version-bumped-from-3-0-0-to-21-7-0-20759" 
title="Permalink to this headline">¶</a></h4>
+<div class="section" 
id="minimum-kubernetes-library-version-bumped-from-3-0-0-to-21-7-0-20759">

Review Comment:
   This is the "actual change :)



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