<?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>question Re: Error in kudu logs, unable to use kudu in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59372#M67382</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/14552"&gt;@Adar&lt;/a&gt;&amp;nbsp;if we dont have to use safety valve just curious to know which config file that it has to go&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--max_clock_sync_error_usec = ? or we increase the flag is there a command line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 10:02:16 GMT</pubDate>
    <dc:creator>csguna</dc:creator>
    <dc:date>2017-08-29T10:02:16Z</dc:date>
    <item>
      <title>Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59334#M67380</link>
      <description>&lt;P&gt;I am unable to use Kudu and getting some error messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloudera@quickstart kudu]$ sudo cat /var/log/kudu/kudu-master.FATAL&lt;BR /&gt;Log file created at: 2017/08/23 15:32:16&lt;BR /&gt;Running on machine: quickstart.cloudera&lt;BR /&gt;Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg&lt;BR /&gt;F0823 15:32:16.151196 5485 hybrid_clock.cc:227] Couldn't get the current time: Clock unsynchronized. Status: Service unavailable: Error: Clock synchronized but error wastoo high (10000016 us).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloudera@quickstart kudu]$ kudu -version&lt;BR /&gt;kudu 1.4.0-cdh5.12.0&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloudera@quickstart kudu]$ hadoop version&lt;BR /&gt;Hadoop 2.6.0-cdh5.10.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:09:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59334#M67380</guid>
      <dc:creator>riomario</dc:creator>
      <dc:date>2022-09-16T12:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59346#M67381</link>
      <description>&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/kudu/latest/topics/kudu_troubleshooting.html#ntp_errors" target="_self"&gt;The Kudu documentation&lt;/A&gt;&amp;nbsp;on the subject suggests your ntp installation may need some troubleshooting. Interestingly, the max error you're seeing (10,000,016 microseconds or just past 10 seconds) is very close to the max error allowable (exactly 10 seconds). What you could do is configure your Kudu service with something like --max_clock_sync_error_usec=11000000 (11 seconds), and that should be good enough for your ntp installation. You'd need to put this in the Kudu service's safety valve configuration since --max_clock_sync_error_usec is not exposed as a first class configuration parameter in CM.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 22:45:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59346#M67381</guid>
      <dc:creator>Adar</dc:creator>
      <dc:date>2017-08-28T22:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59372#M67382</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/14552"&gt;@Adar&lt;/a&gt;&amp;nbsp;if we dont have to use safety valve just curious to know which config file that it has to go&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--max_clock_sync_error_usec = ? or we increase the flag is there a command line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:02:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59372#M67382</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2017-08-29T10:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59391#M67383</link>
      <description>&lt;P&gt;Should I put below value in /etc/profile?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo /etc/init.d/ntpd restart --max_clock_sync_error_usec=11000000&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:02:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59391#M67383</guid>
      <dc:creator>riomario</dc:creator>
      <dc:date>2017-08-29T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59400#M67384</link>
      <description>--max_clock_sync_error_usec is a Kudu gflag parameter, which means it can be passed on the command line (i.e. 'kudu-tserver --fs_wal_dir=... --fs_data_dirs=... --max_clock_sync_error_usec=...'), or it can be included in a gflagfile (i.e. 'kudu-tserver --gflagfile=/path/to/file', then /path/to/file is a file containing "--max_clock_sync_error_usec=..." along with other parameters, each on its own line).&lt;BR /&gt;&lt;BR /&gt;If you're managing Kudu with CM, there's no way to feed this parameter into Kudu except via the gflagfile safety valve.</description>
      <pubDate>Tue, 29 Aug 2017 20:18:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59400#M67384</guid>
      <dc:creator>Adar</dc:creator>
      <dc:date>2017-08-29T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in kudu logs, unable to use kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59401#M67385</link>
      <description>&lt;P&gt;No, --max_clock_sync_error_usec is a Kudu parameter, not an ntp parameter. You need to reconfigure Kudu to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/kudu/latest/topics/kudu_configuration_cli.html" target="_self"&gt;Kudu documentation&lt;/A&gt;&amp;nbsp;and the&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_mod_configs.html" target="_self"&gt;Cloudera Manager documentation&lt;/A&gt;&amp;nbsp;to learn how to reconfigure Kudu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 20:21:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-in-kudu-logs-unable-to-use-kudu/m-p/59401#M67385</guid>
      <dc:creator>Adar</dc:creator>
      <dc:date>2017-08-29T20:21:56Z</dc:date>
    </item>
  </channel>
</rss>

