Setting System Date Time + CPU Usage

I am looking for help with an open hibernate issue - [HHH-13664] - Hibernate JIRA

Wondering if there is a workaround for this by setting some configuration or changing the way my application uses hibernate?

Is this issue tagged to be fixed in a future release of hibernate? I think this should be marked as higher than “Major” - this issue pegs the system at 100% CPU until it is restarted or the time reaches the initial set time.

1 Like

The approach in ehcache2, would that be a good alternative? https://github.com/ehcache/ehcache2/blob/539914d2ea8069e7a9c91ee39f09af83eff294ac/ehcache-core/src/main/java/net/sf/ehcache/util/Timestamper.java#L63C22-L63C22