Hi, We are using Jenkins as our build server and Artifactory as our binary repo manager. We currently have two Artifactory instances which are 2.6.7 (on server A) and 3.4.2 (licensed Pro pack) (on server B). We are trying to migrate our repositories from 2.6.7 to Pro version and carrying out a few tests. Jenkins and Artifactory 2.6.7 instances are on the same machine (server A) while 3.4.2 is on another server (server B) in the same domain. 2.6.7 uses default storage setting which are files kept in local disk (filestore) and 3.4.2 uses Oracle database to store data and metadata (fullDB).
We have tried running a test build job which uses MSBuild Jenkins plugin to build and Artifactory plugin to deploy to both Artifactory instances. The job deploys a total of 3500 artifacts and 120MBs of data. It takes 5-10 mins when deploying to the instance on server A. Deploying to 3.4.2 instance on server B takes extremely long time compared to the other one (nearly 7 hrs.) We have tested the copy speed between servers, created a dummy build job to test just deploying few binary packages from server A to server B. All were within acceptable limits. We also have set up another Jenkins instance on server B and run the same build job (with same data and configuration) and deployed it to the Artifactory instance on the same server (3.4.2). It also finished in 5 minutes which is more or less the same time we have seen in prior job runs on server A. So, that proves that there are no issues with inserting the data to db which server B instance uses as repository storage. We have been searching the web for sometime on this issue but unfortunately were not able to come up with any useful information towards the solution. We are stuck in this phase and could not proceed since this may halt the overall process of doing builds. Any ideas on how to find a solution of this issue out there? Thanks in advance. Ozan Kologlu -- View this message in context: http://forums.jfrog.org/Slow-speed-when-deploying-to-Artifactory-3-4-2-tp7580148.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
