[JBoss JIRA] (ISPN-6538) Little typo in Clustering modes documentation section
by Andrea Cosentino (JIRA)
[ https://issues.jboss.org/browse/ISPN-6538?page=com.atlassian.jira.plugin.... ]
Andrea Cosentino updated ISPN-6538:
-----------------------------------
Description: There is a little typo in that section "Toplogy" instead of "Topology". I'll provide a little stupid PR for this :-) (was: There is a little typo in that section "Toplogy" instead of "Topology". I'll provide the a little stupid PR for this :-))
> Little typo in Clustering modes documentation section
> -----------------------------------------------------
>
> Key: ISPN-6538
> URL: https://issues.jboss.org/browse/ISPN-6538
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Servers
> Affects Versions: 8.2.1.Final
> Reporter: Andrea Cosentino
> Assignee: Andrea Cosentino
> Priority: Trivial
> Fix For: 9.0.0.Alpha2
>
>
> There is a little typo in that section "Toplogy" instead of "Topology". I'll provide a little stupid PR for this :-)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6538) Little typo in Clustering modes documentation section
by Andrea Cosentino (JIRA)
Andrea Cosentino created ISPN-6538:
--------------------------------------
Summary: Little typo in Clustering modes documentation section
Key: ISPN-6538
URL: https://issues.jboss.org/browse/ISPN-6538
Project: Infinispan
Issue Type: Task
Components: Documentation-Servers
Affects Versions: 8.2.1.Final
Reporter: Andrea Cosentino
Priority: Trivial
Fix For: 9.0.0.Alpha2
There is a little typo in that section "Toplogy" instead of "Topology". I'll provide the a little stupid PR for this :-)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6521) Statistics for Server
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6521?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-6521:
-------------------------------------
This information is already available in the DMR. It doesn't include client overhead times but does include inter cluster communication times for remote gets (if any) and write operations.
They can be found under the cache as seen here:
[standalone@localhost:9990 local-cache=default] pwd
/subsystem=datagrid-infinispan/cache-container=local/local-cache=default
[standalone@localhost:9990 local-cache=default] ls
backup misses=0
transaction number-of-entries=0
activations=0 number-of-locks-available=0
average-read-time=0 number-of-locks-held=0
average-remove-time=0 passivations=0
average-write-time=0 prepares=0
cache-loader-loads=0 read-write-ratio=0.0
cache-loader-misses=0 remove-hits=0
cache-loader-stores=0 remove-misses=0
cache-name=default rollbacks=0
cache-status=RUNNING sites-mixed=[]
commits=0 sites-offline=[]
concurrency-level=1000 sites-online=[]
configuration=default stores=0
evictions=0 time-since-reset=44
hit-ratio=0.0 time-since-start=44
hits=0 version=9.0.0.Alpha1
invalidations=0
> Statistics for Server
> ---------------------
>
> Key: ISPN-6521
> URL: https://issues.jboss.org/browse/ISPN-6521
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management, Server
> Reporter: William Burns
>
> JMX and DMR metrics will be implemented which report the number of invocations for each operation, their cumulative execution time, and the average execution time.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6537) Support persistence of Hibernate Search/Lucene indexes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6537?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-6537:
-----------------------------------------
Could you post your configuration? Are you using the modules distributed on http://downloads.jboss.org/infinispan/8.1.3.Final/infinispan-as-embedded-... ?
> Support persistence of Hibernate Search/Lucene indexes
> ------------------------------------------------------
>
> Key: ISPN-6537
> URL: https://issues.jboss.org/browse/ISPN-6537
> Project: Infinispan
> Issue Type: Feature Request
> Components: Lucene Directory
> Affects Versions: 8.1.0.Final
> Environment: Wildfly 10.0.Final with infinispan-directory-provider and lucene-directory 8.1.0 final deployed as modules.
> Reporter: John Schneider
>
> I'm able to use Infinispan for my HIbernate Search/Lucene indexes without any issues on Wildfly 10.0.Final with infinispan-directory-provider and lucene-directory 8.1.0 final deployed as modules. However, I need to persist the indexes to disk and when I add a file-store directive to my configuration, I get a NotSerializableException for org.infinispan.lucene.FileListCacheKey. I haven't gotten past this exception, so I don't know if this is as simple as implementing Serializable on FileListCacheKey or not.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6537) Support persistence of Hibernate Search/Lucene indexes
by John Schneider (JIRA)
John Schneider created ISPN-6537:
------------------------------------
Summary: Support persistence of Hibernate Search/Lucene indexes
Key: ISPN-6537
URL: https://issues.jboss.org/browse/ISPN-6537
Project: Infinispan
Issue Type: Feature Request
Components: Lucene Directory
Affects Versions: 8.1.0.Final
Environment: Wildfly 10.0.Final with infinispan-directory-provider and lucene-directory 8.1.0 final deployed as modules.
Reporter: John Schneider
I'm able to use Infinispan for my HIbernate Search/Lucene indexes without any issues on Wildfly 10.0.Final with infinispan-directory-provider and lucene-directory 8.1.0 final deployed as modules. However, I need to persist the indexes to disk and when I add a file-store directive to my configuration, I get a NotSerializableException for org.infinispan.lucene.FileListCacheKey. I haven't gotten past this exception, so I don't know if this is as simple as implementing Serializable on FileListCacheKey or not.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6536) NPE on org.infinispan.globalstate.impl.GlobalStateManagerImpl
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6536?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6536:
-------------------------------------
Assignee: Tristan Tarrant
> NPE on org.infinispan.globalstate.impl.GlobalStateManagerImpl
> --------------------------------------------------------------
>
> Key: ISPN-6536
> URL: https://issues.jboss.org/browse/ISPN-6536
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.0.0.Alpha1
> Reporter: Gustavo Fernandes
> Assignee: Tristan Tarrant
>
> Caught this while starting the server:
> {code}
> 2016-04-22 15:04:49,584 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /home/gfernandes/code/infinispan-spark/target/scala-2.11/test-classes/infinispan-server/standalone/deployments
> 2016-04-22 15:04:52,194 WARN [org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder] (MSC service thread 1-3) ISPN000149: Fetch persistent state and purge on startup are both disabled, cache may contain stale entries on startup
> 2016-04-22 15:04:52,195 WARN [org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder] (MSC service thread 1-3) ISPN000149: Fetch persistent state and purge on startup are both disabled, cache may contain stale entries on startup
> 2016-04-22 15:04:52,197 INFO [org.infinispan.globalstate.impl.GlobalStateManagerImpl] (MSC service thread 1-3) ISPN000389: Loaded global state, version=null timestamp=null
> 2016-04-22 15:04:52,203 WARN [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000189: While stopping a cache or cache manager, one of its components failed to stop: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.globalstate.impl.GlobalStateManagerImpl.stop() on object of type GlobalStateManagerImpl
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:172)
> at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:864)
> at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:669)
> at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:569)
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:250)
> at org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:662)
> at org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager.start(AbstractDelegatingEmbeddedCacheManager.java:168)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:81)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:77)
> at org.infinispan.security.Security.doPrivileged(Security.java:76)
> at org.infinispan.server.infinispan.SecurityActions.doPrivileged(SecurityActions.java:64)
> at org.infinispan.server.infinispan.SecurityActions.registerAndStartContainer(SecurityActions.java:85)
> at org.jboss.as.clustering.infinispan.subsystem.CacheContainerBuilder.start(CacheContainerBuilder.java:99)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> at org.infinispan.topology.LocalTopologyManagerImpl.prepareForPersist(LocalTopologyManagerImpl.java:748)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl.lambda$writeGlobalState$132(GlobalStateManagerImpl.java:94)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl$$Lambda$25/1257239497.accept(Unknown Source)
> at java.util.ArrayList.forEach(ArrayList.java:1249)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl.writeGlobalState(GlobalStateManagerImpl.java:94)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl.stop(GlobalStateManagerImpl.java:84)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:168)
> ... 17 more
> 2016-04-22 15:04:52,204 WARN [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000189: While stopping a cache or cache manager, one of its components failed to stop: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.marshall.core.GlobalMarshaller.stop() on object of type GlobalMarshaller
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:172)
> at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:864)
> at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:669)
> at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:569)
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:250)
> at org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:662)
> at org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager.start(AbstractDelegatingEmbeddedCacheManager.java:168)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:81)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:77)
> at org.infinispan.security.Security.doPrivileged(Security.java:76)
> at org.infinispan.server.infinispan.SecurityActions.doPrivileged(SecurityActions.java:64)
> at org.infinispan.server.infinispan.SecurityActions.registerAndStartContainer(SecurityActions.java:85)
> at org.jboss.as.clustering.infinispan.subsystem.CacheContainerBuilder.start(CacheContainerBuilder.java:99)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> at org.infinispan.marshall.core.VersionAwareMarshaller.stop(VersionAwareMarshaller.java:69)
> at org.infinispan.commons.marshall.AbstractDelegatingMarshaller.stop(AbstractDelegatingMarshaller.java:25)
> at org.infinispan.marshall.core.GlobalMarshaller.stop(GlobalMarshaller.java:42)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:168)
> ... 17 more
> 2016-04-22 15:04:52,206 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.datagrid-infinispan.clustered: org.jboss.msc.service.StartException in service jboss.datagrid-infinispan.clustered: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.globalstate.impl.GlobalStateManagerImpl.start() on object of type GlobalStateManagerImpl
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:246)
> at org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:662)
> at org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager.start(AbstractDelegatingEmbeddedCacheManager.java:168)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:81)
> at org.infinispan.server.infinispan.SecurityActions$1.run(SecurityActions.java:77)
> at org.infinispan.security.Security.doPrivileged(Security.java:76)
> at org.infinispan.server.infinispan.SecurityActions.doPrivileged(SecurityActions.java:64)
> at org.infinispan.server.infinispan.SecurityActions.registerAndStartContainer(SecurityActions.java:85)
> at org.jboss.as.clustering.infinispan.subsystem.CacheContainerBuilder.start(CacheContainerBuilder.java:99)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> ... 3 more
> Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.globalstate.impl.GlobalStateManagerImpl.start() on object of type GlobalStateManagerImpl
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:172)
> at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:864)
> at org.infinispan.factories.AbstractComponentRegistry.invokeStartMethods(AbstractComponentRegistry.java:633)
> at org.infinispan.factories.AbstractComponentRegistry.internalStart(AbstractComponentRegistry.java:622)
> at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:547)
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:233)
> ... 13 more
> Caused by: java.lang.NullPointerException
> at java.util.UUID.fromString(UUID.java:192)
> at org.infinispan.topology.PersistentUUID.fromString(PersistentUUID.java:40)
> at org.infinispan.topology.LocalTopologyManagerImpl.prepareForRestore(LocalTopologyManagerImpl.java:753)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl.lambda$start$131(GlobalStateManagerImpl.java:70)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl$$Lambda$23/1716452265.accept(Unknown Source)
> at java.util.ArrayList.forEach(ArrayList.java:1249)
> at org.infinispan.globalstate.impl.GlobalStateManagerImpl.start(GlobalStateManagerImpl.java:70)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:168)
> ... 18 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months