[JBoss JIRA] (ISPN-4664) Consider passing command retries flag to remote events
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-4664?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-4664:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Consider passing command retries flag to remote events
> ------------------------------------------------------
>
> Key: ISPN-4664
> URL: https://issues.jboss.org/browse/ISPN-4664
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 7.0.0.CR1
>
>
> Cluster listeners have the ability to check whether an event is the result of a retried command. Even though HR clients are notified of failovers via the @ClientCacheFailover annotation, passing on this information could signal that an event is a duplicate or that another event was dropped and replaced (e.g. modified event replaced a created one).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months
[JBoss JIRA] (ISPN-4791) Create a project skeleton for admin management console
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-4791?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-4791:
--------------------------------------
Description: We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. We should setup grunt, bower, yeoman etc, write a short manual for building project, running it locally and so on. (was: We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. )
> Create a project skeleton for admin management console
> -------------------------------------------------------
>
> Key: ISPN-4791
> URL: https://issues.jboss.org/browse/ISPN-4791
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. We should setup grunt, bower, yeoman etc, write a short manual for building project, running it locally and so on.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months
[JBoss JIRA] (ISPN-4791) Create a project skeleton for admin management console
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-4791?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-4791:
--------------------------------------
Description: We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. We should setup grunt, bower, yeoman etc; write a short manual for building project, running it locally and so on. (was: We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. We should setup grunt, bower, yeoman etc, write a short manual for building project, running it locally and so on. )
> Create a project skeleton for admin management console
> -------------------------------------------------------
>
> Key: ISPN-4791
> URL: https://issues.jboss.org/browse/ISPN-4791
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> We need to create HTML5/Bootstrap/AngularJS project skeleton for our admin management console. We should setup grunt, bower, yeoman etc; write a short manual for building project, running it locally and so on.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months
[JBoss JIRA] (ISPN-4792) RemoteClusterListener still invokes filter/converter
by William Burns (JIRA)
William Burns created ISPN-4792:
-----------------------------------
Summary: RemoteClusterListener still invokes filter/converter
Key: ISPN-4792
URL: https://issues.jboss.org/browse/ISPN-4792
Project: Infinispan
Issue Type: Enhancement
Components: Listeners
Affects Versions: 7.0.0.Beta2
Reporter: William Burns
Assignee: Dan Berindei
When using a distributed cluster listener it installs a listener on each of the nodes to receive notifications. Cluster listeners only raise post events, but on remote nodes (ones where the listener wasn't originally installed) they invoke the filter and converter even on pre events which is not needed.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months
[JBoss JIRA] (ISPN-4686) Make Infinispan 7.0 binary compatible with 6.x
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-4686?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4686:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Final
Resolution: Done
> Make Infinispan 7.0 binary compatible with 6.x
> ----------------------------------------------
>
> Key: ISPN-4686
> URL: https://issues.jboss.org/browse/ISPN-4686
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 7.0.0.Beta1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 7.0.0.CR1, 7.0.0.Final
>
>
> The idea here is to try to produce a Infinispan 7.0 jar that's binary compatible with 6.0 in order to ease upgrading. So far, the following elements have been found to be problematic:
> * FileLookupFactory -> FileLookup changes - ISPN-3850
> * JBossStandaloneJTAManagerLookup.init changes - ISPN-3850
> * org.infinispan.AbstractDelegatingAdvancedCache refactoring to org.infinispan.cache.impl.AbstractDelegatingAdvancedCache - ISPN-4074
> XML configuration stays apart since one of the key aspects of 7.0 is to produce WF-like configuration that's as close as possible, to improve usability between library and server mode.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months
[JBoss JIRA] (ISPN-4784) TestResourceTracker not working properly for OSGi tests
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-4784?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-4784:
------------------------------------
The tests should start with a call to {{TestResourceTracker.backgroundTestStarted()}}, which sets the test name in the thread local. I guess the "Test name not set" log message should also mention this...
Note that TestResourceTracker doesn't really need the thread name to contain the test name, but it would be nice to do it anyway so that log filtering works in the TRACE CI build.
> TestResourceTracker not working properly for OSGi tests
> --------------------------------------------------------
>
> Key: ISPN-4784
> URL: https://issues.jboss.org/browse/ISPN-4784
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite - Core
> Affects Versions: 7.0.0.Beta2
> Reporter: Ion Savin
> Assignee: Dan Berindei
>
> The OSGi tests are running in a different process from the test driver and are executed through RMI. The assumptions that the test name is contained in the thread name and that there's a one-to-one mapping from thread to test is no longer valid (ThreadLocal used for the test name).
> Executing the tests in integrationtests/osgi will result in many log messages similar to this one:
> {noformat}
> Test name not set in unknown thread RMI TCP Connection(3)-127.0.0.1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 7 months