Jibing-Li opened a new pull request, #45998:
URL: https://github.com/apache/doris/pull/45998
This reverts commit 8e5738610abbc60654f5ef32f229c117bca34251.
`lock` object in PasswordPolicy is written to disk, when user upgrade from
older version, this lock will null, and cause user couldn't connect to Doris.
Code cause this issue in PasswordPolicy:
```
@SerializedName(value = "lock")
private ReentrantReadWriteLock lock = new ReentrantReadWriteLock();
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]