Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Status update

Hi!

I hope you are doing extensive testing with all your changes…

Yes, sure, I test all my changes for regressions.

Btw, I have some troubles with time stamp, which I get from file system. Namely, JDK  truncates filesystem time stamp up to seconds.
There are fix in open-jdk8, however, this patch is still not applied to Oracle JDK.
So, the main problem is some changes are out of sync, because after truncation some file system changes are traveling to the past. 
It can happen for example when file was deleted very fast.
I have an idea how to apply quick-fix, namely truncate millisecond part in System.currentTimeMillis(), like here:
What do you think?

Fjodor

Back to the top