[JBoss JIRA] (ISPN-6776) Administration console - push state transfer and cancel state transfer buttons don't work properly
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6776?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6776:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan-management-console/pull/142
> Administration console - push state transfer and cancel state transfer buttons don't work properly
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-6776
> URL: https://issues.jboss.org/browse/ISPN-6776
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: domain.xml, host.xml
>
>
> Click on cache container -> Actions -> Manage backup sites -> Push state (on BRN site which is configured)
> result: nothing happens, server log:
> [Server:server-one] 15:15:03,752 ERROR [org.jgroups.protocols.relay.RELAY2] (ServerService Thread Pool -- 36) master:server-one: no route to BRN: dropping message
> expected result: Success! The operation has been successfully executed.
> Please note that if we take the site offline and then online again in the "Manage backup sites" dialog, push state button works correctly.
> Cancel state button is behaving the same, except taking site offline and then online again doesn't help.
> I'm attaching server configuration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7207) Cache creation requires specific permissions when using security manager
by Ingo Weiss (JIRA)
[ https://issues.jboss.org/browse/ISPN-7207?page=com.atlassian.jira.plugin.... ]
Work on ISPN-7207 started by Ingo Weiss.
----------------------------------------
> Cache creation requires specific permissions when using security manager
> ------------------------------------------------------------------------
>
> Key: ISPN-7207
> URL: https://issues.jboss.org/browse/ISPN-7207
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Paul Ferraro
> Assignee: Ingo Weiss
>
> *org.jboss.as.test.integration.ee.injection.resource.infinispan.InfinispanResourceRefTestCase#test*
> {{./integration-tests.sh -DtestLogToFile=false -Dts.noSmoke -Dts.basic -Dtest=org.jboss.as.test.integration.ee.injection.resource.infinispan.InfinispanResourceRefTestCase -Dsecurity.manager}}
> {code}
> Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.RuntimePermission" "getClassLoader")" in code source "(vfs:/content/infinispan-resource-ref.war/WEB-INF/classes <no signer certificates>)" of "ModuleClassLoader for Module "deployment.infinispan-resource-ref.war:main" from Service Module Loader")
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:278)
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175)
> at java.lang.ClassLoader.checkClassLoaderPermission(ClassLoader.java:1528)
> at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1442)
> at org.infinispan.commons.util.Util.getClassLoaders(Util.java:127)
> at org.infinispan.commons.util.Util.loadClassStrict(Util.java:163)
> at org.infinispan.commons.util.ReflectionUtil.getClassForName(ReflectionUtil.java:319)
> at org.infinispan.commons.util.ReflectionUtil.toClassArray(ReflectionUtil.java:313)
> at org.infinispan.factories.AbstractComponentRegistry$Component.buildInjectionMethodsList(AbstractComponentRegistry.java:810)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:213)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:193)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:171)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:163)
> at org.infinispan.factories.ComponentRegistry.<init>(ComponentRegistry.java:79)
> ... 210 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-6975) Fork hibernate-hql-parser for infinispan
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6975?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6975:
--------------------------------
Description: Extract the useful source files from hibernate-hql-parser, adapt them to Infinispan's needs and include them in Infinispan directly. The inherited source code is now published with ASL license. (was: Extract the useful source file from hibernate-hql-parser, adapt them to Infinispan's needs and include them in Infinispan directly. The inherited source code is now published with ASL license.)
> Fork hibernate-hql-parser for infinispan
> ----------------------------------------
>
> Key: ISPN-6975
> URL: https://issues.jboss.org/browse/ISPN-6975
> Project: Infinispan
> Issue Type: Task
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta1, 9.0.0.Final
>
>
> Extract the useful source files from hibernate-hql-parser, adapt them to Infinispan's needs and include them in Infinispan directly. The inherited source code is now published with ASL license.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-6975) Fork hibernate-hql-parser for infinispan
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6975?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6975:
--------------------------------
Description: Extract the useful source file from hibernate-hql-parser, adapt them to Infinispan's needs and include them in Infinispan directly. The inherited source code is now published with ASL license. (was: Extract the useful parts from )
> Fork hibernate-hql-parser for infinispan
> ----------------------------------------
>
> Key: ISPN-6975
> URL: https://issues.jboss.org/browse/ISPN-6975
> Project: Infinispan
> Issue Type: Task
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta1, 9.0.0.Final
>
>
> Extract the useful source file from hibernate-hql-parser, adapt them to Infinispan's needs and include them in Infinispan directly. The inherited source code is now published with ASL license.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7211) Cache.size should be wired to AdvancedCacheLoader.size
by Vladimir Dzhuvinov (JIRA)
Vladimir Dzhuvinov created ISPN-7211:
----------------------------------------
Summary: Cache.size should be wired to AdvancedCacheLoader.size
Key: ISPN-7211
URL: https://issues.jboss.org/browse/ISPN-7211
Project: Infinispan
Issue Type: Bug
Components: Core, Loaders and Stores
Affects Versions: 8.2.5.Final
Reporter: Vladimir Dzhuvinov
Logs show that calling *Cache.size* with a configured *AdvancedCacheStore* results in the *process* method being called, instead of the dedicated and more efficient *size* method.
For caches with many entries iterating over each entry to get their count can be a huge performance hit.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7210) Detect multiple externalizers for same class
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-7210:
--------------------------------------
Summary: Detect multiple externalizers for same class
Key: ISPN-7210
URL: https://issues.jboss.org/browse/ISPN-7210
Project: Infinispan
Issue Type: Enhancement
Components: Marshalling
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Detect whether multiple externalizers for the same class are registered.
To do that, ClassToExternalizerMap.put() could return previous value.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months