[JBoss JIRA] (ISPN-4383) Clustered PrincipalRoleMapper
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-4383?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-4383:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Clustered PrincipalRoleMapper
> -----------------------------
>
> Key: ISPN-4383
> URL: https://issues.jboss.org/browse/ISPN-4383
> Project: Infinispan
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Security
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.Final
>
>
> Introduce a clustered principalrolemapper based on the clusterregistry to ease authorization manipulation in certain contexts. Also clean up the declarative configurations to avoid using class names for the out-of-the-box prms
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4056) Enable caching of permission masks to cluster registry
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-4056?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-4056:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Enable caching of permission masks to cluster registry
> ------------------------------------------------------
>
> Key: ISPN-4056
> URL: https://issues.jboss.org/browse/ISPN-4056
> Project: Infinispan
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> When enabling permission mask caching in AuthorizationManagerImpl, state transfer never completes. This is a side-effect of the following bugs:
> - Fix TransportConfigurationBuilder.read() to clone the transport instead of "sharing" it
> - TestingUtil.TestPrincipal is not serializable
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4366) RHQ JMX plugin provides unstable availability check with extensive deployments
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4366?page=com.atlassian.jira.plugin.... ]
William Burns resolved ISPN-4366.
---------------------------------
Resolution: Won't Fix
This is fixed by upgrade an dependency within RHQ itself that was causing full mbean scans which would cause timeouts on resource statuses.
> RHQ JMX plugin provides unstable availability check with extensive deployments
> ------------------------------------------------------------------------------
>
> Key: ISPN-4366
> URL: https://issues.jboss.org/browse/ISPN-4366
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMX, reporting and management
> Affects Versions: 7.0.0.Alpha4
> Reporter: Tomas Sykora
> Assignee: William Burns
> Labels: 63gablocker, rhq
>
> Availability check was greatly improved by changes introduced in https://issues.jboss.org/browse/ISPN-4236 and https://issues.jboss.org/browse/ISPN-4235.
> This works pretty well in case of one deployment of an embedded application on one application server, which is monitored by an agent.
> However, when we try to monitor more deployments by the same agent (app servers, switched ports, each one with its own deployment), the process of availability checking is unstable.
> Cache managers / caches... are reported repeatedly UP and DOWN, UP and DOWN. See linked bugzilla with attached screenshots depicting this issue.
> I suspect higher number of MBeans to cause this problem.
> When we deploy on 2 servers, one of them for example was able to stabilize availability check after 2 hours and then, it stays UP.
> During deployment in 2xdomain mode = 4 servers, availability check "is skipping, jumping" UP, DOWN, UP, DOWN... etc. again, see screenshots in BZ.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4416) Implement sorting and pagination for non-indexed querying (phase I)
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-4416?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4416:
--------------------------------
Summary: Implement sorting and pagination for non-indexed querying (phase I) (was: Implement sorting and pagination for non-indexed querying)
> Implement sorting and pagination for non-indexed querying (phase I)
> -------------------------------------------------------------------
>
> Key: ISPN-4416
> URL: https://issues.jboss.org/browse/ISPN-4416
> Project: Infinispan
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Embedded Querying, Remote Querying
> Affects Versions: 7.0.0.Alpha4
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Labels: 630
> Fix For: 7.0.0.Alpha5
>
>
> This is a simple implementation that sorts all the results just before returning them to the requestor. This quick solution is needed in order to provide indentical results for both indexed and non-indexed query and make uniform testing easier. A second implementation will be provided based on ISPN-4358 when it becomes available.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4415) CacheContainerIT failing with ClassCastException
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4415?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4415:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> CacheContainerIT failing with ClassCastException
> ------------------------------------------------
>
> Key: ISPN-4415
> URL: https://issues.jboss.org/browse/ISPN-4415
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Configuration, Test Suite - Server
> Affects Versions: 7.0.0.Alpha2
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 7.0.0.Alpha5
>
>
> org.infinispan.server.test.cache.container.CacheContainerIT is failing with:
> {code}10:27:52,567 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.infinispan.default.default: org.jboss.msc.service.StartException in service jboss.infinispan.default.default: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_60]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_60]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_60]
> Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.eviction.impl.EvictionManagerImpl.start() on object of type EvictionManagerImpl
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:170)
> at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:869)
> at org.infinispan.factories.AbstractComponentRegistry.invokeStartMethods(AbstractComponentRegistry.java:638)
> at org.infinispan.factories.AbstractComponentRegistry.internalStart(AbstractComponentRegistry.java:627)
> at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:530)
> at org.infinispan.factories.ComponentRegistry.start(ComponentRegistry.java:216)
> at org.infinispan.cache.impl.CacheImpl.start(CacheImpl.java:699)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:573)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:528)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:408)
> at org.infinispan.registry.impl.ClusterRegistryImpl.startRegistryCache(ClusterRegistryImpl.java:146)
> at org.infinispan.registry.impl.ClusterRegistryImpl.addListener(ClusterRegistryImpl.java:107)
> at org.infinispan.query.remote.ProtobufMetadataManager.ensureInit(ProtobufMetadataManager.java:65)
> at org.infinispan.query.remote.ProtobufMetadataManager.getSerializationContext(ProtobufMetadataManager.java:132)
> at org.infinispan.query.remote.LifecycleManager.cacheStarting(LifecycleManager.java:114)
> at org.infinispan.factories.ComponentRegistry.notifyCacheStarting(ComponentRegistry.java:228)
> at org.infinispan.factories.ComponentRegistry.start(ComponentRegistry.java:214)
> at org.infinispan.cache.impl.CacheImpl.start(CacheImpl.java:699)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:573)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:528)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:408)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:422)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:89)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:80)
> at org.jboss.as.clustering.infinispan.subsystem.SecurityActions$5.run(SecurityActions.java:101)
> at org.jboss.as.clustering.infinispan.subsystem.SecurityActions$5.run(SecurityActions.java:98)
> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_60]
> at org.jboss.as.clustering.infinispan.subsystem.SecurityActions.startCache(SecurityActions.java:109)
> at org.jboss.as.clustering.infinispan.subsystem.CacheService.start(CacheService.java:78)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> ... 3 more
> Caused by: java.lang.ClassCastException: org.jboss.as.clustering.concurrent.ManagedExecutorService cannot be cast to java.util.concurrent.ScheduledExecutorService
> at org.infinispan.executors.LazyInitializingScheduledExecutorService.initIfNeeded(LazyInitializingScheduledExecutorService.java:40)
> at org.infinispan.executors.LazyInitializingScheduledExecutorService.scheduleWithFixedDelay(LazyInitializingScheduledExecutorService.java:146)
> at org.infinispan.eviction.impl.EvictionManagerImpl.start(EvictionManagerImpl.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_60]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_60]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_60]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_60]
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:168)
> ... 33 more{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (ISPN-4412) Security integration tests for kerberos and LDAP failures
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-4412?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-4412:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Alpha5
(was: 7.0.0.Final)
Resolution: Done
> Security integration tests for kerberos and LDAP failures
> ---------------------------------------------------------
>
> Key: ISPN-4412
> URL: https://issues.jboss.org/browse/ISPN-4412
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite - Core
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.Alpha5
>
>
> The following tests are failing
> org.infinispan.test.integration.security.embedded (14)
> KrbLdapAuthenticationIT.testAdminCRUD
> KrbLdapAuthenticationIT.testReaderRead
> KrbLdapAuthenticationIT.testReaderRemove
> KrbLdapAuthenticationIT.testReaderWrite
> KrbLdapAuthenticationIT.testUnauthenticatedRead
> KrbLdapAuthenticationIT.testUnauthenticatedRemove
> KrbLdapAuthenticationIT.testUnauthenticatedWrite
> KrbLdapAuthenticationIT.testUnprivilegedRead
> KrbLdapAuthenticationIT.testUnprivilegedRemove
> KrbLdapAuthenticationIT.testUnprivilegedWrite
> KrbLdapAuthenticationIT.testWriterCreateWrite
> KrbLdapAuthenticationIT.testWriterRead
> KrbLdapAuthenticationIT.testWriterRemove
> KrbLdapAuthenticationIT.testWriterWrite
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months