[jbosstools-issues] [JBoss JIRA] (JBIDE-19332) batch editor seems slow even on small file

Alexey Kazakov (JIRA) issues at jboss.org
Tue Jul 7 15:39:03 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-19332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-19332:
-----------------------------------
    Fix Version/s: 4.3.0.CR1
                       (was: 4.3.0.Beta2)


> batch editor seems slow even on small file
> ------------------------------------------
>
>                 Key: JBIDE-19332
>                 URL: https://issues.jboss.org/browse/JBIDE-19332
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: batch, upstream
>    Affects Versions: 4.3.0.Alpha1
>            Reporter: Max Rydahl Andersen
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.3.0.CR1
>
>
> I created a file and named it job.xml with the following content:
> {code}
> <job id="loadRealmAuctionFileJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
>     <step id="loadRealmAuctionFileStep">
>         <batchlet ref="loadAuctionFilesBatchlet">
>             <properties>
>                 <property name="region" value="#{partitionPlan['region']}"/>
>                 <property name="target" value="#{partitionPlan['target']}"/>
>             </properties>
>         </batchlet>
>         <partition>
>             <plan partitions="2">
>                 <properties partition="0">
>                     <property name="region" value="US"/>
>                     <property name="target" value="http://us.battle.net/api/wow/auction/data/"/>
>                 </properties>
>                 <properties partition="1">
>                     <property name="region" value="EU"/>
>                     <property name="target" value="http://eu.battle.net/api/wow/auction/data/"/>
>                 </properties>
>             </plan>
>         </partition>
>     </step>
> </job>
> {code}
> Small file, shouldn't be slow but when I click and/or scroll up/down in the UI it seem to be doing "something" and it feels sluggish.
> Here is  a recording of me scrolling  up and down with keyboard. https://v.usetapes.com/PoUrCOUNty



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list