mysql-connector 8.0.32 exception : java.lang.IllegalArgumentException: HOUR_OF_DAY: 2 -> 3
Posted by: TEST TEST
Date: September 21, 2023 12:35AM

mysql-server version: 8.0.32
mysql-connector version: 8.0.32

details :
1. we deploy two database nodes (for example, A and B).
2. one is CST,and the other is PDT.
3. data sync from A to B;

when A has a record with dateTime : 2023-03-12 02:45:00, this field data will be sync to B。

and query from B has "java.lang.IllegalArgumentException: HOUR_OF_DAY: 2 -> 3" happend.

#com.mysql.cj.result.SqlTimestampValueFactory#localCreateFromDate
- can delete "c.setLenient(false);"

Options: ReplyQuote


Subject
Written By
Posted
mysql-connector 8.0.32 exception : java.lang.IllegalArgumentException: HOUR_OF_DAY: 2 -> 3
September 21, 2023 12:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.