Running this Docker image in a distributed setup may cause issues if NTP (network time protocol) is not setup correctly.
Discussion on this topic has been started in issue #1 .
Steps to reproduce:
docker run --rm -ti kudu
root@180b7de1ce0a:/# kudu-master
F1006 02:32:24.711573 14 master_main.cc:53] Check failed: _s.ok() Bad status: Service unavailable: Clock is not synchronized: Error reading clock. Clock considered unsynchronized. Errno: Invalid argument
*** Check failure stack trace: ***
@ 0x7f3bb7779ffd google::LogMessage::Fail()
@ 0x7f3bb777bfa9 google::LogMessage::SendToLog()
@ 0x7f3bb7779bc2 google::LogMessage::Flush()
@ 0x7f3bb777c93f google::LogMessageFatal::~LogMessageFatal()
@ 0x402b0d kudu::master::MasterMain()
@ 0x402e8f main
@ 0x7f3bb6eb0ec5 (unknown)
@ 0x402709 (unknown)
@ (nil) (unknown)
Aborted