-
-
Done in #3543. Changes are rather severe so new version is now in
master
branch prepared for 7.2.0-SNAPSHOT, however there is no strict dependency on 7.2.0-SNAPSHOT.Project version was bumped due to severe changes of repository and DB schema
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3548
|
Issue Votes (0)
Watchers (0)
When user is connected to two or more cluster nodes at once then each of cluster nodes try to log message to database. This results in constraint violation on database level and exception is thrown.
While this do not cause any issues as one of nodes properly stores message, it would be good to handle this in better way as this may cause a lot of entries in log with ERROR level.