[JBoss JIRA] (ISPN-6487) Fix typo in faqs.adoc 2.6.1
by ted won (JIRA)
[ https://issues.jboss.org/browse/ISPN-6487?page=com.atlassian.jira.plugin.... ]
ted won updated ISPN-6487:
--------------------------
Description:
In documentation faqs 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
"In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
was:
In 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
"In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
> Fix typo in faqs.adoc 2.6.1
> ---------------------------
>
> Key: ISPN-6487
> URL: https://issues.jboss.org/browse/ISPN-6487
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Core
> Affects Versions: 9.0.0.Alpha1
> Reporter: ted won
> Assignee: ted won
> Priority: Trivial
> Labels: documentation
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In documentation faqs 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
> "In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6487) Fix typo in faqs 2.6.1
by ted won (JIRA)
[ https://issues.jboss.org/browse/ISPN-6487?page=com.atlassian.jira.plugin.... ]
ted won updated ISPN-6487:
--------------------------
Summary: Fix typo in faqs 2.6.1 (was: Fix typo in faqs.adoc 2.6.1)
> Fix typo in faqs 2.6.1
> ----------------------
>
> Key: ISPN-6487
> URL: https://issues.jboss.org/browse/ISPN-6487
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Core
> Affects Versions: 9.0.0.Alpha1
> Reporter: ted won
> Assignee: ted won
> Priority: Trivial
> Labels: documentation
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In documentation faqs 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
> "In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6487) Fix typo in faqs.adoc 2.6.1
by ted won (JIRA)
[ https://issues.jboss.org/browse/ISPN-6487?page=com.atlassian.jira.plugin.... ]
ted won updated ISPN-6487:
--------------------------
Summary: Fix typo in faqs.adoc 2.6.1 (was: Fix typo in 2.6.1)
> Fix typo in faqs.adoc 2.6.1
> ---------------------------
>
> Key: ISPN-6487
> URL: https://issues.jboss.org/browse/ISPN-6487
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Core
> Affects Versions: 9.0.0.Alpha1
> Reporter: ted won
> Assignee: ted won
> Priority: Trivial
> Labels: documentation
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
> "In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6487) Fix typo in 2.6.1
by ted won (JIRA)
ted won created ISPN-6487:
-----------------------------
Summary: Fix typo in 2.6.1
Key: ISPN-6487
URL: https://issues.jboss.org/browse/ISPN-6487
Project: Infinispan
Issue Type: Task
Components: Documentation-Core
Affects Versions: 9.0.0.Alpha1
Reporter: ted won
Assignee: ted won
Priority: Trivial
Fix For: 9.0.0.Alpha2, 9.0.0.Final
In 2.6.1, there is a typo in one sentence as below, the last word 'modes' should be fixed as 'nodes' to make sense correctly.
"In a replicated cache all nodes in a cluster hold all keys i.e. if a key exists on one nodes, it will also exist on all other modes."
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6486) NPE in PersistentUUIDManagerImpl
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-6486:
-------------------------------------
Summary: NPE in PersistentUUIDManagerImpl
Key: ISPN-6486
URL: https://issues.jboss.org/browse/ISPN-6486
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Sanne Grinovero
I noticed the following exception being logged during the Infinispan core testsuite:
{noformat}FATAL (transport-thread-StaleLocksWithCommitDuringStateTransferTest-NodeD-p27554-t5) [PersistentUUIDManagerImpl] Cannot find mapping for address StaleLocksWithCommitDuringStateTransferTest-NodeD-61391
java.lang.NullPointerException
at org.infinispan.topology.PersistentUUIDManagerImpl.mapAddresses(PersistentUUIDManagerImpl.java:69)
at org.infinispan.topology.LocalTopologyManagerImpl.doHandleTopologyUpdate(LocalTopologyManagerImpl.java:316)
at org.infinispan.topology.LocalTopologyManagerImpl$1.run(LocalTopologyManagerImpl.java:257)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.runInternal(SemaphoreCompletionService.java:172)
at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.run(SemaphoreCompletionService.java:151)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecuto{noformat}
It doesn't seem to have caused any test failure, though it seems like a bug.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6483) CacheRpcCommandExternalizer frequently performs lookups from GlobalComponentRegistry
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-6483:
-------------------------------------
Summary: CacheRpcCommandExternalizer frequently performs lookups from GlobalComponentRegistry
Key: ISPN-6483
URL: https://issues.jboss.org/browse/ISPN-6483
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Sanne Grinovero
This is a significant CPU consumer; talking with Dan and Galder it looks like the reasons for the design might have changed and this could be simplified.
{noformat}
org.infinispan.factories.GlobalComponentRegistry.getNamedComponentRegistry(String)
org.infinispan.marshall.exts.CacheRpcCommandExternalizer.getCacheMarshaller(String)
org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(ObjectOutput, CacheRpcCommand)
org.infinispan.marshall.exts.CacheRpcCommandExternalizer.readObject(ObjectInput)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months