[infinispan-issues] [JBoss JIRA] (ISPN-9411) Shutdown process hangs on same cache each time

Dan Berindei (Jira) issues at jboss.org
Sat Jun 20 03:35:12 EDT 2020


     [ https://issues.redhat.com/browse/ISPN-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei closed ISPN-9411.
------------------------------
    Fix Version/s: 10.1.0.Final
       Resolution: Done


The RocksDBStore expiration queue was removed in 10.1.0 (ISPN-10963)

> Shutdown process hangs on same cache each time
> ----------------------------------------------
>
>                 Key: ISPN-9411
>                 URL: https://issues.redhat.com/browse/ISPN-9411
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 9.2.4.Final, 9.3.1.Final
>         Environment: Linux, cluster with two nodes
>            Reporter: Sergey Chernolyas
>            Priority: Major
>             Fix For: 10.1.0.Final
>
>         Attachments: filestore_931_stack.txt, server_log.txt, server_log_for_infinispan_931_hang.txt, shutdown_10540_931.txt, shutdown_15226_931.txt, shutdown_7181_924.txt, shutdown_7252_924.txt
>
>
> Each time, shutdown process hangs on same cache.
> Configuration of the caches are:
> {code:title=Cache configurations|linenumbers=true|language=XML}
> <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.13.8#713008)


More information about the infinispan-issues mailing list