<?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: Zombie threads running after stop Talend Job in trun(karaf) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291644#M143149</link>
    <description>&lt;P&gt;OK, can you supply your log file to show what is happening? How do you know that "&lt;SPAN&gt;pool-35-thread-2" is linked to your job?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;You do realise that you do not need to run Talend Jobs in the Runtime? While you can run them there, Jobs are batch and therefore it makes more sense to run them outside of the Runtime.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 15:35:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-14T15:35:40Z</dc:date>
    <item>
      <title>Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291639#M143144</link>
      <description>&lt;P&gt;After stop Talend Job(TJ) bundle by bundle:stop command, TJ stops and writes a similar message to the log&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;Destroying BlueprintContainer for bundle ...
Service ... removed
Removing job ... &lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;But threads from thread pool TJ is continued running and write to log messages.&lt;BR /&gt;Why? How to kill this zombies?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291639#M143144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291640#M143145</link>
      <description>&lt;P&gt;When you deploy a bundle (or a feature) there are often other bundles that are created. You can see this if you use bundle:list before deploying a new bundle, then using it again after the bundle has been deployed. I suspect what is happening is that you have not stopped all linked bundles. It is hard to be sure since I'm not looking at your karaf, but that would be my first thought&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291640#M143145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291641#M143146</link>
      <description>But these are threads of a my stopped TJ bundle, not system. TJ is a alone bundle with package dependencies only, not services dependency.&lt;BR /&gt;Ok. How I do stop this 'pool-35-thread-2'etc by karaf console?</description>
      <pubDate>Fri, 14 Feb 2020 14:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291641#M143146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291642#M143147</link>
      <description>&lt;P&gt;What does your bundle do? Is it a job, a route or a service?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 14:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291642#M143147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291643#M143148</link>
      <description>&lt;P&gt;&amp;gt; After stop Talend Job(TJ)&lt;BR /&gt;Talend Job, sequentially reads from MSSQL and writes to RESTClient&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291643#M143148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T15:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291644#M143149</link>
      <description>&lt;P&gt;OK, can you supply your log file to show what is happening? How do you know that "&lt;SPAN&gt;pool-35-thread-2" is linked to your job?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;You do realise that you do not need to run Talend Jobs in the Runtime? While you can run them there, Jobs are batch and therefore it makes more sense to run them outside of the Runtime.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291644#M143149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291645#M143150</link>
      <description>&lt;P&gt;&lt;BR /&gt;Please, see my real karaf tesb.log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# command 'start 252'
2020-02-14T20:09:17,236 | INFO | pipe-start 252 | troller.internal.JobLauncherImpl 149 | 233 - org.talend.esb.job.controller - 6.4.1 | Adding job Sync_Bill2CRM_Test2.
2020-02-14T20:09:17,237 | INFO | pool-35-thread-2 | internal.SimpleJobTask$JobRunner 69 | 233 - org.talend.esb.job.controller - 6.4.1 | Starting job Sync_Bill2CRM_Test2
2020-02-14T20:09:47,440 | INFO | pool-35-thread-2 | m_queue_0_12.Sync_Bill2CRM_Queue 1694 | 252 - lovitmain.Sync_Bill2CRM_Test2 - 0.5.0 | Working...

# command 'stop 252'
2020-02-14T20:09:55,101 | INFO | pipe-start 252 | nt.container.BlueprintExtender$3 323 | 22 - org.apache.aries.blueprint.core - 1.8.0 | Destroying BlueprintContainer for bundle lovitmain.Sync_Bill2CRM_Test2/0.5.0
2020-02-14T20:09:55,104 | INFO | pipe-start 252 | r.internal.JobTracker$Customizer 133 | 233 - org.talend.esb.job.controller - 6.4.1 | Service lovitmain.sync_bill2crm_test2_0_5.Sync_Bill2CRM_Test2@4d2f17ca removed
2020-02-14T20:09:55,104 | INFO | pipe-start 252 | troller.internal.JobLauncherImpl 156 | 233 - org.talend.esb.job.controller - 6.4.1 | Removing job Sync_Bill2CRM_Test2.
2020-02-14T20:10:17,477 | INFO | pool-35-thread-2 | m_queue_0_12.Sync_Bill2CRM_Queue 1694 | 252 - lovitmain.Sync_Bill2CRM_Test2 - 0.5.0 | Working...&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;At 2020-02-14T20:10:17,477 the pool-35-thread-2 continue running, but Sync_Bill2CRM_Test2 was Resolved in karaf shell at bundle:list&lt;/P&gt;
&lt;P&gt;Why? How I do fix it?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291645#M143150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291646#M143151</link>
      <description>&lt;P&gt;I'm afraid I have not seen this behaviour before. However, I only run routes and services within the Karaf. What does your job do? I assume that it is a batch job and will run until it has finished, then stop. Or have you built it to run continuously? If it has been built to run continuously, this *might* be the problem. Talend jobs are meant to start and stop and not run continuously. Talend Routes are meant for realtime, continuous processing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 19:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291646#M143151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-16T19:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291647#M143152</link>
      <description>&lt;P&gt;My job read from DB and write to REST by http in infinite loop.&lt;BR /&gt;If take out a infinit loop logic to external route, a job logic is stopped as needed.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291647#M143152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-17T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Zombie threads running after stop Talend Job in trun(karaf)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291648#M143153</link>
      <description>&lt;P&gt;Sorry I have been away for a few days. If you want to add the infinite loop back in, you can do it using a route. Keep your DB Read and REST Write in a job that just does that. Then create a Route, use a cTimer to get the route to create an exchange every second (or however often you want) and connect it to a cTalendJob that calls the job I described above. This link here should give you the idea....&lt;BR /&gt;&lt;A href="https://help.talend.com/reader/pLzNMtPkhhXHQTnROXPqtQ/4mX6UhxhxfCD4Z6HV3OoCA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/pLzNMtPkhhXHQTnROXPqtQ/4mX6UhxhxfCD4Z6HV3OoCA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Zombie-threads-running-after-stop-Talend-Job-in-trun-karaf/m-p/2291648#M143153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-21T14:27:14Z</dc:date>
    </item>
  </channel>
</rss>

