-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.0.0
-
Component/s: User Management - LDAP
-
None
-
Severity 3 - Minor
Issue Summary
User directory configuration summary is showing outdated laststartsynctime. Crowd moved from in-memory to database to support clustering and they introduced new tables cwd_synchronisation_status and cwd_synchronisation_token tables.
Bitbucket did not adopt those tables, but instead shared the data via hazelcast. However, the directory configuration summary is still referring to the old database record.
Steps to Reproduce
- Install Bitbucket prior version 6.0.0. (for example, version 5.16.x).
- Add an user directory.
- Trigger a sync.
- Upgrade Bitbucket to be any version higher or equal to 6.0.0.
- Trigger a sync.
Expected Results
The directory configuration summary shows the latest laststartsynctime.
Actual Results
The directory configuration summary shows the outdated laststartsynctime.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available