-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.7.1
-
Component/s: Social Collaboration (deprecated)
There is no need for those listeners to be asynchronous.
Making them synchronous will:
- allow the user to have a direct feedback about the document being private or public
- simplify the execution flow when creating a Social Workspace / Social Document
- avoid concurrency issues, at least on h2
Caused by: org.h2.jdbc.JdbcSQLException: Deadlock detected. The current transaction was rolled back. Details: Session #10 (user: SA) is waiting to lock PUBLIC.DUBLINCORE while locking PUBLIC.HIERARCHY (exclusive), PUBLIC.TASK_VARIABLE (exclusive). Session #8 (user: SA) is waiting to lock PUBLIC.HIERARCHY while locking , PUBLIC.CONTENT (exclusive), PUBLIC.DUBLINCORE (exclusive).
- is required by
-
NXBT-534 Fix error in Social Collab Selenium tests
- Resolved