mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59819: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59597: Merged DEV to V4.2-BUG-FIX 57986: Merged BRANCHES/DEV/DEREK/MNT-9806 to BRANCHES/DEV/DEREK/MNT-9806-2: 56847: Merged BRANCHES/DEV/DEREK/MNT-9740 to BRANCHES/DEV/DEREK/MNT-9806: 56785: Fixed JavaDoc: MemoryCache *is* thread safe 56786: Minor DEBUG message fixes noticed during investigations git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62189 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -178,12 +178,12 @@ public abstract class AbstractAsynchronouslyRefreshedCache<T> implements Asynchr
|
||||
String tenantId = tenantService.getCurrentUserDomain();
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("Building cache for tenant" + tenantId + " ......");
|
||||
logger.debug("Building cache for tenant " + tenantId + " ......");
|
||||
}
|
||||
T cache = buildCache(tenantId);
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug(".... cache built for tenant" + tenantId);
|
||||
logger.debug(".... cache built for tenant " + tenantId);
|
||||
}
|
||||
|
||||
liveLock.writeLock().lock();
|
||||
@@ -441,7 +441,7 @@ public abstract class AbstractAsynchronouslyRefreshedCache<T> implements Asynchr
|
||||
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("Building cache for tenant" + refresh.getTenantId());
|
||||
logger.debug("Building cache for tenant" + refresh.getTenantId());
|
||||
}
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user