[JBoss JIRA] (ISPN-8973) Administration console - changing eviction strategy results in error
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8973?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic reassigned ISPN-8973:
-----------------------------------------
Assignee: Vladimir Blagojevic
> Administration console - changing eviction strategy results in error
> --------------------------------------------------------------------
>
> Key: ISPN-8973
> URL: https://issues.jboss.org/browse/ISPN-8973
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.2.0.Final
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> - start server in domain mode
> - click on cache container -> cache -> configuration -> memory tab -> set memory
> - e.g. (Type: binary, Eviction: count, Size: 10, strategy: FIFO)
> - apply changes -> restart now
> - change the strategy to LRU, click apply changes
> That results in error popup:
> {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:":{"server-group":{"cluster":{"host":{"master":{"server-one":{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-3":"WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}},"server-two":{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-3":"WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}}}}}}}}
> There are no error logs in the server log.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 9 months
[JBoss JIRA] (ISPN-9030) Avoid anonymous classes inside lambdas
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-9030?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-9030:
-------------------------------------
I get the same error in TxInterceptor. A clean build with maven solves it, but only if I restart Intellij also.
> Avoid anonymous classes inside lambdas
> --------------------------------------
>
> Key: ISPN-9030
> URL: https://issues.jboss.org/browse/ISPN-9030
> Project: Infinispan
> Issue Type: Task
> Components: Build
> Affects Versions: 9.2.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Minor
> Fix For: 9.3.0.Alpha1
>
>
> IntelliJ's incremental compilation sometimes breaks down when recompiling an [anonymous class declared inside a lambda|https://youtrack.jetbrains.com/issue/IDEA-177431]:
> {noformat}
> Error:java: cannot access org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
> bad class file: /home/dan/Work/jdg/query/target/classes/org/infinispan/query/dsl/embedded/impl/HibernateSearchPropertyHelper$2.class
> bad enclosing method attribute for class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
> Please remove or make sure it appears in the correct subdirectory of the classpath.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 9 months
[JBoss JIRA] (ISPN-9030) Avoid anonymous classes inside lambdas
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9030:
----------------------------------
Summary: Avoid anonymous classes inside lambdas
Key: ISPN-9030
URL: https://issues.jboss.org/browse/ISPN-9030
Project: Infinispan
Issue Type: Task
Components: Build
Affects Versions: 9.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.3.0.Alpha1
IntelliJ's incremental compilation sometimes breaks down when recompiling an [anonymous class declared inside a lambda|https://youtrack.jetbrains.com/issue/IDEA-177431]:
{noformat}
Error:java: cannot access org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
bad class file: /home/dan/Work/jdg/query/target/classes/org/infinispan/query/dsl/embedded/impl/HibernateSearchPropertyHelper$2.class
bad enclosing method attribute for class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper$2
Please remove or make sure it appears in the correct subdirectory of the classpath.
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 9 months
[JBoss JIRA] (ISPN-9029) Add test for exception eviction dropping entries after node leave
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9029?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9029:
-------------------------------
Description: {{ExceptionEvictionTest}} tests what happens when a node is added and N*limit existing entries are redistributed among N+1 nodes. We also need to test what happens when a node crashes and N*limit entries are redistributed among N-1 nodes. (was: {{ExceptionEvictionTest}} tests what happens when a node is added and existing entries are redistributed among N+1 nodes. We also need to test what happens when a node crashes and N*limit entries are redistributed among N-1 nodes.)
> Add test for exception eviction dropping entries after node leave
> -----------------------------------------------------------------
>
> Key: ISPN-9029
> URL: https://issues.jboss.org/browse/ISPN-9029
> Project: Infinispan
> Issue Type: Task
> Components: Test Suite - Core
> Affects Versions: 9.2.1.Final
> Reporter: Dan Berindei
> Assignee: William Burns
> Fix For: 9.3.0.Alpha1
>
>
> {{ExceptionEvictionTest}} tests what happens when a node is added and N*limit existing entries are redistributed among N+1 nodes. We also need to test what happens when a node crashes and N*limit entries are redistributed among N-1 nodes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 9 months
[JBoss JIRA] (ISPN-9029) Add test for exception eviction dropping entries after node leave
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9029:
----------------------------------
Summary: Add test for exception eviction dropping entries after node leave
Key: ISPN-9029
URL: https://issues.jboss.org/browse/ISPN-9029
Project: Infinispan
Issue Type: Task
Components: Test Suite - Core
Affects Versions: 9.2.1.Final
Reporter: Dan Berindei
Assignee: William Burns
Fix For: 9.3.0.Alpha1
{{ExceptionEvictionTest}} tests what happens when a node is added and existing entries are redistributed among N+1 nodes. We also need to test what happens when a node crashes and N*limit entries are redistributed among N-1 nodes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 9 months