You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In clustered environment, the Non leader nodes tries for lock too frequently (100ms).
Can we enhance it to be configurable property either from constructor or property value in org.springframework.integration.jdbc.lock.JdbcLockRegistry
The text was updated successfully, but these errors were encountered:
Fixesspring-projects#3010
Sometimes `100` milliseconds interval is too often to try to obtain a
lock with `UPDATE/INSERT` queries
**Cherry-pick to 5.1.x**
In clustered environment, the Non leader nodes tries for lock too frequently (100ms).
Can we enhance it to be configurable property either from constructor or property value in
org.springframework.integration.jdbc.lock.JdbcLockRegistry
The text was updated successfully, but these errors were encountered: