<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space</link><pubDate>Wed, 10 Feb 2021 04:01:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 2/10/2021 4:01:00 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space or continue growing indefinitely without clearing.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Service Manager tells Kafka to cleanup old logs after it has performed 3 successful checkpoints. Every time Service Manager is restarted, that count will reset. Even if checkpointing is occurring every day, if Service Manager is also restarted every day, then the logs will never get cleaned up because it won&amp;#39;t reach the 3 successful checkpoint threshold.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing and the directory continues to grow, then manually run the &lt;a href="https://docs.appian.com/suite/help/latest/Checkpoint_Script.html" rel="noopener noreferrer" target="_blank"&gt;checkpoint script&lt;/a&gt; 3 times to force Service Manager to cleanup the old logs.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" rel="noopener noreferrer" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, engines, Architecture, disk usage, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/9</link><pubDate>Sun, 07 Feb 2021 22:41:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 2/7/2021 10:41:03 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space or continue growing indefinitely without clearing.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Service Manager tells Kafka to cleanup old logs after it has performed 3 successful checkpoints. Every time Service Manager is restarted, that count will reset. Even if checkpointing is occurring every day, if Service Manager is also restarted every day, then the logs will never get cleaned up because it won&amp;#39;t reach the 3 successful checkpoint threshold.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing and the directory continues to grow, then manually run the &lt;a href="https://docs.appian.com/suite/help/latest/Checkpoint_Script.html" rel="noopener noreferrer" target="_blank"&gt;checkpoint script&lt;/a&gt; 3 times to force Service Manager to cleanup the old logs.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" rel="noopener noreferrer" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, engines, Architecture, disk usage, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/8</link><pubDate>Mon, 14 Oct 2019 04:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Parmida Borhani on 10/14/2019 4:54:40 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space or continue growing indefinitely without clearing.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Service Manager tells Kafka to cleanup old logs after it has performed 3 successful checkpoints. Every time Service Manager is restarted, that count will reset. Even if checkpointing is occurring every day, if Service Manager is also restarted every day, then the logs will never get cleaned up because it won&amp;#39;t reach the 3 successful checkpoint threshold.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing and the directory continues to grow, then manually run the &lt;a href="https://docs.appian.com/suite/help/latest/Checkpoint_Script.html" rel="noopener noreferrer" target="_blank"&gt;checkpoint script&lt;/a&gt; 3 times to force Service Manager to cleanup the old logs.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" rel="noopener noreferrer" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, engines, Architecture, disk usage, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/7</link><pubDate>Mon, 23 Jul 2018 12:58:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:58:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Technical Support.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, engines, Architecture, disk usage, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1455 Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/6</link><pubDate>Wed, 17 Jan 2018 02:10:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 1/17/2018 2:10:58 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Technical Support.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, engines, Architecture, disk usage&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/1</link><pubDate>Tue, 16 Jan 2018 22:47:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tristan Newmann on 1/16/2018 10:47:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafa transaction logs in the &amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs store transactions that have yet to be persisted to the on disk KDB&amp;#39;s through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has come down. Ensure that configurations are not in place delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Support.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian running version 17.3 or later&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, architecture, disk usage&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/5</link><pubDate>Tue, 16 Jan 2018 21:10:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 1/16/2018 9:10:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Technical Support.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, engines, architecture, disk usage&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/4</link><pubDate>Tue, 16 Jan 2018 21:09:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 1/16/2018 9:09:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Technical Support.&lt;/p&gt;
&lt;p&gt;Refer to the document on &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank"&gt;Configuring Application Checkpointing&lt;/a&gt; for more information.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, architecture, disk usage&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/3</link><pubDate>Tue, 16 Jan 2018 19:48:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 1/16/2018 7:48:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafka transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs are responsible for storing transactions that have yet to be persisted to the KDBs on disk through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for a significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has decreased. Ensure that configurations are not in place that delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Technical Support.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3&amp;nbsp;and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, architecture, disk usage&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Logs using high amounts of disk space</title><link>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space/revision/2</link><pubDate>Tue, 16 Jan 2018 17:47:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02613d8d-12a2-469d-ad6e-3111dba39369</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/780/kb-1455-kafka-logs-using-high-amounts-of-disk-space#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Tristan Newmann on 1/16/2018 5:47:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Kafa transaction logs in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; directory are using large amounts of disk space.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The transaction logs store transactions that have yet to be persisted to the on disk KDB&amp;#39;s through checkpointing. These logs can grow large and use higher amounts of disk space if the system has not checkpointed for significant amount of time.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Initiate a checkpoint and verify that the disk usage in that directory has come down. Ensure that configurations are not in place delay or leave long periods between checkpointing. If the disk usage does not come down after checkpointing, contact Appian Support.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian running version 17.3 or later&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, architecture, disk usage&lt;/div&gt;
</description></item></channel></rss>