cancel
Showing results for 
Search instead for 
Did you mean: 

creation fast, deletion slow

fluca1978
Champ in-the-making
Champ in-the-making
Hi all,
I'm trying several different community editions from 3.2 to 3.4 and I'm experiencing the same problem: I can create nodes and upload documents quite fast (500 ms using web services) but the deletion of such contents using the web interface is really slow. I'm uploading a bulk of 1000 PDFs distributed each in a three level folder structure, so 1000 files and 3000 folders. Creation is fine, I can browse the content without any problem, but if I try to delete the whole space in a single step the web explorer start freezing and after +30 mins the system is still working.
If I stop the web request and reload the share I can still see the content of the share, so I guess there is a problem somewhere in the chain that prevents the system to delete the content. The alfresco.log does not report anything at all, so I guess there is no error, it is simply a slow operation. The question is why. Any clue on what to observe (I suspect a database query not working properly) and tools to monitor performances?

Thanks
12 REPLIES 12

fluca1978
Champ in-the-making
Champ in-the-making
To add some information, after stopping the deletion and trying again the system responded to me with:


Unable to find the repository item referenced by Id: workspace://SpacesStore/7b96d1f7-38d5-4712-85c3-faf4f75c47af - the record has probably been deleted from the database.

that means the content has effectively been deleted but there is a kind of lag between what the system thinks is still there and what is effectively there.
Any help?

mrogers
Star Contributor
Star Contributor
Yes its a known issue.    The news is that its getting better and faster but the implementation is "challenging".    There's probably a couple of design changes we could make to improve it but there are downsides as well.

The problem is that delete needs to be transactional and various policies need to fire before the delete can be committed.  So for a tree of 1000 nodes the 999th could fail and the whole lot would need to roll back.


As for the message above.    I'm not sure where that message comes from but its probably a result of the timing issue between finding a node in lucene and hitting the repo to find that the node no longer exists.    The solution is probably to check that the node exists before using it or by displaying an error message.   Its the similar case to displaying a file on a web page while someone else goes in and deletes the next page you want to look at.

fluca1978
Champ in-the-making
Champ in-the-making
Thanks,
but is there a way to see what the server is doing on the database? So maybe there could be an optimisation on the database side that could speed up the deletion process.

fluca1978
Champ in-the-making
Champ in-the-making
I've recreated the same environment on a test machine and I'm looking at the database log to see if there's something in the logs that helps me. I found that the query that requires most of the time is the following:

update             alf_node         set             acl_id = $1         where id in         (             select n.id             from                 alf_node n                 join alf_child_assoc ca on (n.id = ca.child_node_id and ca.is_primary = $2)             where                 ca.parent_node_id = $3                 and                 (                     n.acl_id is null                       OR n.acl_id = $4                 )         )

that as far as I understand is executed a couple of times (one for each primary child node), each with a timing of 200 ms. After a while the database reports that the connections is <IDLE> in transaction and the folders are still there, but if I update the web client I can see the folders have been deleted. I cannot see anything related in the logs, can anyone suggest for something I could search for?

fluca1978
Champ in-the-making
Champ in-the-making
I did some other experiments and found that during the deletion the cpu stuck at 99%. I attach the vmstat output of almost one hour during which the web interface was "locked" trying to cancel the main folder that contains all the documents. If I get it right the process (Tomcat in my case) is not doing anything with the i/o system, meaning it is not touching the store at all. I can see there are connections to the oracle database active. If I stop the web service request the cpu remains at 99%  (meaning the system is still trying to do - or redo - the deletion) and the web interface shows me the whole content of the store. Apparently nothing has been deleted.
If then I try to delete the single documents via web service I see my program locked, and therefore the system has not yet released the lock on the documents, that means it is still in progress doing the deletion.
I understand that this deletion problem could be caused by the transaction(s) on the database side, but it seems strange to me that so few documents (around 2000) are causing this behaviour. Is there any benchmark and/or benchmarking tool to check if my configuration has something wrong?


procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  1      0 1298144  91028 489228    0    0   168   388 1683 1097 33  7 58  2  0
0  0      0 1297524  91040 489232    0    0     0    56 2781 2147 27  6 67  0  0
0  0      0 1297524  91040 489232    0    0     0     0 4162 3547 24  7 69  0  0
1  0      0 1297524  91044 489232    0    0     0     6 3504 3296 38  7 56  0  0
1  0      0 1297524  91048 489232    0    0     0     6 1050  330 95  1  4  0  0
2  0      0 1297524  91048 489232    0    0     0    54 1020  284 95  0  5  0  0
2  0      0 1297524  91056 489232    0    0     0     6 1059  328 96  1  4  0  0
1  0      0 1297276  91064 489232    0    0     0     5 1052  404 97  2  1  0  0
1  0      0 1297276  91068 489232    0    0     0    17 1056  304 97  1  2  0  0
1  0      0 1297276  91068 489232    0    0     0     0 1068  335 96  1  3  0  0
1  0      0 1297276  91072 489232    0    0     0     3 1058  327 97  1  2  0  0
2  0      0 1297276  91076 489232    0    0     0     5 1044  315 98  0  2  0  0
1  0      0 1297276  91076 489232    0    0     0    15 1045  292 98  1  2  0  0
1  0      0 1297276  91080 489232    0    0     0     6 1057  335 97  2  1  0  0
1  0      0 1297276  91088 489232    0    0     0    17 1054  330 98  0  2  0  0
1  0      0 1297276  91096 489232    0    0     0     5 1052  329 97  1  2  0  0
1  0      0 1297276  91096 489232    0    0     0     0 1052  326 97  1  2  0  0
1  0      0 1297276  91100 489232    0    0     0     5 1052  332 98  0  1  0  0
2  0      0 1297276  91100 489232    0    0     0     0 1054  327 98  1  2  0  0
1  0      0 1297276  91104 489232    0    0     0    24 1054  337 96  2  2  0  0
2  0      0 1297276  91108 489232    0    0     0    20 1058  336 98  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1297276  91108 489232    0    0     0     1 1056  335 97  1  2  0  0
1  0      0 1297276  91112 489232    0    0     0     3 1047  336 98  0  2  0  0
1  0      0 1297276  91116 489232    0    0     0     5 1058  339 98  0  1  0  0
1  0      0 1297276  91116 489232    0    0     0     0 1058  334 98  1  1  0  0
1  0      0 1297276  91116 489232    0    0     0     5 1058  341 97  1  1  0  0
2  0      0 1297276  91124 489232    0    0     0    25 1055  336 98  0  2  0  0
0  0      0 1297276  91124 489232    0    0     0    15 1059  331 97  1  2  0  0
1  0      0 1297276  91128 489232    0    0     0     3 1055  335 98  1  1  0  0
1  0      0 1297276  91136 489232    0    0     0     5 1060  338 98  1  2  0  0
1  0      0 1297276  91136 489232    0    0     0     0 1058  329 97  1  2  0  0
3  0      0 1297276  91136 489232    0    0     0     5 1057  340 97  2  1  0  0
1  0      0 1297276  91140 489232    0    0     0    17 1062  337 98  1  1  0  0
1  0      0 1297276  91140 489232    0    0     0     3 1052  335 98  1  1  0  0
3  0      0 1297276  91144 489232    0    0     0    18 1055  335 98  1  1  0  0
1  0      0 1297276  91152 489232    0    0     0     5 1056  332 98  0  1  0  0
1  0      0 1297276  91152 489232    0    0     0     5 1051  332 99  0  1  0  0
1  0      0 1297152  91152 489232    0    0     0     0 1051  339 96  2  2  0  0
2  0      0 1297152  91156 489232    0    0     0    15 1041  331 98  1  1  0  0
1  0      0 1297152  91160 489232    0    0     0     6 1060  339 97  0  2  0  0
1  0      0 1297152  91160 489232    0    0     0     3 1055  331 99  0  1  0  0
1  0      0 1297152  91164 489232    0    0     0    23 1053  336 98  1  2  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1297152  91164 489232    0    0     0     1 1042  327 98  1  1  0  0
1  0      0 1297152  91168 489232    0    0     0     5 1047  333 97  2  1  0  0
2  0      0 1297152  91172 489236    0    0     0    19 1062  345 98  1  1  0  0
1  0      0 1297152  91172 489236    0    0     0     0 1055  334 99  0  1  0  0
1  0      0 1297152  91172 489236    0    0     0     3 1045  330 99  0  1  0  0
1  0      0 1297152  91176 489236    0    0     0     8 1056  335 98  0  1  0  0
1  0      0 1297152  91184 489236    0    0     0     8 1059  332 98  1  1  0  0
1  0      0 1297152  91184 489236    0    0     0    16 1061  338 96  2  2  0  0
1  0      0 1297152  91188 489236    0    0     0    15 1055  332 97  1  2  0  0
1  0      0 1297152  91196 489236    0    0     0     6 1057  341 98  0  1  0  0
2  0      0 1297152  91196 489236    0    0     0     0 1051  342 98  0  2  0  0
1  0      0 1297152  91200 489236    0    0     0     6 1048  334 97  1  2  0  0
1  0      0 1297152  91200 489236    0    0     0     3 1059  336 98  0  2  0  0
1  0      0 1297028  91212 489232    0    0     0    44 1058  357 96  2  1  0  0
2  0      0 1297028  91212 489236    0    0     0    37 1053  332 97  0  3  0  0
2  0      0 1297028  91216 489236    0    0     0     5 1058  336 98  0  1  0  0
1  0      0 1297028  91216 489236    0    0     0     0 1052  333 98  1  1  0  0
1  0      0 1297028  91220 489236    0    0     0     5 1049  331 98  0  1  0  0
1  0      0 1297028  91220 489236    0    0     0     0 1054  332 98  1  2  0  0
3  0      0 1297028  91228 489236    0    0     0    35 1048  339 97  1  2  0  0
1  0      0 1297028  91232 489232    0    0     0    21 1042  332 95  2  3  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1297028  91232 489236    0    0     0    37 1047  333 93  1  6  0  0
1  0      0 1297028  91236 489236    0    0     0     3 1041  328 94  0  5  0  0
1  0      0 1297028  91240 489236    0    0     0     5 1049  331 96  1  3  0  0
1  0      0 1297028  91240 489236    0    0     0     0 1051  329 99  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0     5 1051  339 99  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0     3 1055  342 97  2  1  0  0
2  0      0 1297028  91240 489236    0    0     0    19 1051  333 99  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0    13 1042  327 98  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0     5 1051  337 98  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0     0 1052  331 97  1  2  0  0
1  0      0 1297028  91240 489236    0    0     0     5 1052  334 98  0  1  0  0
1  0      0 1297028  91240 489236    0    0     0     0 1051  340 98  2  1  0  0
1  0      0 1297028  91244 489236    0    0     0    22 1056  337 98  0  1  0  0
1  0      0 1297028  91248 489232    0    0     0     8 1050  330 98  1  2  0  0
2  0      0 1297028  91248 489236    0    0     0    16 1056  328 98  1  2  0  0
1  0      0 1297028  91252 489236    0    0     0     3 1055  325 99  0  1  0  0
1  0      0 1297028  91256 489236    0    0     0     5 1051  329 98  1  1  0  0
1  0      0 1297028  91256 489236    0    0     0     0 1056  338 97  2  1  0  0
1  0      0 1297028  91256 489236    0    0     0    17 1054  334 99  1  1  0  0
2  0      0 1297028  91256 489236    0    0     0     3 1052  331 98  0  1  0  0
1  0      0 1297028  91256 489236    0    0     0     7 1051  331 98  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1297028  91256 489236    0    0     0    13 1057  335 97  1  2  0  0
1  0      0 1297028  91256 489236    0    0     0     5 1052  326 98  0  2  0  0
0  0      0 1297028  91256 489236    0    0     0     0 1055  339 97  2  2  0  0
2  0      0 1297028  91260 489236    0    0     0    18 1051  328 98  0  2  0  0
1  0      0 1297028  91260 489236    0    0     0     0 1051  331 99  0  1  0  0
1  0      0 1297028  91260 489236    0    0     0     8 1052  333 98  1  2  0  0
1  0      0 1297028  91264 489236    0    0     0    10 1050  330 98  0  1  0  0
1  0      0 1297028  91264 489240    0    0     0    18 1055  329 99  0  1  0  0
1  0      0 1297028  91264 489240    0    0     0     3 1056  337 97  2  1  0  0
1  0      0 1297028  91268 489240    0    0     0    17 1048  332 99  0  1  0  0
1  0      0 1297028  91268 489240    0    0     0     0 1055  335 98  1  1  0  0
1  0      0 1297028  91276 489240    0    0     0     5 1050  326 99  1  1  0  0
1  0      0 1297028  91276 489240    0    0     0     3 1053  333 99  0  1  0  0
1  0      0 1297028  91280 489240    0    0     0     6 1050  330 99  0  1  0  0
1  0      0 1297028  91280 489240    0    0     0     1 1033  326 97  2  1  0  0
2  0      0 1297028  91288 489240    0    0     0    18 1047  328 94  0  6  0  0
1  0      0 1297028  91288 489240    0    0     0     0 1049  326 93  0  7  0  0
1  0      0 1297028  91296 489240    0    0     0     5 1046  328 98  0  1  0  0
2  0      0 1297028  91296 489240    0    0     0     0 1052  327 99  1  1  0  0
1  0      0 1297028  91304 489240    0    0     0     5 1047  328 99  0  1  0  0
1  0      0 1297028  91304 489240    0    0     0     3 1053  344 97  2  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1297028  91312 489240    0    0     0    18 1050  330 98  1  1  0  0
1  0      0 1297028  91312 489240    0    0     0    21 1045  331 99  0  1  0  0
1  0      0 1297028  91312 489240    0    0     0     5 1047  331 97  0  3  0  0
1  0      0 1297028  91312 489240    0    0     0     0 1051  330 99  0  1  0  0
1  0      0 1297028  91312 489240    0    0     0     3 1041  327 99  1  1  0  0
2  0      0 1297028  91320 489240    0    0     0    47 1052  352 96  3  1  0  0
1  0      0 1297028  91328 489240    0    0     0    24 1052  332 99  0  1  0  0
1  0      0 1297028  91328 489240    0    0     0     0 1043  325 99  0  1  0  0
1  0      0 1297028  91332 489240    0    0     0     4 1049  343 99  1  1  0  0
1  0      0 1297028  91336 489240    0    0     0    48 1053  332 99  0  1  0  0
1  0      0 1297028  91336 489240    0    0     0     0 1047  323 98  0  1  0  0
2  0      0 1296904  91348 489236    0    0     0    44 1058  356 96  2  1  0  0
1  0      0 1296904  91348 489244    0    0     0     0 1047  329 99  0  1  0  0
1  0      0 1296904  91352 489244    0    0     0     8 1048  333 98  1  1  0  0
1  0      0 1296904  91356 489244    0    0     0     8 1047  328 99  0  1  0  0
1  0      0 1296904  91356 489244    0    0     0     1 1047  329 99  0  1  0  0
1  0      0 1296904  91368 489244    0    0     0    32 1053  330 98  1  1  0  0
1  0      0 1296904  91368 489244    0    0     0    38 1054  334 97  2  1  0  0
2  0      0 1296904  91372 489244    0    0     0    17 1039  326 99  0  1  0  0
1  0      0 1296904  91376 489244    0    0     0     5 1047  327 98  1  1  0  0
1  0      0 1296904  91376 489244    0    0     0     3 1044  325 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1296904  91380 489244    0    0     0     8 1048  331 99  0  1  0  0
1  0      0 1296904  91380 489244    0    0     0     1 1035  322 99  0  1  0  0
1  0      0 1296904  91388 489244    0    0     0     5 1053  353 96  2  2  0  0
1  0      0 1296904  91396 489244    0    0     0    18 1050  327 99  0  1  0  0
1  0      0 1296904  91396 489244    0    0     0     0 1054  334 99  1  0  0  0
1  0      0 1296904  91404 489244    0    0     0     3 1047  331 98  0  2  0  0
1  0      0 1296904  91408 489244    0    0     0     8 1051  323 98  1  1  0  0
1  0      0 1296904  91412 489244    0    0     0     7 1049  329 99  0  1  0  0
3  0      0 1296904  91412 489244    0    0     0     1 1053  338 97  1  1  0  0
1  0      0 1296904  91416 489244    0    0     0    14 1047  326 96  1  3  0  0
1  0      0 1296904  91420 489248    0    0     0    33 1052  331 99  1  1  0  0
1  0      0 1296904  91420 489248    0    0     0     0 1032  316 99  0  1  0  0
1  0      0 1296904  91428 489248    0    0     0     5 1051  328 99  0  1  0  0
1  0      0 1296904  91428 489248    0    0     0     3 1050  324 99  0  1  0  0
1  0      0 1296904  91428 489248    0    0     0     8 1052  330 99  0  1  0  0
1  0      0 1296904  91428 489248    0    0     0     1 1048  334 96  2  2  0  0
1  0      0 1296904  91436 489248    0    0     0    17 1051  333 99  0  1  0  0
2  0      0 1296904  91436 489248    0    0     0     0 1048  324 97  1  2  0  0
1  0      0 1296904  91440 489248    0    0     0    19 1051  331 98  0  2  0  0
1  0      0 1296904  91440 489248    0    0     0     0 1047  325 98  0  2  0  0
1  0      0 1296904  91444 489248    0    0     0     8 1041  325 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1296904  91452 489248    0    0     0    21 1047  331 97  2  2  0  0
1  0      0 1296904  91452 489248    0    0     0     1 1043  326 97  0  3  0  0
1  0      0 1296904  91456 489248    0    0     0     3 1050  330 97  0  3  0  0
1  0      0 1296904  91456 489248    0    0     0     5 1048  329 98  1  2  0  0
2  0      0 1296904  91456 489248    0    0     0     0 1044  321 96  1  3  0  0
1  0      0 1296904  91464 489248    0    0     0    21 1051  330 98  0  2  0  0
1  0      0 1296904  91464 489248    0    0     0     3 1047  331 97  2  1  0  0
1  0      0 1296904  91468 489248    0    0     0    20 1045  328 99  0  1  0  0
1  0      0 1296904  91468 489248    0    0     0     1 1046  326 99  0  1  0  0
2  0      0 1296904  91468 489248    0    0     0     5 1049  327 98  0  2  0  0
1  0      0 1296904  91468 489248    0    0     0     0 1045  321 98  0  1  0  0
1  0      0 1296904  91472 489248    0    0     0     5 1049  331 98  0  1  0  0
2  0      0 1296904  91480 489248    0    0     0    17 1047  327 97  2  1  0  0
1  0      0 1296904  91484 489248    0    0     0    24 1050  326 99  0  1  0  0
2  0      0 1296904  91488 489248    0    0     0     7 1044  324 99  1  1  0  0
1  0      0 1296904  91488 489248    0    0     0     1 1046  324 99  0  1  0  0
1  0      0 1296904  91496 489248    0    0     0     3 1049  327 98  0  2  0  0
1  0      0 1296904  91504 489248    0    0     0     5 1055  336 99  0  1  0  0
1  0      0 1296780  91504 489248    0    0     0     0 1048  333 97  2  1  0  0
1  0      0 1296780  91508 489248    0    0     0    17 1049  333 99  0  1  0  0
1  0      0 1296408  91508 489248    0    0     0     3 1050  334 97  1  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1294480  91552 489320    0    0    15   132 1106  414 94  5  1  0  0
1  0      0 1294480  91560 489320    0    0     0    24 1047  326 98  0  2  0  0
2  0      0 1294480  91564 489316    0    0     0     6 1043  324 98  1  1  0  0
2  0      0 1293860  91564 489320    0    0     0     0 1037  328 96  2  3  0  0
1  0      0 1293860  91564 489320    0    0     0    18 1047  331 98  1  1  0  0
1  0      0 1293860  91568 489320    0    0     0     5 1041  338 95  0  4  0  0
2  0      0 1293860  91572 489320    0    0     0     9 1045  329 98  1  1  0  0
1  0      0 1293860  91576 489320    0    0     0    48 1052  326 99  0  1  0  0
1  0      0 1293860  91580 489316    0    0     0    30 1056  353 98  1  1  0  0
1  0      0 1293736  91580 489320    0    0     0     0 1040  332 98  2  1  0  0
1  0      0 1293736  91580 489320    0    0     0    18 1042  333 98  0  2  0  0
1  0      0 1293736  91588 489320    0    0     0     4 1047  336 97  1  2  0  0
2  0      0 1294108  91592 489320    0    0     0     6 1055  339 98  0  2  0  0
1  0      0 1294108  91604 489320    0    0     0    42 1056  338 97  1  2  0  0
1  0      0 1294108  91608 489324    0    0     0    44 1057  339 98  1  2  0  0
1  0      0 1294108  91612 489324    0    0     0    10 1059  350 95  2  3  0  0
1  0      0 1294108  91616 489324    0    0     0    20 1059  341 97  1  2  0  0
1  0      0 1294108  91636 489324    0    0     0    18 1042  345 97  0  2  0  0
1  0      0 1294108  91636 489324    0    0     0    10 1047  328 98  0  2  0  0
1  0      0 1294108  91636 489324    0    0     0     3 1048  325 98  1  1  0  0
1  0      0 1294108  91640 489324    0    0     0     6 1054  341 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1294108  91640 489324    0    0     0    18 1051  341 96  2  2  0  0
1  0      0 1294108  91640 489324    0    0     0    20 1050  334 99  0  1  0  0
2  1      0 1292088  91844 490088    0    0   198     9 1068  371 97  3  1  0  0
1  0      0 1291364  91900 490688    0    0   126    44 1044  338 98  1  1  0  0
1  0      0 1291364  91900 490688    0    0     0     0 1037  321 99  1  1  0  0
1  0      0 1291364  91904 490696    0    0     2    20 1055  357 96  3  1  0  0
1  0      0 1292356  91908 490724    0    0     6    48 1049  341 97  2  1  0  0
1  0      0 1292356  91912 490724    0    0     0    77 1051  323 98  0  1  0  0
2  0      0 1292356  91920 490724    0    0     0    12 1054  336 98  0  2  0  0
1  0      0 1292356  91924 490724    0    0     0    11 1053  328 99  0  1  0  0
1  0      0 1292356  91932 490716    0    0     0     3 1045  327 98  1  1  0  0
1  0      0 1292356  91940 490724    0    0     0     8 1038  333 98  0  1  0  0
1  0      0 1292356  91940 490724    0    0     0     3 1046  331 97  2  1  0  0
1  0      0 1292356  91940 490724    0    0     0    18 1043  326 99  1  1  0  0
1  0      0 1292356  91940 490724    0    0     0    21 1047  327 99  0  1  0  0
1  0      0 1292356  91940 490724    0    0     0     5 1044  320 99  1  1  0  0
1  0      0 1292356  91948 490716    0    0     0     3 1048  325 99  0  1  0  0
1  0      0 1292356  91952 490724    0    0     0     6 1045  325 98  0  1  0  0
3  0      0 1292356  91952 490724    0    0     0     0 1039  329 93  1  7  0  0
1  0      0 1292356  91952 490724    0    0     0    17 1042  333 91  2  7  0  0
1  0      0 1292356  91960 490724    0    0     0     8 1044  323 93  0  7  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1292356  91968 490716    0    0     0    18 1044  323 97  1  3  0  0
2  0      0 1292356  91968 490724    0    0     0     1 1043  320 99  0  1  0  0
1  0      0 1292356  91976 490724    0    0     0     5 1048  328 99  0  1  0  0
2  0      0 1292356  91976 490724    0    0     0     0 1046  325 98  1  1  0  0
1  0      0 1292356  91980 490724    0    0     0     5 1044  326 98  2  1  0  0
1  0      0 1292356  91984 490724    0    0     0    18 1036  323 99  0  1  0  0
1  0      0 1292356  91988 490720    0    0     0     8 1043  325 99  0  1  0  0
1  0      0 1292356  91988 490724    0    0     0    14 1046  323 98  0  1  0  0
1  0      0 1292356  91996 490724    0    0     0     5 1046  328 99  0  1  0  0
2  0      0 1292356  92004 490724    0    0     0     5 1047  327 99  0  1  0  0
1  0      0 1292356  92004 490724    0    0     0     0 1033  320 96  2  2  0  0
1  0      0 1292356  92004 490724    0    0     0    17 1033  322 97  0  3  0  0
1  0      0 1292356  92004 490724    0    0     0     0 1044  322 99  0  1  0  0
1  0      0 1292356  92008 490724    0    0     0     8 1048  327 98  1  1  0  0
2  0      0 1292356  92012 490724    0    0     0     6 1046  332 99  0  1  0  0
3  0      0 1292356  92016 490724    0    0     0    18 1042  327 99  0  1  0  0
1  0      0 1292356  92016 490724    0    0     0     1 1043  331 97  2  1  0  0
1  0      0 1292356  92020 490724    0    0     0    17 1043  327 99  0  1  0  0
1  0      0 1292356  92020 490728    0    0     0     0 1043  323 99  0  1  0  0
1  0      0 1292356  92024 490728    0    0     0     7 1031  317 99  0  1  0  0
1  0      0 1292356  92032 490732    0    0     0    51 1042  337 98  1  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1292356  92032 490732    0    0     0     8 1045  324 98  1  1  0  0
1  0      0 1292356  92032 490732    0    0     0    45 1046  330 98  2  1  0  0
1  0      0 1292356  92032 490732    0    0     0    18 1046  325 99  0  1  0  0
1  0      0 1292356  92040 490732    0    0     0     3 1043  333 99  0  1  0  0
1  0      0 1292356  92052 490732    0    0     0    19 1057  338 99  0  1  0  0
1  0      0 1294588  92068 490716    0    0     2    63 1071  359 98  2  1  0  0
1  0      0 1294588  92068 490740    0    0     0     3 1044  339 99  0  1  0  0
1  0      0 1294596  92072 490740    0    0     0     6 1041  331 97  2  1  0  0
1  0      0 1294596  92076 490740    0    0     0    48 1054  336 99  0  1  0  0
1  0      0 1294596  92076 490740    0    0     0     1 1042  321 99  0  1  0  0
1  0      0 1294596  92084 490736    0    0     0    32 1037  320 99  1  1  0  0
2  0      0 1294596  92084 490740    0    0     0     0 1041  321 98  0  2  0  0
1  0      0 1294596  92088 490740    0    0     0     6 1041  323 98  0  2  0  0
1  0      0 1294596  92092 490740    0    0     0     6 1041  328 97  2  1  0  0
1  0      0 1294596  92096 490740    0    0     0    20 1048  322 99  0  1  0  0
1  0      0 1294596  92096 490740    0    0     0    36 1045  321 99  0  1  0  0
1  0      0 1294596  92100 490740    0    0     0     5 1044  326 99  1  1  0  0
1  0      0 1294596  92104 490740    0    0     0     3 1046  330 99  0  1  0  0
1  0      0 1294596  92108 490740    0    0     0     5 1041  332 99  0  1  0  0
1  0      0 1294596  92108 490740    0    0     0     0 1039  326 97  2  1  0  0
1  0      0 1294596  92116 490740    0    0     0    20 1047  328 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1294596  92124 490740    0    0     0     6 1043  321 99  0  1  0  0
1  0      0 1294596  92128 490740    0    0     0    17 1033  318 99  1  1  0  0
1  0      0 1294596  92128 490740    0    0     0     1 1042  324 99  1  1  0  0
1  0      0 1294596  92132 490740    0    0     0     6 1041  324 99  0  1  0  0
1  0      0 1294596  92132 490740    0    0     0     0 1042  328 97  2  1  0  0
2  0      0 1294596  92132 490740    0    0     0    17 1047  327 99  0  1  0  0
1  0      0 1294596  92132 490740    0    0     0     3 1044  321 99  0  0  0  0
2  0      0 1294596  92136 490740    0    0     0     6 1045  323 99  0  1  0  0
1  0      0 1294596  92136 490740    0    0     0    15 1048  322 99  1  1  0  0
3  0      0 1294596  92136 490740    0    0     0     5 1042  325 99  1  1  0  0
1  0      0 1294596  92140 490740    0    0     0     3 1045  331 98  2  1  0  0
1  0      0 1294596  92144 490740    0    0     0    17 1042  327 99  0  1  0  0
2  0      0 1294596  92144 490740    0    0     0     0 1036  322 100  0  0  0  0
1  0      0 1294596  92152 490740    0    0     0     8 1047  326 99  0  1  0  0
1  0      0 1294596  92156 490740    0    0     0     6 1045  318 99  0  1  0  0
1  0      0 1294596  92160 490740    0    0     0    18 1046  324 99  0  1  0  0
1  0      0 1294596  92160 490740    0    0     0     1 1037  325 98  2  1  0  0
1  0      0 1294596  92164 490740    0    0     0    17 1046  325 99  0  1  0  0
1  0      0 1294596  92164 490740    0    0     0     0 1045  323 99  0  1  0  0
1  0      0 1294596  92168 490740    0    0     0     5 1046  326 99  0  1  0  0
1  0      0 1294596  92168 490740    0    0     0     3 1043  323 99  0  0  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1294596  92172 490740    0    0     0     8 1045  321 99  0  1  0  0
1  0      0 1294596  92172 490744    0    0     0    15 1034  325 98  2  0  0  0
2  0      0 1294472  92176 490744    0    0     0    19 1044  327 99  0  0  0  0
1  0      0 1294472  92184 490744    0    0     0     3 1046  331 99  0  1  0  0
1  0      0 1294472  92188 490744    0    0     0     5 1044  325 99  0  0  0  0
2  0      0 1294472  92188 490744    0    0     0     0 1037  319 99  0  0  0  0
1  0      0 1294472  92196 490744    0    0     0    10 1041  325 99  0  0  0  0
4  0      0 1294472  92204 490744    0    0     0     6 1045  328 98  1  1  0  0
1  0      0 1294472  92212 490744    0    0     0    20 1038  329 98  1  1  0  0
1  0      0 1294472  92212 490744    0    0     0     1 1040  319 99  0  0  0  0
1  0      0 1294472  92216 490744    0    0     0     5 1045  327 99  0  1  0  0
1  0      0 1294472  92216 490744    0    0     0     0 1053  342 97  1  2  0  0
1  0      0 1294472  92220 490744    0    0     0     5 1044  322 99  0  1  0  0
1  0      0 1294472  92220 490744    0    0     0     3 1018  318 99  0  1  0  0
1  0      0 1294472  92220 490744    0    0     0     8 1042  332 98  2  1  0  0
1  0      0 1294472  92224 490744    0    0     0    30 1045  323 99  0  1  0  0
1  0      0 1294472  92224 490744    0    0     0     6 1033  321 99  0  1  0  0
1  0      0 1294472  92224 490744    0    0     0     0 1044  330 99  1  1  0  0
1  0      0 1294472  92224 490744    0    0     0     7 1045  322 99  0  1  0  0
1  0      0 1294472  92224 490744    0    0     0     0 1035  321 98  1  1  0  0
1  0      0 1294348  92232 490744    0    0     0     9 1046  336 98  2  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1294348  92240 490744    0    0     0    18 1040  332 99  0  1  0  0
2  0      0 1294348  92244 490744    0    0     0     5 1046  328 99  0  1  0  0
1  0      0 1294348  92244 490744    0    0     0    18 1050  329 98  0  2  0  0
1  0      0 1294348  92252 490744    0    0     0    33 1050  340 99  1  1  0  0
1  0      0 1294348  92252 490744    0    0     0     0 1041  320 99  0  1  0  0
1  0      0 1294224  92260 490744    0    0     0     5 1043  335 97  2  1  0  0
0  0      0 1294224  92264 490744    0    0     0    18 1043  324 99  0  1  0  0
1  0      0 1294224  92268 490744    0    0     0     8 1044  323 99  0  1  0  0
1  0      0 1294224  92272 490744    0    0     0    29 1046  328 99  1  1  0  0
3  0      0 1294224  92276 490744    0    0     0    44 1046  321 99  0  1  0  0
2  0      0 1294224  92280 490744    0    0     0     3 1036  320 98  0  1  0  0
1  0      0 1294224  92288 490744    0    0     0    17 1041  331 98  1  1  0  0
1  0      0 1294224  92288 490744    0    0     0     0 1042  316 99  0  1  0  0
1  0      0 1294224  92296 490744    0    0     0     8 1044  324 99  0  1  0  0
1  0      0 1294224  92300 490744    0    0     0     6 1049  330 99  0  1  0  0
2  0      0 1291068  92308 490844    0    0    30    35 1050  350 98  1  0  0  0
3  1      0 1284484  92344 492412    0    0   176    76 1050  357 98  2  0  0  0
2  1      0 1279768  92364 496060    0    0   726   118 1098  369 97  2  0  0  0
3  1      0 1274728  92384 501020    0    0   898     7 1106  355 99  1  0  0  0
2  1      0 1272208  92396 503560    0    0   402     4 1064  350 99  0  0  0  0
2  1      0 1267340  92416 508192    0    0   928     3 1072  368 99  1  0  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
2  1      0 1266736  92424 508696    0    0    99     9 1069  361 99  1  0  0  0
2  1      0 1265656  92432 509784    0    0   214     4 1069  364 99  0  0  1  0
2  1      0 1260892  92432 513764    0    0   796   329 1075  364 97  2  0  0  0
2  1      0 1258312  92432 516364    0    0   519   314 1073  357 99  1  0  0  0
4  1      0 1257592  92440 517080    0    0   143     6 1068  356 99  0  0  0  0
2  1      0 1255072  92444 519568    0    0   502     6 1068  356 99  1  0  0  0
3  1      0 1250980  92448 523332    0    0   743     9 1068  358 99  1  0  0  0
2  1      0 1250560  92452 523732    0    0    90     6 1064  355 99  0  0  0  0
2  1      0 1249720  92452 524556    0    0   162   259 1067  358 98  2  0  0  0
2  1      0 1248040  92456 526224    0    0   336   215 1071  358 99  0  0  1  0
2  1      0 1246000  92460 528324    0    0   418    20 1068  355 99  1  0  1  0
2  0      0 1245024  92464 528764    0    0    96     4 1066  359 99  1  0  0  0
2  1      0 1244616  92468 529548    0    0   148     7 1069  357 99  1  0  0  0
3  1      0 1242156  92472 531996    0    0   491     7 1066  353 99  1  0  0  0
4  1      0 1240336  92488 533216    0    0   249    58 1077  384 96  3  0  1  0
2  0      0 1237740  92508 533452    0    0    39   293 1061  354 99  1  0  0  0
2  0      0 1236004  92524 533452    0    0     0    19 1048  348 100  0  0  0  0
1  0      0 1250884  92536 533484    0    0     8    68 1040  337 99  1  0  0  0
4  0      0 1249140  92568 533472    0    0     0    64 1078  396 96  3  1  0  0
1  0      0 1248768  92572 533492    0    0     0    39 1056  346 97  2  0  0  0
1  0      0 1248024  92576 533492    0    0     0    34 1045  331 98  2  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1248024  92576 533496    0    0     0     0 1033  320 99  0  1  0  0
1  0      0 1248024  92580 533496    0    0     0     6 1043  321 99  1  1  0  0
1  0      0 1248520  92584 533496    0    0     0    40 1051  333 99  0  1  0  0
1  0      0 1248520  92588 533492    0    0     0     9 1046  323 99  0  1  0  0
1  0      0 1248520  92588 533496    0    0     0    63 1050  324 99  0  1  0  0
2  0      0 1248396  92588 533496    0    0     0     8 1048  335 97  2  1  0  0
1  0      0 1248396  92588 533496    0    0     0    18 1043  331 99  0  1  0  0
2  0      0 1248396  92588 533496    0    0     0     5 1042  318 99  0  1  0  0
1  0      0 1248400  92592 533616    0    0    25     6 1067  392 99  1  0  0  0
1  0      0 1248400  92600 533616    0    0     0    16 1042  326 99  0  1  0  0
1  0      0 1248400  92608 533608    0    0     0     3 1042  322 99  0  0  0  0
2  0      0 1248400  92612 533616    0    0     0    24 1043  333 98  2  1  0  0
2  0      0 1248400  92612 533616    0    0     0     3 1043  322 99  0  0  0  0
1  0      0 1248400  92616 533616    0    0     0     8 1041  319 99  0  1  0  0
1  0      0 1248400  92620 533624    0    0     0    47 1021  328 96  1  3  0  0
1  0      0 1248400  92620 533624    0    0     0    10 1005  307 98  0  1  0  0
1  0      0 1248400  92620 533624    0    0     0     1 1040  324 99  0  1  0  0
2  0      0 1248400  92620 533624    0    0     0     6  964  303 98  1  1  0  0
1  0      0 1248400  92628 533616    0    0     0    62 1041  321 98  1  1  0  0
1  0      0 1248400  92628 533624    0    0     0     0 1040  334 98  1  1  0  0
1  0      0 1248400  92636 533624    0    0     0    10 1040  336 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
2  0      0 1248400  92640 533624    0    0     0    31 1045  325 98  1  1  0  0
1  0      0 1248400  92640 533624    0    0     0     0 1031  333 98  0  1  0  0
1  0      0 1248400  92648 533624    0    0     0     3 1030  322 99  1  1  0  0
1  0      0 1248276  92652 533624    0    0     0    17 1041  330 97  2  1  0  0
1  0      0 1248276  92652 533624    0    0     0     0 1041  323 99  0  1  0  0
1  0      0 1248276  92664 533624    0    0     0    66 1017  334 98  1  1  0  0
1  0      0 1248276  92668 533624    0    0     0    61 1046  320 98  0  1  0  0
1  0      0 1248276  92668 533628    0    0     0     0 1039  319 99  0  1  0  0
1  1      0 1247736  92708 534164    0    0   110    14 1053  344 99  1  0  0  0
1  0      0 1246656  92712 535236    0    0   216    30 1038  348 97  2  1  0  0
1  0      0 1246656  92712 535240    0    0     0     1 1032  314 99  0  1  0  0
1  0      0 1246656  92720 535240    0    0     0     5 1044  329 99  0  0  0  0
1  0      0 1246656  92720 535240    0    0     0     0 1029  316 99  1  1  0  0
1  0      0 1246656  92728 535240    0    0     0    43 1041  334 99  0  1  0  0
1  0      0 1246656  92736 535240    0    0     0     6 1042  326 98  1  1  0  0
1  0      0 1246656  92736 535240    0    0     0    16 1035  327 98  2  1  0  0
1  0      0 1248764  92748 535236    0    0     0    33 1044  337 98  0  1  0  0
1  0      0 1248772  92748 535236    0    0     0     5 1036  319 99  0  1  0  0
1  0      0 1248772  92752 535236    0    0     0     6 1039  322 99  0  1  0  0
1  0      0 1248772  92752 535236    0    0     0     0 1042  322 99  0  1  0  0
1  0      0 1248772  92760 535236    0    0     0     6 1039  324 99  1  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1248772  92764 535236    0    0     0    32 1034  321 98  2  1  0  0
1  0      0 1248772  92764 535236    0    0     0    17 1040  315 99  0  1  0  0
1  0      0 1248772  92764 535236    0    0     0     0 1037  317 99  0  1  0  0
1  0      0 1248772  92768 535236    0    0     0     3 1040  318 99  1  1  0  0
1  0      0 1248772  92772 535236    0    0     0     5 1041  319 99  0  1  0  0
1  0      0 1248772  92772 535236    0    0     0     0 1037  318 99  0  1  0  0
1  0      0 1248772  92780 535236    0    0     0     8 1031  329 97  2  1  0  0
1  0      0 1248772  92784 535236    0    0     0    20 1043  321 99  0  1  0  0
1  0      0 1248772  92784 535236    0    0     0     5 1038  323 99  0  1  0  0
1  0      0 1248772  92788 535236    0    0     0     6 1041  338 96  0  4  0  0
1  0      0 1248772  92788 535236    0    0     0     1 1040  334 99  0  1  0  0
1  0      0 1248772  92792 535236    0    0     0     3 1043  323 99  0  1  0  0
1  0      0 1248772  92792 535236    0    0     0     5 1040  332 98  2  0  0  0
1  0      0 1248772  92796 535236    0    0     0    22 1038  317 99  0  1  0  0
1  0      0 1248772  92796 535236    0    0     0    15 1044  320 99  0  0  0  0
1  0      0 1246780  92816 535224    0    0     0    81 1093  407 94  5  0  0  0
1  0      0 1246780  92816 535240    0    0     0    28 1059  375 98  1  1  0  0
1  0      0 1246780  92820 535240    0    0     0    14 1043  322 99  0  1  0  0
1  0      0 1246532  92824 535240    0    0     0     5 1038  327 98  2  0  0  0
1  0      0 1246532  92828 535240    0    0     0    17 1040  319 99  0  1  0  0
2  0      0 1246532  92828 535240    0    0     0     3 1045  322 98  0  2  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1246532  92836 535240    0    0     0    67 1046  319 99  0  1  0  0
1  0      0 1246532  92840 535240    0    0     0     5 1039  333 99  0  1  0  0
1  0      0 1246532  92840 535240    0    0     0     0 1039  318 99  0  1  0  0
1  0      0 1246532  92840 535240    0    0     0     5 1036  328 97  2  1  0  0
1  0      0 1246532  92840 535240    0    0     0    15 1039  318 99  0  1  0  0
1  0      0 1246532  92844 535240    0    0     0     5 1046  327 98  0  2  0  0
1  0      0 1246532  92844 535240    0    0     0     3 1013  316 98  1  1  0  0
2  0      0 1247400  92856 535244    0    0     1    32 1052  343 99  1  1  0  0
1  0      0 1249632  92864 535244    0    0     1    55 1061  341 99  1  0  0  0
1  0      0 1249632  92868 535244    0    0     0     6 1040  325 98  1  1  0  0
1  0      0 1249632  92876 535244    0    0     0    17 1040  321 98  0  1  0  0
2  0      0 1249632  92876 535248    0    0     0     0 1039  317 99  0  1  0  0
1  0      0 1249632  92880 535248    0    0     0     7 1042  321 99  0  1  0  0
1  0      0 1249632  92888 535248    0    0     0    10 1040  330 99  0  1  0  0
1  0      0 1249632  92888 535248    0    0     0     0 1037  323 99  1  1  0  0
2  0      0 1249632  92896 535248    0    0     0    24 1041  323 98  2  0  0  0
1  0      0 1249632  92900 535244    0    0     0    17 1042  335 99  0  1  0  0
1  0      0 1249632  92900 535248    0    0     0     1 1040  323 99  0  0  0  0
1  0      0 1249632  92900 535248    0    0     0    31 1045  328 98  1  1  0  0
2  0      0 1249632  92904 535248    0    0     0     5 1038  336 100  0  0  0  0
1  0      0 1249632  92904 535248    0    0     0     3 1029  318 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249632  92908 535248    0    0     0     8 1042  336 98  2  0  0  0
1  0      0 1249632  92912 535244    0    0     0    17 1040  322 99  1  1  0  0
1  0      0 1249632  92912 535248    0    0     0    65 1041  323 98  1  2  0  0
1  0      0 1249632  92916 535248    0    0     0     5 1040  318 99  0  1  0  0
1  0      0 1249632  92920 535248    0    0     0     5 1038  323 99  1  0  0  0
1  0      0 1249632  92920 535248    0    0     0     0 1039  318 99  0  1  0  0
3  0      0 1249632  92924 535248    0    0     0     8 1037  319 99  1  1  0  0
1  0      0 1249632  92928 535248    0    0     0    18 1043  326 98  1  1  0  0
1  0      0 1249632  92932 535248    0    0     0     5 1038  321 99  0  1  0  0
1  0      0 1249632  92932 535248    0    0     0    15 1043  322 99  1  1  0  0
1  0      0 1249632  92936 535248    0    0     0     5 1041  335 99  0  1  0  0
1  0      0 1249632  92940 535248    0    0     0     3 1038  320 99  0  0  0  0
1  0      0 1249632  92944 535248    0    0     0     5 1039  329 99  0  1  0  0
1  0      0 1249632  92944 535248    0    0     0     3 1039  319 97  2  1  0  0
1  0      0 1249632  92952 535248    0    0     0    18 1038  320 99  0  1  0  0
1  0      0 1249632  92956 535248    0    0     0     5 1032  321 98  0  1  0  0
1  0      0 1249632  92964 535248    0    0     0    18 1043  322 99  0  1  0  0
1  0      0 1249632  92964 535248    0    0     0     1 1040  320 99  0  1  0  0
1  0      0 1249632  92972 535248    0    0     0     5 1045  326 99  0  1  0  0
1  0      0 1249632  92972 535248    0    0     0     0 1036  320 98  2  0  0  0
1  0      0 1249632  92980 535248    0    0     0    20 1047  325 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249632  92984 535248    0    0     0     6 1039  320 99  0  1  0  0
1  0      0 1249632  92984 535248    0    0     0     5 1040  317 99  0  1  0  0
1  0      0 1249632  92984 535248    0    0     0    14 1040  324 99  0  1  0  0
2  0      0 1249632  92984 535248    0    0     0     5 1041  325 99  0  0  0  0
1  0      0 1249632  92984 535248    0    0     0    15 1041  328 98  2  1  0  0
1  0      0 1249632  92992 535248    0    0     0     6 1036  316 99  0  1  0  0
1  0      0 1249632  92992 535248    0    0     0     3 1038  318 99  0  1  0  0
1  0      0 1249632  92996 535248    0    0     0     6 1040  318 99  0  1  0  0
1  0      0 1249632  92996 535248    0    0     0     0 1039  317 99  0  1  0  0
1  0      0 1249632  93000 535248    0    0     0    21 1041  322 99  0  1  0  0
0  0      0 1249632  93000 535248    0    0     0     1 1030  330 98  2  1  0  0
2  0      0 1249632  93004 535248    0    0     0    17 1038  315 98  0  1  0  0
1  0      0 1249632  93004 535248    0    0     0     0 1038  318 98  0  1  0  0
1  0      0 1249632  93004 535248    0    0     0     8 1039  321 99  0  1  0  0
1  0      0 1249632  93004 535248    0    0     0     6 1037  320 99  1  1  0  0
1  0      0 1249632  93008 535252    0    0     0     7 1040  322 98  0  2  0  0
1  0      0 1249632  93008 535252    0    0     0     0 1038  329 97  1  1  0  0
1  0      0 1249632  93008 535252    0    0     0    33 1040  320 98  0  2  0  0
1  0      0 1249632  93008 535252    0    0     0     5 1036  315 97  0  3  0  0
1  0      0 1249632  93016 535252    0    0     0     5 1039  321 97  0  3  0  0
1  0      0 1249632  93016 535252    0    0     0     3 1036  318 97  0  3  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249632  93020 535252    0    0     0     8 1042  320 97  0  2  0  0
1  0      0 1249632  93020 535252    0    0     0     0 1036  320 97  2  2  0  0
1  0      0 1249632  93024 535252    0    0     0    17 1037  321 99  0  1  0  0
1  0      0 1249632  93024 535252    0    0     0    16 1025  313 99  0  0  0  0
1  0      0 1249632  93028 535252    0    0     0     5 1039  327 99  0  1  0  0
0  0      0 1249632  93028 535252    0    0     0     0 1020  313 99  1  1  0  0
1  0      0 1249632  93032 535252    0    0     0     8 1038  319 98  0  1  0  0
1  0      0 1249508  93036 535248    0    0     0    18 1036  324 95  2  3  0  0
1  0      0 1249508  93044 535260    0    0     0    50 1041  335 98  1  1  0  0
2  0      0 1249508  93048 535260    0    0     0     5 1041  316 99  0  1  0  0
1  0      0 1249508  93056 535252    0    0     0    48 1039  321 97  0  3  0  0
1  0      0 1249508  93056 535260    0    0     0     0 1036  321 99  0  1  0  0
1  0      0 1249508  93056 535260    0    0     0     5 1036  319 99  0  1  0  0
1  0      0 1249508  93056 535260    0    0     0     3 1039  324 97  1  1  0  0
1  0      0 1249508  93056 535260    0    0     0    18 1039  338 99  1  1  0  0
1  0      0 1249508  93060 535260    0    0     0     5 1034  321 99  0  1  0  0
2  0      0 1249508  93068 535260    0    0     0    31 1041  326 98  1  1  0  0
1  0      0 1249508  93068 535260    0    0     0    37 1042  333 98  1  1  0  0
1  0      0 1249508  93072 535260    0    0     0     3 1040  322 99  0  1  0  0
1  0      0 1249508  93080 535260    0    0     0     5 1013  321 97  2  1  0  0
2  0      0 1249508  93088 535260    0    0     0    43 1042  325 98  1  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249508  93092 535256    0    0     0     6 1041  318 99  0  1  0  0
1  0      0 1249508  93092 535260    0    0     0     0 1034  316 99  0  1  0  0
1  0      0 1249508  93096 535260    0    0     0     5 1035  322 99  0  0  0  0
2  0      0 1249508  93096 535260    0    0     0    35 1043  319 99  0  0  0  0
2  0      0 1249508  93096 535260    0    0     0     5 1040  325 97  2  1  0  0
1  0      0 1249508  93100 535256    0    0     0    17 1042  323 99  0  1  0  0
1  0      0 1249508  93100 535260    0    0     0     3 1039  324 99  0  1  0  0
1  0      0 1249508  93104 535260    0    0     0     5 1042  329 99  0  1  0  0
1  0      0 1249508  93112 535260    0    0     0     5 1038  337 99  0  1  0  0
1  0      0 1249508  93112 535260    0    0     0     0 1038  318 99  0  0  0  0
1  0      0 1249508  93120 535260    0    0     0     5 1025  322 98  1  1  0  0
1  0      0 1249508  93124 535256    0    0     0    20 1030  317 98  1  1  0  0
2  0      0 1249508  93124 535260    0    0     0     0 1022  313 97  0  3  0  0
2  0      0 1249508  93128 535260    0    0     0     3 1038  319 96  0  4  0  0
1  0      0 1249508  93132 535260    0    0     0    10 1037  319 97  0  3  0  0
1  0      0 1249508  93132 535260    0    0     0     0 1033  317 96  0  3  0  0
2  0      0 1249508  93136 535260    0    0     0     5 1032  320 98  1  1  0  0
2  0      0 1249508  93144 535252    0    0     0    17 1039  324 98  1  1  0  0
1  0      0 1249508  93144 535260    0    0     0    16 1039  319 99  1  1  0  0
1  0      0 1249508  93148 535264    0    0     0     6 1042  332 98  0  1  0  0
2  0      0 1249508  93152 535264    0    0     0     5 1037  323 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249508  93152 535264    0    0     0     3 1036  316 99  0  1  0  0
1  0      0 1249508  93156 535264    0    0     0     7 1039  321 99  0  1  0  0
1  0      0 1249508  93156 535264    0    0     0     0 1036  325 98  2  1  0  0
2  0      0 1249384  93164 535264    0    0     0    18 1037  316 99  1  0  0  0
1  0      0 1249384  93164 535264    0    0     0    18  998  310 99  0  1  0  0
2  0      0 1249384  93168 535264    0    0     0     5 1030  321 99  0  1  0  0
2  0      0 1249384  93168 535264    0    0     0     0 1035  313 99  0  0  0  0
1  0      0 1249384  93168 535264    0    0     0     8 1040  325 99  0  1  0  0
1  0      0 1249384  93168 535264    0    0     0    18 1037  326 98  2  1  0  0
1  0      0 1249384  93172 535264    0    0     0     5 1034  317 99  0  1  0  0
2  0      0 1249384  93172 535264    0    0     0     0 1036  322 99  0  0  0  0
1  0      0 1249384  93176 535264    0    0     0    19 1038  324 99  0  0  0  0
1  0      0 1249384  93180 535264    0    0     0     3 1040  321 99  0  1  0  0
1  0      0 1249384  93184 535264    0    0     0     5 1025  318 98  0  2  0  0
2  0      0 1249384  93184 535264    0    0     0     3 1016  317 98  2  1  0  0
1  0      0 1249384  93188 535264    0    0     0    22 1038  317 99  0  1  0  0
1  0      0 1249384  93188 535264    0    0     0     0 1037  315 99  0  1  0  0
2  0      0 1249384  93192 535264    0    0     0     5 1037  323 98  0  1  0  0
1  0      0 1249384  93192 535264    0    0     0     1 1039  318 99  0  1  0  0
2  0      0 1249384  93196 535264    0    0     0    21 1038  316 99  0  1  0  0
1  0      0 1249384  93196 535264    0    0     0     0 1036  323 98  2  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249384  93200 535264    0    0     0    20 1012  316 99  1  1  0  0
1  0      0 1249384  93204 535264    0    0     0     6 1031  319 99  0  0  0  0
1  0      0 1249384  93204 535264    0    0     0     5 1029  325 99  0  0  0  0
1  0      0 1249384  93204 535264    0    0     0     0 1038  318 99  0  1  0  0
1  0      0 1249384  93204 535264    0    0     0     5 1043  328 99  0  1  0  0
2  0      0 1249384  93204 535264    0    0     0     3 1039  325 98  1  1  0  0
2  0      0 1249384  93208 535264    0    0     0    18 1025  314 92  1  7  0  0
1  0      0 1249384  93208 535264    0    0     0     3 1022  312 99  0  1  0  0
1  0      0 1249384  93212 535264    0    0     0     9 1034  320 99  0  1  0  0
1  0      0 1249384  93212 535264    0    0     0     0 1040  317 99  1  1  0  0
1  0      0 1249384  93216 535264    0    0     0     5 1038  321 99  0  1  0  0
1  0      0 1249384  93216 535264    0    0     0     1 1037  335 97  2  1  0  0
1  0      0 1249384  93220 535264    0    0     0    17 1040  321 99  0  1  0  0
1  0      0 1249384  93224 535264    0    0     0    46 1043  325 98  1  1  0  0
1  0      0 1249384  93224 535264    0    0     0    10 1030  330 99  0  0  0  0
1  0      0 1249384  93224 535264    0    0     0     0 1037  317 99  0  1  0  0
1  0      0 1249384  93228 535264    0    0     0     5 1037  325 99  0  1  0  0
1  0      0 1249260  93236 535268    0    0     0    34 1041  329 97  2  1  0  0
1  0      0 1249260  93240 535268    0    0     0    13 1039  316 99  0  1  0  0
1  0      0 1249260  93240 535268    0    0     0     0 1033  313 99  0  0  0  0
1  0      0 1249260  93244 535268    0    0     0    45 1043  320 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249260  93248 535264    0    0     0     3 1036  316 99  0  1  0  0
1  0      0 1249260  93256 535272    0    0     0    10 1040  319 99  1  1  0  0
1  0      0 1249260  93256 535272    0    0     0     0 1041  325 98  1  0  0  0
1  0      0 1249260  93260 535272    0    0     0    17 1035  315 99  0  1  0  0
2  0      0 1249260  93260 535272    0    0     0     1 1039  318 99  0  0  0  0
1  0      0 1249260  93260 535272    0    0     0     5 1039  336 99  0  1  0  0
2  0      0 1249260  93260 535272    0    0     0     0 1035  316 99  0  1  0  0
1  0      0 1249260  93260 535272    0    0     0    25 1042  320 99  0  1  0  0
1  0      0 1249260  93260 535272    0    0     0     8 1038  322 98  2  1  0  0
1  0      0 1249260  93264 535268    0    0     0    17 1039  316 98  0  2  0  0
3  0      0 1249260  93264 535272    0    0     0     0 1037  314 99  0  1  0  0
1  0      0 1249260  93264 535272    0    0     0     5 1038  319 99  0  1  0  0
1  0      0 1249260  93264 535272    0    0     0    11 1057  333 99  1  1  0  0
2  0      0 1249260  93268 535272    0    0     0    21 1038  318 99  0  1  0  0
1  0      0 1249260  93268 535272    0    0     0     3 1039  329 98  2  1  0  0
1  1      0 1249260  93276 535268    0    0     0    50 1045  324 99  0  1  0  0
1  0      0 1249260  93280 535272    0    0     0     1 1042  323 98  1  1  0  0
1  0      0 1249260  93288 535272    0    0     0    22 1040  325 98  1  1  0  0
1  0      0 1249260  93300 535272    0    0     0    28 1046  331 99  0  1  0  0
1  0      0 1249260  93300 535272    0    0     0    21 1041  327 99  0  1  0  0
2  0      0 1249260  93300 535272    0    0     0     0 1036  322 96  2  2  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249260  93304 535272    0    0     0    22 1034  319 96  0  4  0  0
1  0      0 1249260  93308 535272    0    0     0    34 1038  321 97  1  2  0  0
2  0      0 1249260  93312 535268    0    0     0     5 1038  321 99  0  1  0  0
1  0      0 1249260  93312 535272    0    0     0     0 1037  319 99  0  1  0  0
1  0      0 1249260  93328 535272    0    0     0     8 1047  336 98  1  1  0  0
1  0      0 1249260  93336 535272    0    0     0    22 1032  324 98  1  1  0  0
1  0      0 1249260  93340 535268    0    0     0    17 1027  314 99  0  1  0  0
1  0      0 1249260  93340 535272    0    0     0     3 1037  322 99  0  1  0  0
1  0      0 1249260  93356 535272    0    0     0    42 1074  375 98  1  1  0  0
1  0      0 1249260  93364 535264    0    0     0    10 1038  317 99  0  1  0  0
2  0      0 1249260  93368 535268    0    0     0     5 1033  318 98  0  1  0  0
1  0      0 1249260  93368 535272    0    0     0     1 1038  320 99  0  0  0  0
1  0      0 1249260  93372 535272    0    0     0     6 1039  324 97  2  1  0  0
3  0      0 1249260  93372 535272    0    0     0    15 1024  313 99  0  1  0  0
1  0      0 1249260  93376 535268    0    0     0    10 1036  318 98  0  1  0  0
1  0      0 1249260  93376 535272    0    0     0    17 1036  318 98  0  1  0  0
1  0      0 1249260  93380 535272    0    0     0     5 1034  316 98  0  2  0  0
1  0      0 1249260  93384 535268    0    0     0     6 1067  365 98  1  1  0  0
2  0      0 1249136  93384 535272    0    0     0    19 1036  321 97  2  1  0  0
2  0      0 1249136  93392 535264    0    0     0     3 1036  317 99  0  1  0  0
1  0      0 1249136  93396 535268    0    0     0     5 1037  325 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1249136  93396 535272    0    0     0     3 1034  313 99  0  1  0  0
1  0      0 1249136  93400 535272    0    0     0    23 1038  314 98  0  1  0  0
1  0      0 1249012  93408 535272    0    0     0    48 1020  328 98  1  2  0  0
2  0      0 1249012  93412 535272    0    0     0    17 1034  321 97  2  1  0  0
1  0      0 1249012  93412 535276    0    0     0     2 1037  313 98  0  2  0  0
2  0      0 1249012  93416 535276    0    0     0     8 1035  321 99  0  1  0  0
1  0      0 1249012  93416 535276    0    0     0     0 1035  317 99  0  1  0  0
1  0      0 1249012  93420 535276    0    0     0     8 1043  326 99  0  0  0  0
1  0      0 1249012  93428 535268    0    0     0    51 1045  319 99  0  1  0  0
2  0      0 1249012  93428 535276    0    0     0     0 1035  339 97  2  1  0  0
1  0      0 1249012  93444 535276    0    0     0    51 1040  335 99  1  1  0  0
1  0      0 1249012  93444 535276    0    0     0     1 1042  330 99  0  1  0  0
1  0      0 1247836  93456 535292    0    0     3     9 1027  360 95  3  2  0  0
1  0      0 1248828  93456 535292    0    0     0    43 1030  321 99  0  1  0  0
2  0      0 1248704  93460 535288    0    0     0    48 1088  434 98  1  1  0  0
1  0      0 1248704  93464 535288    0    0     0    73 1038  325 95  2  3  0  0
1  0      0 1248704  93464 535292    0    0     0     0 1037  316 99  0  1  0  0
1  0      0 1248704  93468 535292    0    0     0     3 1035  316 99  0  1  0  0
1  0      0 1248704  93472 535292    0    0     0     5 1039  315 99  0  1  0  0
1  0      0 1248704  93480 535284    0    0     0     5 1034  313 99  0  0  0  0
1  0      0 1248704  93480 535292    0    0     0     0 1034  317 99  0  1  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1248580  93488 535292    0    0     0    12 1090  429 96  3  1  0  0
1  0      0 1248580  93492 535292    0    0     0    51 1023  320 98  0  1  0  0
1  0      0 1248580  93492 535292    0    0     0     0 1033  314 99  0  1  0  0
1  0      0 1248580  93496 535292    0    0     0     5 1036  327 99  0  0  0  0
1  0      0 1248580  93496 535292    0    0     0     1 1033  314 99  0  1  0  0
1  0      0 1248580  93496 535292    0    0     0     5 1034  324 98  1  1  0  0
1  0      0 1248580  93504 535292    0    0     0     6 1042  327 98  2  1  0  0
1  0      0 1247588  93516 535300    0    0     2    17 1039  335 96  3  0  0  0
1  0      0 1247588  93524 535300    0    0     0    49 1044  338 99  0  1  0  0
2  0      0 1248580  93528 535300    0    0     0     5 1037  326 99  0  1  0  0
1  0      0 1248580  93528 535300    0    0     0    58 1051  333 99  1  1  0  0
1  0      0 1248580  93528 535300    0    0     0    22 1038  322 99  0  1  0  0
1  0      0 1248208  93532 535300    0    0     0     6 1037  324 97  2  1  0  0
1  0      0 1248208  93536 535300    0    0     0    16 1036  320 99  0  1  0  0
1  0      0 1248208  93540 535296    0    0     0     6 1023  313 99  0  1  0  0
1  0      0 1248208  93540 535300    0    0     0     3 1037  316 99  0  1  0  0
1  0      0 1248580  93548 535300    0    0     0     7 1033  314 98  0  1  0  0
1  0      0 1248580  93556 535300    0    0     0    33 1038  322 99  0  1  0  0
1  0      0 1248580  93560 535300    0    0     0     6 1064  382 98  2  1  0  0
1  0      0 1248580  93568 535292    0    0     0    15 1129  404 98  1  1  0  0
1  0      0 1248580  93568 535300    0    0     0     0 1049  334 98  0  2  0  0
procs ———–memory———- —swap– —–io—- –system– —–cpu——
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
1  0      0 1248580  93576 535300    0    0     0     5 1205  509 98  1  1  0  0
1  0      0 1248580  93580 535300    0    0     0    13 1042  326 99  1  1  0  0
1  0      0 1248580  93584 535300    0    0     0    21 1036  325 98  0  1  0  0
3  0      0 1248580  93584 535300    0    0     0    29 1089  370 97  2  1  0  0
1  0      0 1248580  93588 535300    0    0     0    18 1119  400 99  0  0  0  0
1  0      0 1248580  93588 535300    0    0     0     1 1122  395 99  1  1  0  0
1  0      0 1248580  93592 535308    0    0     2     5 1247  527 98  1  0  0  0
0  0      0 1248580  93596 535308    0    0     0     6 1100  382 98  1  1  0  0
2  0      0 1248580  93596 535312    0    0     0     3 1044  323 99  0  1  0  0
1  0      0 1248580  93600 535312    0    0     0    11 1029  318 94  1  5  0  0

fluca1978
Champ in-the-making
Champ in-the-making
Maybe the following is of any help understanding this behaviour of Alfresco: deleting a bunch of nodes (as always for me, around 2000) the logs reports warning from the hibernate subsystem.


11:23:51,205 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5d0f1da2
11:23:53,348 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4f78e89c
11:23:53,359 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4a619dc5
11:23:53,369 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@2d1a1857
11:23:53,379 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@76bc4849
11:23:53,390 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@15d66efe
11:23:53,402 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5e4033e5
11:23:53,414 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5fa00d33
11:23:53,426 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@93fb510
11:23:53,438 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4706d73a
11:23:53,450 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5f6307b1
11:23:53,462 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7de0c9f8
11:23:53,474 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@ac369e9
11:23:53,486 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@61de744b
11:23:53,499 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7123dfb1
11:23:53,512 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7960bc39
11:23:53,525 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@264f8dda
11:23:53,540 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@13be2acb
11:23:53,554 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@57140705
11:23:53,568 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@687b2a40
11:23:55,656 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5842c919
11:23:55,666 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@47a1f834
11:23:55,677 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@6d07570
11:23:55,687 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@11ec58ed
11:23:55,698 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4eea5d6b
11:23:55,708 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@219a954a
11:23:55,720 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@2490fe06
11:23:55,732 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@6e3f7443
11:23:55,744 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4c7bcda7
11:23:55,756 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@23fa176b
11:23:55,767 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@3301390b
11:23:55,779 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@2f1d58ba
11:23:55,791 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@6eaebd71
11:23:55,802 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@2c981c11
11:23:55,814 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4bfe6f2
11:23:55,826 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7dc5825a
11:23:57,860 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@6c4f676f
11:23:57,871 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@58663f09
11:23:57,881 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@66096427
11:23:57,892 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@1b2a19d7
11:23:57,902 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@53da3460
11:23:57,914 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@61d0bed8
11:23:57,925 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@3c747095
11:23:57,938 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@532673da
11:23:57,949 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@167a4b20
11:23:57,961 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@5e9b2ab4
11:23:57,972 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@41474ae2
11:23:57,984 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@81c6c8c
11:23:57,996 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@6d09a871
11:23:58,008 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@615a95d0
11:23:58,020 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@75f6ca1a
11:23:58,032 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7a25c42c
11:24:00,090 DEBUG [org.hibernate.impl.SessionImpl] opened session at timestamp: 5325924925808640
11:24:00,090 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
11:24:00,090 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
11:24:00,090 DEBUG [org.hibernate.transaction.JDBCTransaction] current autocommit status: false
11:24:00,091 DEBUG [org.hibernate.impl.SessionImpl] opened session at timestamp: 5325924925812736
11:24:00,091 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
11:24:00,091 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
11:24:00,092 DEBUG [org.hibernate.transaction.JDBCTransaction] current autocommit status: false
11:24:00,092 DEBUG [org.hibernate.transaction.JDBCTransaction] commit
11:24:00,092 DEBUG [org.hibernate.transaction.JDBCTransaction] committed JDBC Connection
11:24:00,092 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,092 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
11:24:00,092 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,094 DEBUG [org.hibernate.impl.SessionImpl] opened session at timestamp: 5325924925825024
11:24:00,094 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
11:24:00,094 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
11:24:00,095 DEBUG [org.hibernate.impl.SessionImpl] opened session at timestamp: 5325924925829120
11:24:00,095 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
11:24:00,095 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
11:24:00,097 DEBUG [org.hibernate.transaction.JDBCTransaction] commit
11:24:00,097 DEBUG [org.hibernate.transaction.JDBCTransaction] committed JDBC Connection
11:24:00,097 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,097 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
11:24:00,097 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,098 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@55269243
11:24:00,099 DEBUG [org.hibernate.impl.SessionImpl] opened session at timestamp: 5325924925845504
11:24:00,099 DEBUG [org.hibernate.transaction.JDBCTransaction] begin
11:24:00,102 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
11:24:00,102 DEBUG [org.hibernate.transaction.JDBCTransaction] current autocommit status: false
11:24:00,103 DEBUG [org.hibernate.transaction.JDBCTransaction] commit
11:24:00,103 DEBUG [org.hibernate.transaction.JDBCTransaction] committed JDBC Connection
11:24:00,103 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,103 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
11:24:00,103 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,113 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@33e4f786
11:24:00,123 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@25508ea3
11:24:00,132 DEBUG [org.hibernate.transaction.JDBCTransaction] current autocommit status: false
11:24:00,133 DEBUG [org.hibernate.transaction.JDBCTransaction] commit
11:24:00,134 DEBUG [org.hibernate.transaction.JDBCTransaction] committed JDBC Connection
11:24:00,134 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,134 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
11:24:00,134 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,136 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@78694118
11:24:00,150 DEBUG [org.hibernate.transaction.JDBCTransaction] current autocommit status: false
11:24:00,151 DEBUG [org.hibernate.transaction.JDBCTransaction] commit
11:24:00,151 DEBUG [org.hibernate.transaction.JDBCTransaction] committed JDBC Connection
11:24:00,151 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,151 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
11:24:00,151 DEBUG [org.hibernate.jdbc.ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
11:24:00,151 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@f305f7f
11:24:00,162 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4452d80f
11:24:00,173 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@651e5f75
11:24:00,184 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@57c0db47
11:24:00,194 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@3e4942f7
11:24:00,205 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@4b309d1f
11:24:00,217 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@27969ace
11:24:00,229 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@551303f3
11:24:00,240 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@7948800f
11:24:00,252 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@193029a8
11:24:00,265 WARN  [org.alfresco.repo.content.transform.ComplexContentTransformer] Unable to set override Transformation Option includeContents on org.alfresco.service.cmr.repository.TransformationOptions@60d95a87


Again, the web client does the operation as done, but the content is still there. Does this add some info for the problem I'm experiencing?

fluca1978
Champ in-the-making
Champ in-the-making
I've got still the problem here. I have to mention that the machine Alfresco is running on is a 32 bit one, with the configuration suggested here http://wiki.alfresco.com/wiki/JVM_Tuning. We are evaluating the switch to a 64 bit machine, that will surely improve performance, but let's face the problem from another angle: suppose it is a repository population design problem. In our application we have around 2000 users that are going to have each a personal folder into a top level folder of the company_home. The layout of such folders is as follows:


cm:company_home
     usersDocument   (application root)
         userid1
           userid2
             userid3
               userid4
                 <document context>  (a folder with a variable name depending on the nature of the documents)
                    document1
                    document2
                    …
                    documentN

So each user lies under 4 folders related to personal data, and the documents are under a fifth folder that categorizes the document (from a file system point of view when we export all via CIFS). This means that having 2000 users, each with 4+1 folders we are going to have 10000 nodes and (in this first phase) 30 documents for each users, so around 70000 nodes. Is this a limit for Alfresco or anyway does Alfresco has a threshold for the number of nodes? Please note that we designed this folder structure after having seen that even the following structure:


cm:company_home
     usersDocument   (application root)
         userid1
                 <document context>  (a folder with a variable name depending on the nature of the documents)
                    document1
                    document2
                    …
                    documentN

produced problems for the whole delete. In this case we had about 2000 * (1+1) = 4000 nodes (test were made with only one document for user). So having seen the deletion problem in this almost flat space, we decided to split the space hierarchically in order to be able to delete group of users' folders step by step.
Anyway, I really appreciate anyone will point me to a way to investigate and or design a better structure to manage my repository.

Last but not least, since this deletion problem since to be well known, is there a bug report compiled in order to track progress and changelogs?

Thanks

showcase
Champ in-the-making
Champ in-the-making
Hi, im having kinda of the same problem.. did any of the solutions work? .. appreciate it!

fluca1978
Champ in-the-making
Champ in-the-making
At the moment I don't have any solution to this problem. I really appreciate too if someone can give us any help.

In the hope it can help solving the problem, I placed an entry in the JIRA http://issues.alfresco.com/jira/browse/ALF-8047

Thanks.