[JBoss JIRA] (ISPN-9411) Shutdown process hangs on same cache each time
by Sergey Chernolyas (JIRA)
[ https://issues.jboss.org/browse/ISPN-9411?page=com.atlassian.jira.plugin.... ]
Sergey Chernolyas updated ISPN-9411:
------------------------------------
Attachment: server_log.txt
> Shutdown process hangs on same cache each time
> ----------------------------------------------
>
> Key: ISPN-9411
> URL: https://issues.jboss.org/browse/ISPN-9411
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Environment: Linux, cluster with two nodex
> Reporter: Sergey Chernolyas
> Attachments: server_log.txt
>
>
> Each time, shutdown process hangs on same cache.
> Configuration of the caches are:
> {code}
> <distributed-cache name="ACCESSORIES" owners="2" segments="1024" mode="SYNC">
> <state-transfer await-initial-transfer="true" enabled="true" timeout="2400000" chunk-size="2048"/>
> <partition-handling when-split="ALLOW_READ_WRITES" merge-policy="PREFERRED_ALWAYS"/>
> <memory>
> <object size="1000000" strategy="REMOVE"/>
> </memory>
> <indexing index="LOCAL">
> <property name="default.directory_provider">infinispan</property>
> <property name="default.indexmanager">org.infinispan.query.indexmanager.InfinispanIndexManager
> </property>
> <property name="default.worker.execution">async</property>
> <property name="default.index_flush_interval">500</property>
> <property name="default.indexwriter.merge_factor">30</property>
> <property name="default.indexwriter.merge_max_size">1024</property>
> <property name="default.indexwriter.ram_buffer_size">256</property>
> <property name="default.locking_cachename">LuceneIndexesLocking_accessories</property>
> <property name="default.data_cachename">LuceneIndexesData_accessories</property>
> <property name="default.metadata_cachename">LuceneIndexesMetadata_accessories</property>
> </indexing>
> <rocksdb-store preload="true" path="/data/rocksdb/accessories/data">
> <expiration path="/data/rocksdb/accessories/expired"/>
> </rocksdb-store>
> </distributed-cache>
> <distributed-cache name="LuceneIndexesData_accessories">
> <state-transfer await-initial-transfer="true" enabled="true" timeout="2400000" chunk-size="2048"/>
> <partition-handling when-split="ALLOW_READ_WRITES" merge-policy="PREFERRED_ALWAYS"/>
> <rocksdb-store preload="true" fetch-state="true" passivation="true" name="accessories_index_data" path="/data/rocksdb/accessories_index_data/data">
> <expiration path="/data/rocksdb/accessories_index_data/expired"/>
> </rocksdb-store>
> </distributed-cache>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9390) DefaultConflictManager throws exception during merge conflicts resolution
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-9390?page=com.atlassian.jira.plugin.... ]
Ryan Emerson commented on ISPN-9390:
------------------------------------
[~staho] The following levels should be sufficient (this is from an embedded log4j.xml file, but these can also be set in the server config).
{code}
<Logger name="org.jgroups" level="INFO"/>
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict" level="ALL"/>
<Logger name="org.infinispan.statetransfer" level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling" level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
<Logger name="org.infinispan.commands" level="ALL"/>
{code}
> DefaultConflictManager throws exception during merge conflicts resolution
> -------------------------------------------------------------------------
>
> Key: ISPN-9390
> URL: https://issues.jboss.org/browse/ISPN-9390
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.0.Final
> Reporter: M S
> Assignee: Ryan Emerson
> Attachments: 15nodes-merge-issue.zip
>
>
> In one of our environments where we have 15 nodes in cloud we got to the point where following issue occurs on one of the nodes - node22 (Cache zones encountered exception whilst trying to resolve conflicts on merge: java.util.concurrent.CompletionException: org.infinispan.commons.CacheException).
> We reproduced it while having 15 nodes in cloud, and then unplugging and plugging one node - node11 back.
> I'm attaching infinispan logs (WARN level set) from the failed controllers and our cluster config. [^15nodes-merge-issue.zip]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9390) DefaultConflictManager throws exception during merge conflicts resolution
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-9390?page=com.atlassian.jira.plugin.... ]
Ryan Emerson edited comment on ISPN-9390 at 8/8/18 5:39 AM:
------------------------------------------------------------
[~staho] The following levels should be sufficient (this is from an embedded log4j.xml file, but the equivelant can also be set in the server config).
{code}
<Logger name="org.jgroups" level="INFO"/>
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict" level="ALL"/>
<Logger name="org.infinispan.statetransfer" level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling" level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
<Logger name="org.infinispan.commands" level="ALL"/>
{code}
was (Author: ryanemerson):
[~staho] The following levels should be sufficient (this is from an embedded log4j.xml file, but these can also be set in the server config).
{code}
<Logger name="org.jgroups" level="INFO"/>
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict" level="ALL"/>
<Logger name="org.infinispan.statetransfer" level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling" level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
<Logger name="org.infinispan.commands" level="ALL"/>
{code}
> DefaultConflictManager throws exception during merge conflicts resolution
> -------------------------------------------------------------------------
>
> Key: ISPN-9390
> URL: https://issues.jboss.org/browse/ISPN-9390
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.0.Final
> Reporter: M S
> Assignee: Ryan Emerson
> Attachments: 15nodes-merge-issue.zip
>
>
> In one of our environments where we have 15 nodes in cloud we got to the point where following issue occurs on one of the nodes - node22 (Cache zones encountered exception whilst trying to resolve conflicts on merge: java.util.concurrent.CompletionException: org.infinispan.commons.CacheException).
> We reproduced it while having 15 nodes in cloud, and then unplugging and plugging one node - node11 back.
> I'm attaching infinispan logs (WARN level set) from the failed controllers and our cluster config. [^15nodes-merge-issue.zip]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9410:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Critical
> Fix For: 9.4.0.CR1, 9.3.2.Final
>
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months
[JBoss JIRA] (ISPN-9410) Intermittent Linkage erros when starting the server with indexed caches
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-9410?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9410:
--------------------------------
Fix Version/s: 9.4.0.CR1
9.3.2.Final
> Intermittent Linkage erros when starting the server with indexed caches
> -----------------------------------------------------------------------
>
> Key: ISPN-9410
> URL: https://issues.jboss.org/browse/ISPN-9410
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Critical
> Fix For: 9.4.0.CR1, 9.3.2.Final
>
>
> {noformat}
> Caused by: org.infinispan.commons.CacheException: java.lang.LinkageError:
> loader constraint violation: when resolving interface method
> "org.infinispan.lucene.directory.BuildContext.create()Lorg/apache/lucene/store/Directory;"
> the class loader (instance of org/jboss/modules/ModuleClassLoader) of the current class,
> org/infinispan/hibernate/search/spi/InfinispanDirectoryProvider, and the class loader
> (instance of org/jboss/modules/ModuleClassLoader) for the method's defining class, org/infinispan/lucene/directory/BuildContext, have different Class objects for the type
> org/apache/lucene/store/Directory used in the signature
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 8 months