Which came 1st? Keeping log timestamps in sync
Monday Jan 19, 2009
Today I have been reminded why NTP is such a good idea in order to keep the concept of current time of nodes in sync for debugging distributed problems (such as a SAN). Knowing for sure that the order of events (even to the nearest second, though NTP is much more accurate) can really help weed out what is cause and what is effect. Also helps avoid the wrong turns in diagnosis when time across nodes is assumed to be accurate, and the assumption proves to be flawed.











Indeed and if your services run in different locat...