Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Document time sync issues as a common issue (or even a requirement) #29753

Closed
elasticmachine opened this issue Feb 10, 2017 · 3 comments
Closed
Labels
:Data Management/Monitoring >docs General docs changes Team:Data Management Meta label for data/management team won't fix

Comments

@elasticmachine
Copy link
Collaborator

Original comment by @ppf2:

This is one of the action items identified at the call we scheduled with the Marvel team for LINK REDACTED .

The root cause turns out to be that the client browser used to view the Marvel UI is on a laptop that does not have the time server synced automatically (so that it was off by seconds). As a result, the most current indexing rate in the charts, tables, and everywhere were always showing 0.

It will be difficult to handle this in the product, so we decided at the call that it will probably be a good idea to start documenting this as one of the common issues, or a requirement to make sure that all servers (Marvel nodes, Kibana server) use the same NTP endpoints, and the Marvel client browser machine to also sync with a time server, etc..

@elasticmachine
Copy link
Collaborator Author

Original comment by @tsullivan:

I have seen a similar issue to this to a developer when running a cluster in a virtual machine, and the host machine clock was ahead. In that case, the Home page that lists the clusters actually said there was no Marvel Data indexed at all. The customer may have had the same thing happen, but I didn't see them click on the Home page during the session.

I assume that problem is easily reproducible and should be fixed.

@elasticmachine
Copy link
Collaborator Author

Original comment by @pickypg:

One simple thing that we should probably look at doing is to send the now time from the client to Marvel, and compare the timestamps for significant differences. If we detect one (I would probably suggest flagging anything above a minute), then we should warn the user.

For internet connected Marvel instances, we could possibly go an extra step and fetch the atomic time via a web service call.

Finally, we may want to look at trying to detect this from the Marvel Agent's broadcasts (maybe on first connect it can send some info like that, but this is probably the most complex).

@debadair debadair changed the title Document time sync issues as a common issue (or even a requirement) [DOCS] Document time sync issues as a common issue (or even a requirement) Sep 26, 2019
@jrodewig
Copy link
Contributor

jrodewig commented Nov 1, 2019

[docs issue triage]

@rjernst rjernst added Team:Data Management Meta label for data/management team Team:Docs Meta label for docs team labels May 4, 2020
@debadair debadair added won't fix and removed Team:Docs Meta label for docs team labels Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Monitoring >docs General docs changes Team:Data Management Meta label for data/management team won't fix
Projects
None yet
Development

No branches or pull requests

4 participants