HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
125 stars 52 forks source link

Fix scan timeout on Windows #355

Closed mattjala closed 2 months ago

mattjala commented 2 months ago

After #349, Windows still sometimes has a scan timeout due to getNow inaccuracy between nodes. This reverts the scan timestamps to use time.time(). Because the scan check now accepts an equal timestamp as satisfying the scan request, the inaccuracy of time.time() shouldn't be a problem in this case.