<?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-1467 Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1467 Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq</link><pubDate>Wed, 12 Dec 2018 15:06:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 12/12/2018 3:06:35 PM&lt;br /&gt;
&lt;p&gt;Table of Contents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Where%20is%20the%20transaction%20log%20located?"&gt;Where is the transaction log located?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#How%20many%20files%20are%20there%20and%20do%20I%20have%20to%20manually%20clean%20it%20up?"&gt;How many files are there and do I have to manually clean it up?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Is%20the%20cleanup%20process%20configurable?"&gt;Is the cleanup process configurable?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Would%20checkpointing%20more%20frequently%20influence%20the%20maintenance%20process%20of%20the%20transaction%20log?"&gt;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a id="Where is the transaction log located?"&gt;&lt;/a&gt;Where is the transaction log located?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;These files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a id="How many files are there and do I have to manually clean it up?"&gt;&lt;/a&gt;How many files are there and do I have to manually clean it up?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a id="Is the cleanup process configurable?"&gt;&lt;/a&gt;Is the cleanup process configurable?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a id="Would checkpointing more frequently influence the maintenance process of the transaction log?"&gt;&lt;/a&gt;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By default, old checkpoints do not get deleted. They are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, engines, zookeeper, infrastructure, service manager, FAQ&lt;/div&gt;
</description></item><item><title>KB-1467 Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/18</link><pubDate>Fri, 07 Dec 2018 15:13:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Jordan Horwat on 12/7/2018 3:13:58 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Where is the transaction log located?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;These files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How many files are there and do I have to manually clean it up?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is the cleanup process configurable?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By default, old checkpoints do not get deleted. They are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, engines, zookeeper, infrastructure, service manager, FAQ&lt;/div&gt;
</description></item><item><title>KB-1467 Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/17</link><pubDate>Mon, 23 Jul 2018 12:54:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:54:50 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;These files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted. They are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, engines, zookeeper, infrastructure, service manager, FAQ&lt;/div&gt;
</description></item><item><title>KB-1467 Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/16</link><pubDate>Mon, 29 Jan 2018 01:07:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Parmida Borhani on 1/29/2018 1:07:07 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;These files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted. They are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/15</link><pubDate>Sun, 28 Jan 2018 17:49:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Tom Ryan on 1/28/2018 5:49:46 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted, they are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/14</link><pubDate>Sun, 28 Jan 2018 17:49:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Tom Ryan on 1/28/2018 5:49:10 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted, they are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/13</link><pubDate>Sun, 28 Jan 2018 17:48:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Tom Ryan on 1/28/2018 5:48:28 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store the transaction data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions from Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How frequently Kafka and Zookeeper data is cleaned up is configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted, they are moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;). Checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/12</link><pubDate>Sun, 28 Jan 2018 17:46:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Tom Ryan on 1/28/2018 5:46:48 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store the transaction data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically removes transactions out of Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How Kafka and Zookeeper clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;) so checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/11</link><pubDate>Sun, 28 Jan 2018 17:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Tom Ryan on 1/28/2018 5:45:40 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and Zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store the transaction data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically deletes transactions out of Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How Kafka and Zookeeper clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;) so checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/10</link><pubDate>Thu, 25 Jan 2018 08:50:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Khanh Tran on 1/25/2018 8:50:19 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;).&amp;nbsp;Those files store the transaction data for the Appian environment. Touching these files beyond documented procedures may result in data loss or the environment being in an unsupported state.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically deletes transactions out of Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How Kafka and Zookeeper clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;) so checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/9</link><pubDate>Wed, 24 Jan 2018 17:47:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 1/24/2018 5:47:43 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary. Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically deletes transactions out of Kafka once they are older than the third most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How Kafka and Zookeeper clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently the engines checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Application_Checkpointing.html" target="_blank" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt;) so checkpointing more frequently will use up more disk space for the checkpoint images. The &lt;a href="https://docs.appian.com/suite/help/latest/CleanupArchives_Script.html" target="_blank"&gt;CleanupArchives Script&lt;/a&gt; should be used to clean up these old checkpoint images.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/8</link><pubDate>Wed, 24 Jan 2018 16:23:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Khanh Tran on 1/24/2018 4:23:48 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt; by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 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: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/7</link><pubDate>Wed, 24 Jan 2018 16:23:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Khanh Tran on 1/24/2018 4:23:19 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/archived&lt;/code&gt; by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/6</link><pubDate>Wed, 24 Jan 2018 16:22:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Khanh Tran on 1/24/2018 4:22:34 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&lt;code&gt;&amp;lt;Appian_Home&amp;gt;/services/data/archived&lt;/code&gt; by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Transaction logs FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/5</link><pubDate>Tue, 23 Jan 2018 13:46:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Khanh Tran on 1/23/2018 1:46:06 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;/code&gt; and zookeeper&amp;#39;s data is in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/zookeeper&lt;/code&gt;). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Refer to&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&amp;nbsp;for more information&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&amp;lt;Appian Home&amp;gt;/services/data/archived by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How the Transaction Log is Maintained in New Appian Architecture FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/4</link><pubDate>Mon, 22 Jan 2018 18:28:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 1/22/2018 6:28:36 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/kafka-logs and zookeeper&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/zookeeper). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Checkpoint frequency configuration docs are here:&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&amp;lt;Appian Home&amp;gt;/services/data/archived by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 17.3 and later.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, logging, zookeeper, service manager, FAQ&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How the Transaction Log is Maintained in New Appian Architecture FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/1</link><pubDate>Mon, 22 Jan 2018 16:31:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Khanh Tran on 1/22/2018 4:31:17 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/kafka-logs and zookeeper&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/zookeeper). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Checkpoint frequency configuration docs are here:&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&amp;lt;Appian Home&amp;gt;/services/data/archived by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 17.3 and later.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How the Transaction Log is Maintained in New Appian Architecture FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/3</link><pubDate>Mon, 22 Jan 2018 11:35:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Khanh Tran on 1/22/2018 11:35:17 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/kafka-logs and zookeeper&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/zookeeper). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Checkpoint frequency configuration docs are here:&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&amp;lt;Appian Home&amp;gt;/services/data/archived by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 17.3 and later.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How the Transaction Log is Maintained in New Appian Architecture FAQ</title><link>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq/revision/2</link><pubDate>Mon, 22 Jan 2018 11:34:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e13b64-2047-4cd9-b8ed-02eef6da25a9</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/785/kb-1467-transaction-logs-faq#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Khanh Tran on 1/22/2018 11:34:38 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Where is the transaction log located?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; Kafka and Zookeeper each have a directory where they write their data files (by default Kafka&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/kafka-logs and zookeeper&amp;#39;s data is in &amp;lt;appian home&amp;gt;/services/data/zookeeper). Those files make up the actual transaction logs for all K engines so they should not be touched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;How many files are there and do I have to manually go in and clean it up?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The number of files will vary and is not really important to&amp;nbsp;worry about because Kafka and Zookeeper will automatically clean up (delete) older files which they no longer need.&amp;nbsp;Appian automatically delete transactions out of kafka once they are older than the 3rd most recent checkpoint for the relevant engine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Is the cleanup process configurable?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; How they clean up is somewhat configurable based on how frequently the engines checkpoint. The more frequently they checkpoint, the less data will be kept in the transaction logs. Checkpoint frequency configuration docs are here:&amp;nbsp;&lt;a class="external-link" title="Follow link" href="https://docs.appian.com/suite/help/17.4/Configuring_Application_Checkpointing.html" rel="nofollow"&gt;Configuring Application Checkpointing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q:&lt;/strong&gt;&amp;nbsp;Would checkpointing more frequently influence the maintenance process of the transaction log?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt;&amp;nbsp;By default, old checkpoints do not get deleted.&amp;nbsp;They are just moved to an archive location (&amp;lt;Appian Home&amp;gt;/services/data/archived by default) so checkpointing more frequently will use up more disk space for the checkpoint images. The cleanupArchives script should be used to clean up these old checkpoint images (which is mentioned in the checkpoint documentation).&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 17.3 and later.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: logging&lt;/div&gt;
</description></item></channel></rss>