You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "David Alves (JIRA)" <ji...@apache.org> on 2018/05/10 22:07:00 UTC

[jira] [Commented] (KUDU-2408) Restarting masters and tservers on macOS always leads to fatal 'update clock beyond the max. error'

    [ https://issues.apache.org/jira/browse/KUDU-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471201#comment-16471201 ] 

David Alves commented on KUDU-2408:
-----------------------------------

Found the cause for this. Fix at: [https://gerrit.cloudera.org/#/c/10371/]

> Restarting masters and tservers on macOS always leads to fatal 'update clock beyond the max. error'
> ---------------------------------------------------------------------------------------------------
>
>                 Key: KUDU-2408
>                 URL: https://issues.apache.org/jira/browse/KUDU-2408
>             Project: Kudu
>          Issue Type: Bug
>          Components: master, tserver
>    Affects Versions: 1.8.0
>            Reporter: Alexey Serbin
>            Priority: Minor
>
> NOTE: This issue is specific only for macOS and does not show up at Linux.  As of now, macOS is a development-only platform.
> Once master/tserser is started and gets some data under their data directories, shutting them down and then restarting always leads to the following fatal error (i.e. crash):
> {noformat}
> F0413 10:47:24.042886 10723328 tablet_bootstrap.cc:904] Check failed: _s.ok() Bad status: Invalid argument: Tried to update clock beyond the max. error.
> *** Check failure stack trace: ***
>     @        0x1121c5f90  google::LogMessage::SendToLog()
>     @        0x1121c6631  google::LogMessage::Flush()
>     @        0x1121ca1cf  google::LogMessageFatal::~LogMessageFatal()
>     @        0x1121c6ea9  google::LogMessageFatal::~LogMessageFatal()
>     @        0x10e357d94  kudu::tablet::TabletBootstrap::HandleReplicateMessage()
>     @        0x10e35753b  kudu::tablet::TabletBootstrap::HandleEntry()
>     @        0x10e354024  kudu::tablet::TabletBootstrap::PlaySegments()
>     @        0x10e34fac6  kudu::tablet::TabletBootstrap::RunBootstrap()
>     @        0x10e34d50c  kudu::tablet::TabletBootstrap::Bootstrap()
>     @        0x10e34d0b7  kudu::tablet::BootstrapTablet()
>     @        0x10db77d57  kudu::tserver::TSTabletManager::OpenTablet()
>     @        0x10db8d1b9  boost::_mfi::mf2<>::operator()()
>     @        0x10db8d10b  boost::_bi::list3<>::operator()<>()
>     @        0x10db8d07a  boost::_bi::bind_t<>::operator()()
>     @        0x10db8cde0  boost::detail::function::void_function_obj_invoker0<>::invoke()
>     @        0x110f83698  boost::function0<>::operator()()
>     @        0x111ab90f9  kudu::FunctionRunnable::Run()
>     @        0x111ab361c  kudu::ThreadPool::DispatchThread()
>     @        0x111ace669  boost::_mfi::mf0<>::operator()()
>     @        0x111ace5d0  boost::_bi::list1<>::operator()<>()
>     @        0x111ace57a  boost::_bi::bind_t<>::operator()()
>     @        0x111ace35d  boost::detail::function::void_function_obj_invoker0<>::invoke()
>     @        0x110f83698  boost::function0<>::operator()()
>     @        0x111a9fae8  kudu::Thread::SuperviseThread()
>     @     0x7fff8a89699d  _pthread_body
>     @     0x7fff8a89691a  _pthread_start
>     @     0x7fff8a894351  thread_start
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)