[ 
https://issues.apache.org/jira/browse/OPENJPA-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18114581#comment-18114581
 ] 

ASF subversion and git services commented on OPENJPA-2969:
----------------------------------------------------------

Commit 3c01e33bd2d1b8e8575edb933bec43cb9a315896 in openjpa's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=3c01e33bd ]

[OPENJPA-2969] Instant precision is trunceted


> Instant.now() precision loss on DB round-trip
> ---------------------------------------------
>
>                 Key: OPENJPA-2969
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2969
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: jpa
>    Affects Versions: 4.2.0
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 4.2.0
>
>
> Discussion thread: 
> https://github.com/apache/openjpa/pull/144#discussion_r3683003132
> **(medium)** `Instant.now()` carries micro/nano precision on modern JVMs; if 
> the version column's precision is lower (MySQL TIMESTAMP defaults, Oracle 
> DATE) the value read back differs from the in-memory version, producing 
> spurious optimistic-lock failures on the next flush - the same reason 
> TimestampVersionStrategy deliberately uses millisecond granularity. Should 
> this truncate to a precision known to survive the DB round-trip?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to