[JBoss JIRA] (ISPN-7297) java.lang.IllegalStateException on TriangleAckInterceptor.java
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-7297?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo reopened ISPN-7297:
-------------------------------
> java.lang.IllegalStateException on TriangleAckInterceptor.java
> --------------------------------------------------------------
>
> Key: ISPN-7297
> URL: https://issues.jboss.org/browse/ISPN-7297
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: Pedro Ruivo
>
> {noformat}
> 17:07:19,583 ERROR (jgroups-9,gfernandes-30338) [InvocationContextInterceptor] ISPN000136: Error executing command PutKeyValueCommand, writing keys [*|entity.97|97]
> java.lang.IllegalStateException
> at org.infinispan.interceptors.TriangleAckInterceptor.handleWriteCommand(TriangleAckInterceptor.java:168)
> at org.infinispan.interceptors.TriangleAckInterceptor.visitPutKeyValueCommand(TriangleAckInterceptor.java:98)
> at org.infinispan.interceptors.TriangleAckInterceptor.visitPutKeyValueCommand(TriangleAckInterceptor.java:56)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:79)
> at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:49)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:52)
> at org.infinispan.statetransfer.StateTransferInterceptor.handleNonTxWriteCommand(StateTransferInterceptor.java:387)
> at org.infinispan.statetransfer.StateTransferInterceptor.handleWriteCommand(StateTransferInterceptor.java:323)
> {noformat}
> It apparently does not cause failures in the indexing apart from logging an ERROR
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7283) Make remote event supporting cluster listener more fine grained
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7283?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7283:
-----------------------------------
Status: Open (was: New)
> Make remote event supporting cluster listener more fine grained
> ---------------------------------------------------------------
>
> Key: ISPN-7283
> URL: https://issues.jboss.org/browse/ISPN-7283
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners, Remote Protocols
> Affects Versions: 9.0.0.Alpha4, 8.2.5.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Beta2, 8.2.6.Final
>
>
> Make server side cluster listener used for supporting remote events more fine grained. Right now if a client registers for created events, server side all nodes push all currently supported events over to the node where the remote listener is located: created, modified, removed and expired. Having all these events being passed around the cluster creates unnecessary load which can create problems in other nodes.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7283) Make remote event supporting cluster listener more fine grained
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7283?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7283:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/4711
> Make remote event supporting cluster listener more fine grained
> ---------------------------------------------------------------
>
> Key: ISPN-7283
> URL: https://issues.jboss.org/browse/ISPN-7283
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners, Remote Protocols
> Affects Versions: 9.0.0.Alpha4, 8.2.5.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Beta2, 8.2.6.Final
>
>
> Make server side cluster listener used for supporting remote events more fine grained. Right now if a client registers for created events, server side all nodes push all currently supported events over to the node where the remote listener is located: created, modified, removed and expired. Having all these events being passed around the cluster creates unnecessary load which can create problems in other nodes.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7283) Make remote event supporting cluster listener more fine grained
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7283?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño commented on ISPN-7283:
----------------------------------------
Preview PR sent, but needs some agreement.
> Make remote event supporting cluster listener more fine grained
> ---------------------------------------------------------------
>
> Key: ISPN-7283
> URL: https://issues.jboss.org/browse/ISPN-7283
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners, Remote Protocols
> Affects Versions: 9.0.0.Alpha4, 8.2.5.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Beta2, 8.2.6.Final
>
>
> Make server side cluster listener used for supporting remote events more fine grained. Right now if a client registers for created events, server side all nodes push all currently supported events over to the node where the remote listener is located: created, modified, removed and expired. Having all these events being passed around the cluster creates unnecessary load which can create problems in other nodes.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7254) Administration console - accesing content without needed permissions should display error meesage
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7254?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7254:
--------------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request: https://github.com/infinispan/infinispan-management-console/pull/165 (was: https://github.com/infinispan/infinispan-management-console/pull/154)
> Administration console - accesing content without needed permissions should display error meesage
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-7254
> URL: https://issues.jboss.org/browse/ISPN-7254
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Alpha4
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Beta1
>
> Attachments: standalone-auth.xml
>
>
> Create user with admin role, but without ___script_manager and ___schema_manager roles
> Start the server with security enabled.
> e.g. standalone with attached configuration (but the issue is present in domain mode as well)
> bin/standalone.sh -c standalone-auth.xml
> click on cache container -> configuration
> result: the console is stuck with loading icon (it's still responding)
> Server log show:
> ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 9) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> "subsystem",
> "datagrid-infinispan",
> "cache-container",
> "local"
> ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [org.jboss.as.core.security.SimplePrincipal@36ebcb, user@ManagementRealm, admin@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> Expected result: there should be an error message in the console informing the user that he doesn't have required permissions.
> *Another issue*: User have admin role, so he should be able to access configuration page, he shouldn't be able to access scripts and schemes configuration because he lacks ,___script_manager and ___schema_manager
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months