Skip to main content

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

Hi, Martin!
I had prepared gist with final evolution document, you can have a look it here: https://gist.github.com/fjodorver/b5dcfe291bebaea8f8f76fe31220177d ,
or here in google docs: https://docs.google.com/document/d/1uV9LrHkCLCF10YTaznFowoGpj9z7WQQMciPVRLl3am8
It would be nice if you can give some comments on this.

Thanks,
Fjodor

2016-08-22 10:05 GMT+03:00 Vershinin Fjodor <fjodor@xxxxxxxxxxxxx>:
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



--
Thanks,
Fjodor

Back to the top