<?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-2096 Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2096 Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment</link><pubDate>Sun, 15 Mar 2020 22:34:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Current Revision posted to Appian Knowledge Base by James Lee on 3/15/2020 10:34:21 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It will be necessary&amp;nbsp;to perform a rolling restart of the Kafka brokers on the site. The Kafka brokers that&amp;nbsp;must be restarted one at a time are listed in&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/span&gt;appian-topology.xml&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure&amp;nbsp;all ZooKeeper&amp;nbsp;servers configured in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;are running. To start ZooKeeper run the following on each machine hosting ZooKeeper:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s zookeeper&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For one machine, restart the Kafka broker using the below commands:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, starting with the Replicas first, and the Controller last. The Controller can be identified from the output of the status script used in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: March 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/15</link><pubDate>Sun, 15 Mar 2020 22:33:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 15 posted to Appian Knowledge Base by James Lee on 3/15/2020 10:33:46 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It will be necessary&amp;nbsp;to perform a rolling restart of the Kafka brokers on the site. The Kafka brokers that&amp;nbsp;must be restarted one at a time are listed in&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/span&gt;appian-topology.xml&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure&amp;nbsp;all ZooKeeper&amp;nbsp;servers configured in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;are running. To start ZooKeeper run the following on each machine hosting ZooKeeper:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s zookeeper&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For one machine, restart the Kafka broker using the below commands:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, starting with the Replicas first, and the Controller last. The Controller can be identified from the output of the status script used in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: March 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/14</link><pubDate>Tue, 10 Mar 2020 21:28:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 14 posted to Appian Knowledge Base by James Lee on 3/10/2020 9:28:05 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It will be necessary&amp;nbsp;to perform a rolling restart of the Kafka brokers on the site. The Kafka brokers that&amp;nbsp;must be restarted one at a time are listed in&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/span&gt;appian-topology.xml&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure&amp;nbsp;all ZooKeeper&amp;nbsp;servers configured in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;are running. To start ZooKeeper run the following on each machine hosting ZooKeeper:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s zookeeper&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For one machine, restart the Kafka broker using the below commands:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, starting with the Replicas first, and the Controller last. The Controller can be identified from the output of the status script used in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: March 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/13</link><pubDate>Tue, 10 Mar 2020 21:27:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 13 posted to Appian Knowledge Base by James Lee on 3/10/2020 9:27:57 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It will be necessary&amp;nbsp;to perform a rolling restart of the Kafka brokers on the site. The Kafka brokers that&amp;nbsp;must be restarted one at a time are listed in&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/span&gt;appian-topology.xml&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure&amp;nbsp;all ZooKeeper&amp;nbsp;servers configured in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;are running. To start ZooKeeper run the following on each machine hosting ZooKeeper:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s zookeeper&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For one machine, restart the Kafka broker using the below commands:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, starting with the Replicas first, and the Controller last. The Controller can be identified from the output of the status script used in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: March 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/12</link><pubDate>Mon, 09 Mar 2020 22:47:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 12 posted to Appian Knowledge Base by nishant.shah on 3/9/2020 10:47:47 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;It will be necessary&amp;nbsp;to perform a rolling restart of the Kafka brokers on the site. The Kafka brokers that&amp;nbsp;must be restarted one at a time are listed in&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/span&gt;appian-topology.xml&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure&amp;nbsp;all ZooKeeper&amp;nbsp;servers configured in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;are running. To start ZooKeeper run the following on each machine hosting ZooKeeper:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s zookeeper&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For one machine, restart the Kafka broker using the below commands:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, starting with the Replicas first, and the Controller last. The Controller can be identified from the output of the status script used in the Symptoms section.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/11</link><pubDate>Mon, 09 Mar 2020 22:42:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 11 posted to Appian Knowledge Base by nishant.shah on 3/9/2020 10:42:48 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c&lt;/code&gt; in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Run the following commands to restart the Kafka broker:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, first Replicas and then Controller. You can check which server is the &amp;#39;Controller&amp;#39; from the output of the status script as mentioned in the Symptoms.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/10</link><pubDate>Thu, 27 Feb 2020 22:48:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 10 posted to Appian Knowledge Base by nishant.shah on 2/27/2020 10:48:22 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Run the following commands to restart the Kafka broker:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above steps on each of the servers that are hosting Kafka, first Replicas and then Controller. You can check which server is the &amp;#39;Controller&amp;#39; from the output of the status script as mentioned in the Symptoms.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka brokers out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/9</link><pubDate>Fri, 21 Feb 2020 22:14:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 9 posted to Appian Knowledge Base by nishant.shah on 2/21/2020 10:14:50 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;/usr/local/appian/ae/aed&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;stopKafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(Cloud)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(On-Premise)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;/usr/local/appian/ae/aed&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;startKafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(Cloud)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(On-Premise)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above step to restart the Kafka broker on each of the other servers that are hosting Kafka, one server at a time.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka replicas out of sync in a high availability environment</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/8</link><pubDate>Fri, 21 Feb 2020 22:13:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 8 posted to Appian Knowledge Base by nishant.shah on 2/21/2020 10:13:42 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Running &amp;lt;APPIAN_HOME&amp;gt;/services/bin/status.bat (.sh) -p &amp;lt;password&amp;gt; -c in a high availability environment shows one of the Kafka brokers to be not in sync:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;/usr/local/appian/ae/aed&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;stopKafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(Cloud)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/stop.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(On-Premise)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;/usr/local/appian/ae/aed&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;startKafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(Cloud)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&lt;span&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/span&gt;/services/bin/start.sh -p &amp;lt;password&amp;gt; -s kafka&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(On-Premise)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Repeat the above step to restart the Kafka broker on each of the other servers that are hosting Kafka, one server at a time.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/7</link><pubDate>Tue, 11 Feb 2020 19:08:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 7 posted to Appian Knowledge Base by James Lee on 2/11/2020 7:08:33 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example1.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example2.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example3.com (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>SP-3079 DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/6</link><pubDate>Tue, 11 Feb 2020 06:16:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 2/11/2020 6:16:04 AM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example1.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example2.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example3.com (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/5</link><pubDate>Fri, 07 Feb 2020 21:53:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 5 posted to Appian Knowledge Base by nishant.shah on 2/7/2020 9:53:02 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example1.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example2.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example3.com (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/4</link><pubDate>Fri, 07 Feb 2020 21:52:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 4 posted to Appian Knowledge Base by nishant.shah on 2/7/2020 9:52:10 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example1.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example2.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example3.com (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="byY7Yb cFc9ae"&gt;
&lt;div class="IEIJqd qs41qe"&gt;
&lt;div class="XganBc eLNT1d"&gt;
&lt;div class="hBj1Kc qBALNe"&gt;
&lt;div class="pTsNVe"&gt;
&lt;div class="ubzhQb"&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="I0LFzc mS1Rod"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, high availibility, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/3</link><pubDate>Fri, 07 Feb 2020 21:50:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 3 posted to Appian Knowledge Base by nishant.shah on 2/7/2020 9:50:52 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;example1.com:9092 Reachable ISR: All replicas in sync &lt;br /&gt;example2.com:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;example3.com:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example1.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example2.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on example3.com (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="byY7Yb cFc9ae"&gt;
&lt;div class="IEIJqd qs41qe"&gt;
&lt;div class="XganBc eLNT1d"&gt;
&lt;div class="hBj1Kc qBALNe"&gt;
&lt;div class="pTsNVe"&gt;
&lt;div class="ubzhQb"&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="I0LFzc mS1Rod"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/2</link><pubDate>Fri, 07 Feb 2020 21:47:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 2 posted to Appian Knowledge Base by nishant.shah on 2/7/2020 9:47:35 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;localhost1:9092 Reachable ISR: All replicas in sync &lt;br /&gt;localhost2:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;localhost3:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on&amp;nbsp;localhost1&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on localhost2&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on localhost3 (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;
&lt;div class="Bl2pUd krjOGe"&gt;
&lt;div class="auHzcc cFc9ae"&gt;
&lt;div class="SvOPqd"&gt;
&lt;div class="dsoUjb FwR7Pc"&gt;
&lt;div class="jGyvbd GVSFtd"&gt;
&lt;div class="AnmYv nF6pT FwR7Pc"&gt;
&lt;div class="cmEq8b COKy9b eISbSc"&gt;
&lt;div class="AflJR"&gt;
&lt;div class="oGsu4"&gt;
&lt;div class="iKCcE hu21Y"&gt;
&lt;div class="Hj5Fxb"&gt;
&lt;div class="YJxKBc QE8tKf" id="MqdpYOCSYLk/BPrWId"&gt;
&lt;div class="Zc1Emd QIJiHb"&gt;Last Reviewed: February 2020&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="byY7Yb cFc9ae"&gt;
&lt;div class="IEIJqd qs41qe"&gt;
&lt;div class="XganBc eLNT1d"&gt;
&lt;div class="hBj1Kc qBALNe"&gt;
&lt;div class="pTsNVe"&gt;
&lt;div class="ubzhQb"&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="I0LFzc mS1Rod"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Kafka Replicas Out of Sync in High Availability</title><link>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment/revision/1</link><pubDate>Fri, 07 Feb 2020 21:42:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f8a540-ff64-4fb7-a7c0-7c295f025f57</guid><dc:creator>nishant.shah</dc:creator><comments>https://community.appian.com/support/w/kb/1671/kb-2096-kafka-brokers-out-of-sync-in-a-high-availability-environment#comments</comments><description>Revision 1 posted to Appian Knowledge Base by nishant.shah on 2/7/2020 9:42:23 PM&lt;br /&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;One of the Kafka Brokers goes out of sync in the High Availability setup. The output&amp;nbsp;of&amp;nbsp;the Status script contains the following:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Kafka Broker Connectivity ----------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;localhost1:9092 Reachable ISR: All replicas in sync &lt;br /&gt;localhost2:9092 Reachable controller ISR: Replicas not in sync&lt;br /&gt; not in sync: __consumer_offsets-0&lt;br /&gt; not in sync: __consumer_offsets-12&lt;br /&gt; not in sync: __consumer_offsets-15&lt;br /&gt; not in sync: __consumer_offsets-18&lt;br /&gt; not in sync: __consumer_offsets-21 &lt;br /&gt; not in sync: serviceManager.transaction.download-stats-0&lt;br /&gt; not in sync: serviceManager.transaction.execution01-0&lt;br /&gt; not in sync: serviceManager.transaction.execution02-0&lt;br /&gt; not in sync: serviceManager.transaction.portal-0 &lt;br /&gt;localhost3:9092 Reachable ISR: All replicas in sync&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-141918&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Hotfixes.html"&gt;19.3 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/19.2/Hotfixes.html"&gt;19.2 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on&amp;nbsp;localhost1&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on localhost2&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Stop and Start Kafka broker on localhost3 (Controller)&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please ensure to Stop and Start Kafka on Controller last&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to Appian 19.3 and earlier.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: kafka, known issues, fixed issues, infrastructure&lt;/div&gt;
</description></item></channel></rss>