<?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: &amp;quot;GC overhead limit exceeded&amp;quot; error when dealing with two versions of Mysql in the same job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297079#M69686</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using the jdbc driver 'mysql-connector-java-8.0.19.jar' and it doesn't show this error. &lt;/P&gt;&lt;P&gt;Is it possible for you to remove the old driver from folder and retry to see if your job is still giving the warning message?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 06:26:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-13T06:26:51Z</dc:date>
    <item>
      <title>"GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297075#M69682</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to transfer data from a MySql 5.6.48 database table (tDBInput_1) to a Mysql 8.0.22 database table (tMysqlOutput_1) using talend open studio 7.3.1 but I get the error below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tDBInput_1 (ExtractAndLoadFromWSRecipient___Release)&lt;/P&gt;&lt;P&gt;java.sql.SQLException: GC overhead limit exceeded&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)&lt;/P&gt;&lt;P&gt;	at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1200)&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( While I allocated enough memory to the job (-Xms3072M; -Xmx4096M) and activated the "enable stream" option...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is as if the tDBInput_1 having to use the driver for mysql 5 (com.mysql.jdbc.Driver) uses that of mysql 8 (com.mysql.cj.jdbc.Driver) as indicated in the error output (I don't know if that means anything...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; In&lt;/P&gt;&lt;P&gt; the job execution beginning , i have this warning: &lt;/P&gt;&lt;B&gt;&lt;I&gt;l&lt;/I&gt;&lt;/B&gt;&lt;B&gt;&lt;I&gt;oading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary&lt;/I&gt;&lt;/B&gt;.&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; mysql-connector-java-5.1.30-bin and mysql-connector-java-8.0.18 are the main connectors in lib directory after building the job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; I was using the same job options with a mariadb database version,  to transfer data to a Mariadb database table, and everything was working without errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 20:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297075#M69682</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-11T20:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297076#M69683</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you need to keep both mysql-connector-java-5.1.30-bin and mysql-connector-java-8.0.18 in your PC?&lt;/P&gt;&lt;P&gt;I find this warning on stackoverflow: &lt;A href="https://stackoverflow.com/questions/52032739/loading-class-com-mysql-jdbc-driver-this-is-deprecated-the-new-driver-class" alt="https://stackoverflow.com/questions/52032739/loading-class-com-mysql-jdbc-driver-this-is-deprecated-the-new-driver-class" target="_blank"&gt;https://stackoverflow.com/questions/52032739/loading-class-com-mysql-jdbc-driver-this-is-deprecated-the-new-driver-class &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful for your use case.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 07:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297076#M69683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-12T07:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297077#M69684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the warning on stackoverflow it doesn't help me as i am using talend open studio for data integration &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; , they are talking about hibernate, spring  and so on for java apps ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the connectors i did not install those by myself, in fact when i use a schema as input from the mysql 5 database connection and another as output from the mysql 8 one and then build the job for deploying purposes, i notice there are these two connectors in the lib directory, and after executing the job i notice that the "GC over limit exceeded" concerns the tmysqlInput (which has "enable stream" option activated ) and the exception mentions "... at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) "; the "..cj.." shows that the mysql 8 driver is used in this case ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my main trouble is why i am getting this "GC overhead limit exceeded" error , since i have enough memory allocated to the job and the "enable stream " option activated, i was always proceeding in this way without any error and this time it is not working ... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 11:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297077#M69684</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-12T11:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297078#M69685</link>
      <description>&lt;P&gt;Hi Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think i may have a conflict between the two drivers... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i analyze the source code i see the test below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;java.sql.Statement stmt_tDBInput_1 = conn_tDBInput_1.createStatement();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(stmt_tDBInput_1 instanceof com.mysql.jdbc.Statement){&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;((com.mysql.jdbc.Statement)stmt_tDBInput_1).enableStreamingResults();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; }else if(stmt_tDBInput_1 instanceof com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper){&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp;&amp;nbsp;((com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper)stmt_tDBInput_1).enableStreamingResults();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; }&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i guess that the "enable stream" option might be never activated for &lt;I&gt;tDBInput_1 ...&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i safely force talend ( open studio 7.3.1) to use only the mysql-connector-java-8.0.18.jar (for both mysql 5 and mysql 8 components/connexion) as far as the two connectors are already installed on ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 19:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297078#M69685</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-12T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297079#M69686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using the jdbc driver 'mysql-connector-java-8.0.19.jar' and it doesn't show this error. &lt;/P&gt;&lt;P&gt;Is it possible for you to remove the old driver from folder and retry to see if your job is still giving the warning message?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 06:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297079#M69686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-13T06:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297080#M69687</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After having built a job in which i use both MySql 5 and MySql 8 , i deleted mysql-connector-java-5.1.30-bin from the lib folder and let the mysql-connector-java-8.0.18 there, but i got an error telling that it can't find the class com.mysql.jdbc.Driver (from mysql-connector-java-5.1.30-bin).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDQOEAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141792i7D7C6C04BCA75B7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDQOEAA5.png" alt="0695b00000QDQOEAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend is using in some cases mysql-connector-java-5.1.30-bin and in other ones mysql-connector-java-8.0.18, how can i force it to use only one connector without breaking anything in my previous jobs ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 10:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297080#M69687</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-13T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297081#M69688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Maybe we could force a Talend component to use other jar than downloaded by default by Talend Studio.&lt;/P&gt;&lt;P&gt;In module view click on tMysqlXXX components which point to the mysql-connector-java-5.1.30 jar file and click on the pot button and locate the mysql-connector-java-8.0.18 which you downloaded. This will install this jar into studio's .m2 repository. &lt;/P&gt;&lt;P&gt;Feel free to let me know if it is OK with you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297081#M69688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-14T07:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297082#M69689</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did what you said but there are no changes, nothing happens and i still have the mysql-connector-java-5.1.30 jar listed for the tmysqlXXX components ... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is a screenshot of tMysqlInput case&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDeBsAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145329iB4AD012D712CFD01/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDeBsAAL.png" alt="0695b00000QDeBsAAL.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 19:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297082#M69689</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-14T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297083#M69690</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I will make an investigation on your case with our team and then come back to you as soon as I can.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 08:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297083#M69690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-19T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297084#M69691</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Because I haven’t been able to recreate the issue and want to try to do that&lt;/P&gt;&lt;P&gt;So we need to see how your job is written. Could you please share a screenshot of your job design? Please mask your sensitive data as well.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297084#M69691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-19T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297085#M69692</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i redesigned my job after making a downgrade to MySql 5 just for a while as far as i had deadlines, but below is the case :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have two databases A (MySQL 5) and B (MySQL &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and i want to migrate data from table A.ta (with over 10 millions of rows ) to table B.tb ...&amp;nbsp;so i used tMysqlInput and tMysqlOuput components, with enough memory and "enable stream" option activated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After executing the job , i got the warning first and then the error .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 01:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297085#M69692</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-04-21T01:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297086#M69693</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Sorry for our delay. I was trying to find out if this "GC overhead limit exceeded" error is caused by two versions of Mysql in the same job.&lt;/P&gt;&lt;P&gt;I made a testing job with MySql5 and MySql8 in a same job and get the same warning that "Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary."&lt;/P&gt;&lt;P&gt;Fortunately, it doesn't block job execution and I'm able to migrate my data from Mysql5 to Mysql 8 successfully without deleting old driver(mysql5).&lt;/P&gt;&lt;P&gt;From above scenario, the error warning is not the root cause and "GC overhead limit exceeded" error is probably caused by your migrated data volume, memory and so on.&lt;/P&gt;&lt;P&gt;It would be better that you could post your job design screenshots here which will helpful for us to get more details from your current situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QF28kAAD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143392i51B071519C9F515A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QF28kAAD.png" alt="0695b00000QF28kAAD.png" /&gt;&lt;/span&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297086#M69693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-27T07:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297087#M69694</link>
      <description>&lt;P&gt;Hello Sabrina, sorry for the late reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed it might be caused by my data volume (over 11 millions rows) , for the memory&amp;nbsp;i allocated to the job a max of 4G (-Xms3072M; -Xmx4096M) and activated the "enable stream" option to avoid the GC overhead limit exceeded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's like the "enable stream" option does not work if two different versions of MySql are used in the same job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested the same job using two close MySql versions (5.6 for the source and 5.7 for the destination) and it works like a charm ... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are some screenshots :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Ri7fMAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133149iA0D426B2E3AE69B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Ri7fMAAR.png" alt="0695b00000Ri7fMAAR.png" /&gt;&lt;/span&gt;the selected rows from billing table are over 11 millions in number, and for the recipient table it  is about the same number of rows (and at the end of the job i am inserting inner join rejects from the tmap in the output "recipient" table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it will be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 21:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297087#M69694</guid>
      <dc:creator>SND</dc:creator>
      <dc:date>2022-05-20T21:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: "GC overhead limit exceeded" error when dealing with two versions of Mysql in the same job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297088#M69695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That might be caused by DB driver when using the streaming mode.&lt;/P&gt;&lt;P&gt;You are able to get around it and still use the stream, is to set the DB Version to mysql5 not mysql 8. Or without using the streaming mode. Without streaming the driver caches, you can only try to reduce the data.&lt;/P&gt;&lt;P&gt;Feel free to raise a jira issue on talend bug tracker.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 04:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/quot-GC-overhead-limit-exceeded-quot-error-when-dealing-with-two/m-p/2297088#M69695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-23T04:32:05Z</dc:date>
    </item>
  </channel>
</rss>

