Details
-
Type:
Bug
-
Status: OPEN
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 11.0
-
Fix Version/s: None
-
Component/s: Content
-
Labels:
-
11 status:Please Merge
-
Test Plan:
Description
When a site is using more than 100% of quota (very rarely), if you try to edit details of a file previously uploaded, it fails and the file go to trash.
In tomcat log you get this trace if you try to change the access to public:
02-Jun-2016 04:04:41.002 INFO [http-apr-19888-exec-10] org.sakaiproject.content.impl.DbContentService.removeResource Removing resource (/group/1e1ca191-37dc-4757-94e0-9da813ee6d1b/b.png) content: /var/sakai-assets/trunk-oracle/assets
02-Jun-2016 04:04:41.165 WARN [http-apr-19888-exec-10] org.sakaiproject.content.tool.ResourcesAction.doReviseProperties OverQuotaException
org.sakaiproject.exception.OverQuotaException id: /content/group/1e1ca191-37dc-4757-94e0-9da813ee6d1b/b.png ref: /content/group/1e1ca191-37dc-4757-94e0-9da813ee6d1b/b.png
at org.sakaiproject.content.impl.BaseContentService.commitResource(BaseContentService.java:6027)
at org.sakaiproject.content.cover.ContentHostingService.commitResource(ContentHostingService.java:539)
at org.sakaiproject.content.tool.ResourcesAction.doReviseProperties(ResourcesAction.java:7632)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
This cannot reproduce with folders.