<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Load Balancing for specific streams in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526146#M12203</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For All reload tasks on Non central,&amp;nbsp;you may let&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ResourcesOnNonCentralNodes enabled and set Central scheduler as MASTER only and RIM node scheduler as SLAVE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Consumption of resources on which RIM node or central node, depends on your virtual proxy load balancing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rest looks fine in your security rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For any help drop comment on:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Best-Practices-for-Qlik-Sense-Multi-Node-Setup-amp-Load/tac-p/1525826" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Best-Practices-for-Qlik-Sense-Multi-Node-Setup-amp-Load/tac-p/1525826&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rohit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 07:26:46 GMT</pubDate>
    <dc:creator>rohitk1609</dc:creator>
    <dc:date>2019-01-04T07:26:46Z</dc:date>
    <item>
      <title>Load Balancing for specific streams</title>
      <link>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526047#M12198</link>
      <description>&lt;P&gt;I have a multi-node set up with one Rim node that handles Engine/Scheduler tasks.&amp;nbsp; The goal is to have this Rim node handle all the work/reloads from a specific stream, and have all other streams continue to use the Central node.&lt;/P&gt;&lt;P&gt;I've set up a virtual proxy for that load balances usage only to the Rim node, and when using the virtual proxy apps work where expected.&lt;/P&gt;&lt;P&gt;The issue is I also want to prevent all other streams from using the Rim node, ie forcing them to always be sent to Central for their scheduled tasks/reloads.&lt;/P&gt;&lt;P&gt;I disabled the default "ResourcesOnNonCentralNodes" rule, and added the following rules.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Setup 1&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Rule for Load Balancing Specific Stream&lt;BR /&gt;((node.name="RimNode" and resource.stream.@CustomProperty="XYZ"))&lt;/P&gt;&lt;P&gt;Rule for Any Other Stream Load Balancing&lt;BR /&gt;((node.iscentral="false" and resource.stream.id!="a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf" and resource.stream.@&lt;SPAN&gt;CustomProperty&lt;/SPAN&gt;!="XYZ"))&lt;/P&gt;&lt;P&gt;With this setup, reloads occurred on both nodes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Setup 2&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Rule for Load Balancing Specific Stream&lt;BR /&gt;((node.name="RimNode" and resource.stream.@&lt;SPAN&gt;CustomProperty&lt;/SPAN&gt;="XYZ"))&lt;/P&gt;&lt;P&gt;Rule for Only Central Load Balancing&lt;BR /&gt;((node.iscentral="true" and resource.stream.@&lt;SPAN&gt;CustomProperty&lt;/SPAN&gt;!="XYZ"))&lt;/P&gt;&lt;P&gt;With this set up, all reloads have happened on Central.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526047#M12198</guid>
      <dc:creator>Myke</dc:creator>
      <dc:date>2024-11-16T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing for specific streams</title>
      <link>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526145#M12202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If I understand correctly you have a 2 nodes setup:&lt;/P&gt;
&lt;P&gt;- Central node: Scheduler/Engine Master and Slave&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Rim node: Scheduler/Engine Slave only&lt;/P&gt;
&lt;P&gt;And you wish the rim node to reload all the application published to Stream A and let the Central node&amp;nbsp;reload all the other application.&lt;/P&gt;
&lt;P&gt;If that's correct, the challenge here is the rule&amp;nbsp;&lt;SPAN&gt;ResourcesOnCentralNodes that gives the central node access to every application and that cannot be modified. So you won't be able to&amp;nbsp;prevent the central node to reload an application published to Stream A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To achieve what you are looking for, I believe you will need a 3 nodes setup:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Central node: Scheduler Master only&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Rim node 1: Scheduler/Engine Slave only (reloading only apps published to Stream A)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Rim node 2:&amp;nbsp;&amp;nbsp;Scheduler/Engine Slave only (reloading the apps published to other streams)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526145#M12202</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2019-01-04T07:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing for specific streams</title>
      <link>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526146#M12203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For All reload tasks on Non central,&amp;nbsp;you may let&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ResourcesOnNonCentralNodes enabled and set Central scheduler as MASTER only and RIM node scheduler as SLAVE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Consumption of resources on which RIM node or central node, depends on your virtual proxy load balancing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rest looks fine in your security rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For any help drop comment on:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Best-Practices-for-Qlik-Sense-Multi-Node-Setup-amp-Load/tac-p/1525826" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Best-Practices-for-Qlik-Sense-Multi-Node-Setup-amp-Load/tac-p/1525826&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rohit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Load-Balancing-for-specific-streams/m-p/1526146#M12203</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2019-01-04T07:26:46Z</dc:date>
    </item>
  </channel>
</rss>

