CiscoDevNet / Hyperflex-Hypercheck

Perform pro-active self checks on your Hyperflex cluster to ensure stability and resiliency
MIT License
27 stars 18 forks source link

Timestamp check FAIL #3

Closed sttardy closed 5 years ago

sttardy commented 5 years ago

Timestamp checks seems to be false failure. Clusters with more (10) than a few (4-5) nodes and the timestamp check has line 1531: """ time.sleep(30) """ Seems like this is sleeping adding delay causing timestamps between nodes to be exactly 30 seconds apart.

avshukla commented 5 years ago

Thanks Steven. Correct. I hit this issue too, we are doing sequential check.Working on fixing it. I will upload the latest script once done.

avshukla commented 5 years ago

Fix for “Timestamp” check. Now separate thread is used to check this. Updated the script.