[JBoss JIRA] (ISPN-5838) Cleanup uberjar packaging
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5838?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5838:
-----------------------------------------------
Sebastian Łaskawiec <slaskawi(a)redhat.com> changed the Status of [bug 1266832|https://bugzilla.redhat.com/show_bug.cgi?id=1266832] from ASSIGNED to CLOSED
> Cleanup uberjar packaging
> -------------------------
>
> Key: ISPN-5838
> URL: https://issues.jboss.org/browse/ISPN-5838
> Project: Infinispan
> Issue Type: Feature Request
> Components: Build process
> Reporter: Pedro Zapata
> Assignee: Sebastian Łaskawiec
> Labels: jdg7
> Fix For: 8.1.0.Beta1, 8.1.0.Final
>
>
> Need to minimize shipping non-required or provided dependencies in the uberjar.
> Some ideas that need to be further refined:
> * Split CDI into cdi-embedded and cdi-remote
> * Add only cdi-embedded to infinispan-embedded (and cdi-remote to infinispan-remote)
> * Add infinispan-client-hotrod to infinispan-embedded ? Used for RemoteCacheStore (which is an embedded use-case)
> * infinispan-embedded has a compulsory dependency on javax.transaction api. We cannot change this in Infinispan <= 8.2 for backwards compatibility, but we can change it in 8.3
> *
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5929) InfinispanQueryIT.testQueryOnFirstNode random failures
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5929?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5929:
--------------------------------
Status: Open (was: New)
> InfinispanQueryIT.testQueryOnFirstNode random failures
> ------------------------------------------------------
>
> Key: ISPN-5929
> URL: https://issues.jboss.org/browse/ISPN-5929
> Project: Infinispan
> Issue Type: Bug
> Components: Integration , Test Suite - Query
> Affects Versions: 8.1.0.Alpha2
> Reporter: Dan Berindei
> Priority: Blocker
> Fix For: 8.1.0.Beta2
>
>
> {{InfinispanQueryIT.testQueryOnFirstNode()}} and {{InfinispanQueryIT.testQueryOnSecondNode()}} fail randomly in CI with this assertion:
> {noformat}
> java.lang.AssertionError: expected:<3> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.infinispan.test.integration.as.query.InfinispanQueryIT.testQueryOnFirstNode(InfinispanQueryIT.java:99)
> {noformat}
> Example: http://ci.infinispan.org/viewLog.html?buildId=31810&tab=buildResultsDiv&b...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5929) InfinispanQueryIT.testQueryOnFirstNode random failures
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5929?page=com.atlassian.jira.plugin.... ]
Adrian Nistor reassigned ISPN-5929:
-----------------------------------
Assignee: Adrian Nistor
> InfinispanQueryIT.testQueryOnFirstNode random failures
> ------------------------------------------------------
>
> Key: ISPN-5929
> URL: https://issues.jboss.org/browse/ISPN-5929
> Project: Infinispan
> Issue Type: Bug
> Components: Integration , Test Suite - Query
> Affects Versions: 8.1.0.Alpha2
> Reporter: Dan Berindei
> Assignee: Adrian Nistor
> Priority: Blocker
> Fix For: 8.1.0.Beta2
>
>
> {{InfinispanQueryIT.testQueryOnFirstNode()}} and {{InfinispanQueryIT.testQueryOnSecondNode()}} fail randomly in CI with this assertion:
> {noformat}
> java.lang.AssertionError: expected:<3> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.infinispan.test.integration.as.query.InfinispanQueryIT.testQueryOnFirstNode(InfinispanQueryIT.java:99)
> {noformat}
> Example: http://ci.infinispan.org/viewLog.html?buildId=31810&tab=buildResultsDiv&b...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5933) Make RemoteQueryEngine a cache-level component
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5933?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5933:
--------------------------------
Status: Open (was: New)
> Make RemoteQueryEngine a cache-level component
> ----------------------------------------------
>
> Key: ISPN-5933
> URL: https://issues.jboss.org/browse/ISPN-5933
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.1.0.Beta1, 8.0.2.Final
>
>
> A RemoteQueryEngine is instantiated per remote query request. While this is cheap to build (it's mostly stateless and has few internal fields) it would still be better to construct it only once during module init and register in the component registry. Should provide some minor performance improvement.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5933) Make RemoteQueryEngine a cache-level component
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5933?page=com.atlassian.jira.plugin.... ]
Work on ISPN-5933 started by Adrian Nistor.
-------------------------------------------
> Make RemoteQueryEngine a cache-level component
> ----------------------------------------------
>
> Key: ISPN-5933
> URL: https://issues.jboss.org/browse/ISPN-5933
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.1.0.Beta1, 8.0.2.Final
>
>
> A RemoteQueryEngine is instantiated per remote query request. While this is cheap to build (it's mostly stateless and has few internal fields) it would still be better to construct it only once during module init and register in the component registry. Should provide some minor performance improvement.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5933) Make RemoteQueryEngine a cache-level component
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-5933:
-----------------------------------
Summary: Make RemoteQueryEngine a cache-level component
Key: ISPN-5933
URL: https://issues.jboss.org/browse/ISPN-5933
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying
Affects Versions: 8.0.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.1.0.Beta1, 8.0.2.Final
A RemoteQueryEngine is instantiated per remote query request. While this is cheap to build (it's mostly stateless and has few internal fields) it would still be better to construct it only once during module init and register in the component registry. Should provide some minor performance improvement.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months