[jbosstools-issues] [JBoss JIRA] (JBIDE-21864) Server Adapter: publishing is slow compared to "oc rsync" on the cmd line

Andre Dietisheim (JIRA) issues at jboss.org
Mon Mar 14 10:49:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-21864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176203#comment-13176203 ] 

Andre Dietisheim commented on JBIDE-21864:
------------------------------------------

The reasons for this being slow are two-fold:
* we do a 1st rsync server->local and then a subsequent local->server. When getting the files from remote we most likely get a lot of unwanted files like the .git-folder. We do this to avoid permission issues
* we do a local copy before syncing to the server to filter out folders like .git.

Both cases would get a boost if we were using the native rsync exclusion-/inclusion-filters that "oc rsync" now supports. 

> Server Adapter: publishing is slow compared to "oc rsync" on the cmd line
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-21864
>                 URL: https://issues.jboss.org/browse/JBIDE-21864
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.3.1.CR1
>            Reporter: Andre Dietisheim
>              Labels: openshift_v3, server_adapter
>             Fix For: 4.4.0.Alpha1
>
>
> Compared with "oc rsync" on the cmd line publishing in the server adapter (which does "oc rsync" behind the scenes) is very slow



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list