[JBoss JIRA] (ISPN-10095) Shared stores should throw exception when cache is local
by Vladimir Dzhuvinov (Jira)
[ https://issues.jboss.org/browse/ISPN-10095?page=com.atlassian.jira.plugin... ]
Vladimir Dzhuvinov commented on ISPN-10095:
-------------------------------------------
Thanks, we did that and the NPE disappeared!
> Shared stores should throw exception when cache is local
> --------------------------------------------------------
>
> Key: ISPN-10095
> URL: https://issues.jboss.org/browse/ISPN-10095
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.12.Final
>
>
> A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10095) Shared stores should throw exception when cache is local
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10095?page=com.atlassian.jira.plugin... ]
Ryan Emerson commented on ISPN-10095:
-------------------------------------
[~vdzhuvinov] Yes the NPE will occur if a local-cache is used and {{shared="true"}}. As a local-cache is only on a single node, {{shared="true"}} doesn't make sense, as there can only ever be one node writing to the underlying store. Therefore, to avoid the NPE simply set {{shared="false"}}.
> Shared stores should throw exception when cache is local
> --------------------------------------------------------
>
> Key: ISPN-10095
> URL: https://issues.jboss.org/browse/ISPN-10095
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.12.Final
>
>
> A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-9963) Restructure Documentation Titles
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-9963?page=com.atlassian.jira.plugin.... ]
Donald Naro updated ISPN-9963:
------------------------------
Sprint: JDG Sprint #25, JDG Sprint #27 (was: JDG Sprint #25, JDG Sprint #26)
> Restructure Documentation Titles
> --------------------------------
>
> Key: ISPN-9963
> URL: https://issues.jboss.org/browse/ISPN-9963
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Core
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> Restructure the layout of the documentation directory and set up new titles. Part 1 to adopt flexible customer content.
> The goal is to have a buildable set of titles created from existing content. The current chapter files from ISPN 9.x books are moved into the /topics directory where they can be divided into sections and topics (discrete units of reusable information).
> Also requires changes to the docs layout on the community website.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10099) Some modules disable execution default-test but not java8-test
by Dan Berindei (Jira)
Dan Berindei created ISPN-10099:
-----------------------------------
Summary: Some modules disable execution default-test but not java8-test
Key: ISPN-10099
URL: https://issues.jboss.org/browse/ISPN-10099
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.4.11.Final, 10.0.0.Beta3
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta4, 9.4.12.Final
ISPN-9959 introduced executions {{java8-test}} and {{java10-test}}, but some modules (e.g. {{jcache/tck-runner}}) only disable the {{default-test}} execution when they want to skip Surefire completely.
When profile {{java8-test}} is activated, Surefire tries to run the tests for those modules and fails:
{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (java8-test) on project infinispan-jcache-tck-runner: Illegal parallel='tests' -> [Help 1]
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months