<?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: Talend Job Hangs without any errors in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377885#M139696</link>
    <description>&lt;P&gt;Last time you said it was only getting about 5000 rows through. This time it is a lot more.  Can you tell me whether you are inserting or updating? Have you checked your DB for locks? Google how to do that in MySQL if you are not sure. You will need to run that query while the job is running.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 20:43:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-02T20:43:10Z</dc:date>
    <item>
      <title>Talend Job Hangs without any errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377882#M139693</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Talend Job hangs without producing any errors. I have a mysql input (with 10 millions rows) and a mysql output. After 5 thousand rows, the job just hangs (the rows are not increasing on the output). Please who has an idea about what is wrong with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already changed the Xms and Xmx and enabled streaming but nothing has changed. here's some pictures &lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4BgwAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156811i1C78641B583897C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4BgwAAF.png" alt="0695b00000N4BgwAAF.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4Bh6AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152072i17B740E39A11CBD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4Bh6AAF.png" alt="0695b00000N4Bh6AAF.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4BhGAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141588iCC4E31AA550206FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4BhGAAV.png" alt="0695b00000N4BhGAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 22:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377882#M139693</guid>
      <dc:creator>et123</dc:creator>
      <dc:date>2022-02-01T22:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Hangs without any errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377883#M139694</link>
      <description>&lt;P&gt;Can you describe what your job is doing here? This is not to do with memory. I suspect that it is caused by table locking in the DB. Are any of the input queries using the table being inserted/updated? What is taking place at the output (update/insert)? Have you checked MySQL for table locks?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 09:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377883#M139694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-02T09:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Hangs without any errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377884#M139695</link>
      <description>&lt;P&gt;Hi, thanks for replying! you mean that tables are getting locked during the execution ? &lt;/P&gt;&lt;P&gt;Well, I tried to delete the lookups,  I tried to just load data from "i_invoice" (mysql input) to "dim_flux" (mysql output) and it's just an insert to make the process faster! but as you see it hangs without errors again! I really didn't understand the problem ! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4LzAAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134915iA49DB4F320EC5DB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4LzAAAV.png" alt="0695b00000N4LzAAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377884#M139695</guid>
      <dc:creator>et123</dc:creator>
      <dc:date>2022-02-02T20:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Hangs without any errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377885#M139696</link>
      <description>&lt;P&gt;Last time you said it was only getting about 5000 rows through. This time it is a lot more.  Can you tell me whether you are inserting or updating? Have you checked your DB for locks? Google how to do that in MySQL if you are not sure. You will need to run that query while the job is running.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377885#M139696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-02T20:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Hangs without any errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377886#M139697</link>
      <description>&lt;P&gt;I'm inserting , and yes when i deleted the other lookups it gets more rows but it get stuck again. there are 11 millions rows that should be inserted. ok I will check about the DB locks. thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Hangs-without-any-errors/m-p/2377886#M139697</guid>
      <dc:creator>et123</dc:creator>
      <dc:date>2022-02-02T20:49:41Z</dc:date>
    </item>
  </channel>
</rss>

