macressler / alfresco-bulk-filesystem-import

Automatically exported from code.google.com/p/alfresco-bulk-filesystem-import
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Why is streaming load being used instead of in-place? #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure Alfresco with alf_data mounted on a separate device from the 
Alfresco installation
2. Setup a bulk filesystem load under alf_data/contentstore/migration folder
3. Launch bulk import via /alfresco/s/bulk/import/filesystem URL
4. Notice the Import Type is streaming

What is the expected output? What do you see instead?
The import type should be in-place since the import folder is under the content 
store folder, right?  When I used an earlier version of this product it 
auto-detected whether to launch in-place or streaming.  Maybe I'm missing 
something obvious but this version always chooses streaming.

What version of the product are you using? On what operating system?
Module 'org.alfresco.extension.alfresco-bulk-filesystem-import' installed in 
'alfresco.war'
   -    Title:        Alfresco Bulk Filesystem Import v1.1 (for Alfresco v4.0)
   -    Version:      1.1
   -    Install Date: Fri Feb 01 14:10:05 PST 2013
   -    Description:   Alfresco Bulk Filesystem Import tool.  Provides high performance bulk loading of content from the server's filesystem into Alfresco.

armdev@ubuntu:/opt/alfresco-4.0.0/tomcat/webapps$ uname -a
Linux ubuntu 3.2.0-36-generic #57-Ubuntu SMP Tue Jan 8 21:44:52 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

armdev@ubuntu:/opt/alfresco-4.0.0/tomcat/webapps$ df -h
Filesystem                                  Size  Used Avail Use% Mounted on
/dev/sda1                                    46G   26G   18G  60% /
udev                                        2.0G  4.0K  2.0G   1% /dev
tmpfs                                       791M  836K  791M   1% /run
none                                        5.0M     0  5.0M   0% /run/lock
none                                        2.0G  610M  1.4G  31% /dev/shm
/dev/sdb1                                    50G   33G   15G  69% 
/opt/alfresco-4.0.0/alf_data

Original issue reported on code.google.com by david.oc...@gmail.com on 7 Feb 2013 at 12:08

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue #114, which has been fixed and will appear in 
version 1.2.

The root cause was a change in the content store that's configured by default 
in Alfresco 4.x, causing the tool to believe the content store wasn't in a 
filesystem and therefore preventing an in-place import.

Original comment by pmo...@gmail.com on 7 Feb 2013 at 12:12