<?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: non-standard MySQL in AppD Archive</title>
    <link>https://community.splunk.com/t5/AppD-Archive/non-standard-MySQL/m-p/723748#M1539</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;As you aware it is not recommended to use different version, we have not come across any customers using diffrent mysql version other than bundled we&amp;nbsp;strongly recommend customers to avoid trying different mysql/glassfish artifacts other than bundled with controller.&lt;/P&gt;

&lt;P&gt;Regarding the warn message check if the information in following docs helps, see if the warn message resolves:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO40/Limit+File+Descriptors+on+Linux" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO40/Limit+File+Descriptors+on+Linux&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We see as stated in docs 4.x bundles with mysql 5.5.x and&amp;nbsp;using lower&amp;nbsp;mysql version might result in hitting 5.1 version specific bugs or performance issues specific to mysql version, Hope that&amp;nbsp;clarifies.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2015 14:13:45 GMT</pubDate>
    <dc:creator>Arun_Dasetty</dc:creator>
    <dc:date>2015-06-17T14:13:45Z</dc:date>
    <item>
      <title>non-standard MySQL</title>
      <link>https://community.splunk.com/t5/AppD-Archive/non-standard-MySQL/m-p/723747#M1538</link>
      <description>&lt;P&gt;I was asked to put AppDynamics in a non-standard configuration by using a version of MySQL other than the bundled version. I know this is strongly discouraged (per &lt;A href="https://docs.appdynamics.com/display/PRO40/Controller+Version)," target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO40/Controller+Version),&lt;/A&gt; but I was asked to try nonetheless.&amp;nbsp; I was able to get the application started, though I didn’t do any comprehensive tests.&lt;/P&gt;

&lt;P&gt;Does anyone know what, if any, are the performance implications of running MySQL 5.1 instead of the bundled version?&lt;/P&gt;

&lt;P&gt;FWIW, to do this, I made a few adjustments to the db.cnf configuration fie:&lt;/P&gt;
&lt;P&gt;# lock_wait_timeout=600 # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_io_capacity = 200&amp;nbsp; # NEED PARAMETERIZE - 100 per disk # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_read_io_threads = 8 # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_write_io_threads = 8 # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_buffer_pool_instances=16 # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_adaptive_flushing=1&amp;nbsp; # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_purge_threads=1 # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# innodb_file_format=Barracuda&amp;nbsp; # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;# transaction-isolation=READ-COMMITTED&amp;nbsp; # DS 2015-06-16&lt;/P&gt;
&lt;P&gt;socket=$APPDYNAMICS_HOME /AppDynamics/Controller/db/mysql.sock&lt;/P&gt;

&lt;P&gt;And I created a few softlinks in the filesystem:&lt;/P&gt;
&lt;P&gt;ln -s $APPDYNAMICS_HOME/AppDynamics/Controller/db/bin -&amp;gt; $CUSTOM_MYSQL/bin/&lt;/P&gt;
&lt;P&gt;ln -s $APPDYNAMICS_HOME/AppDynamics/Controller/db/share/mysql -&amp;gt; $APPDYNAMICS_HOME /AppDynamics/Controller/db/share/&lt;/P&gt;

&lt;P&gt;Everything seems to be working properly while launching with no agents reporting, though I did get this warning:&lt;/P&gt;
&lt;P&gt;[Warning] Could not increase number of max_open_files to more than 1024 (request: 2036)&lt;/P&gt;

&lt;P&gt;Again, I realize this is very frowned upon, and I'm fairly confident this won't be put into production, but I'm curious if anyone has any idea what the&amp;nbsp;performance&amp;nbsp;implications are.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/non-standard-MySQL/m-p/723747#M1538</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2015-06-16T20:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: non-standard MySQL</title>
      <link>https://community.splunk.com/t5/AppD-Archive/non-standard-MySQL/m-p/723748#M1539</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;As you aware it is not recommended to use different version, we have not come across any customers using diffrent mysql version other than bundled we&amp;nbsp;strongly recommend customers to avoid trying different mysql/glassfish artifacts other than bundled with controller.&lt;/P&gt;

&lt;P&gt;Regarding the warn message check if the information in following docs helps, see if the warn message resolves:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO40/Limit+File+Descriptors+on+Linux" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO40/Limit+File+Descriptors+on+Linux&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We see as stated in docs 4.x bundles with mysql 5.5.x and&amp;nbsp;using lower&amp;nbsp;mysql version might result in hitting 5.1 version specific bugs or performance issues specific to mysql version, Hope that&amp;nbsp;clarifies.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:13:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/non-standard-MySQL/m-p/723748#M1539</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2015-06-17T14:13:45Z</dc:date>
    </item>
  </channel>
</rss>

