-
Suggestion
-
Resolution: Low Engagement
-
None
-
None
-
0
-
1
-
-
Problem Definition
Currently, when user perform full synchronization, the events like users added or removed will be "grouped" together like what's shown below:
017-09-08 17:32:16,800 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation for directory [ 10100 ] starting 2017-09-08 17:32:16,801 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] Attempting INCREMENTAL synchronisation for directory [ 10100 ] 2017-09-08 17:32:16,801 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] Incremental synchronisation for directory [ 10100 ] was not completed, falling back to a full synchronisation 2017-09-08 17:32:16,801 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation for directory [ 10100 ] was not successful, attempting FULL 2017-09-08 17:32:17,016 Caesium-1-2 INFO ServiceRunner [c.a.c.d.ldap.cache.RemoteDirectoryCacheRefresher] found [ 651 ] remote users in [ 215 ms ] 2017-09-08 17:32:17,061 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] scanned and compared [ 651 ] users for delete in DB cache in [ 44ms ] 2017-09-08 17:32:17,061 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] scanned for deleted users in [ 44ms ] 2017-09-08 17:32:17,106 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] scanning [ 651 ] users to add or update 2017-09-08 17:32:17,136 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DirectoryCacheImplUsingChangeOperations] scanned and compared [ 651 ] users for update in DB cache in [ 75ms ] 2017-09-08 17:32:17,137 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] adding [ 2 ] users 2017-09-08 17:32:17,145 Caesium-1-2 WARN ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] Could not add the following entity to the directory [ Crowd Internal Directory ]: john 2017-09-08 17:32:17,145 Caesium-1-2 WARN ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] Could not add the following entity to the directory [ Crowd Internal Directory ]: charles 2017-09-08 17:32:17,145 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteChangeOperations] added [ 0 ] users successfully in [ 8ms ] 2017-09-08 17:32:17,146 Caesium-1-2 INFO ServiceRunner [c.a.crowd.directory.DirectoryCacheImplUsingChangeOperations] synchronised [ 651 ] users in [ 85ms ] 2017-09-08 17:32:17,155 Caesium-1-2 INFO ServiceRunner [c.a.c.d.ldap.cache.RemoteDirectoryCacheRefresher] found [ 30 ] remote groups in [ 9 ms ] 2017-09-08 17:32:17,155 Caesium-1-2 WARN ServiceRunner [c.a.crowd.model.DirectoryEntities] entity [jira-software-users] of type LDAPGroupWithAttributes duplicated in remote directory. Ignoring all occurrences. 2017-09-08 17:32:17,156 Caesium-1-2 WARN ServiceRunner [c.a.crowd.model.DirectoryEntities] entity [jira-users] of type LDAPGroupWithAttributes duplicated in remote directory. Ignoring all occurrences. 2017-09-08 17:32:17,163 Caesium-1-2 WARN ServiceRunner [c.a.crowd.model.DirectoryEntities] entity [jira-administrators] of type LDAPGroupWithAttrib
Some users would like ability to view individual entries to specific users where changes are performed during synchronization. For example, if an user is disabled during synchronization, user would like to see this from log.
Suggested Solution
- Add function in Audit Log to view newly added or disabled users.
- Add new logging so user can view changes for individual users from JIRA' log.
Workaround
None
- mentioned in
-
Page Loading...