[JBoss JIRA] (ISPN-10813) File Stores should notify user of being segmented can use many file descriptors
by Will Burns (Jira)
Will Burns created ISPN-10813:
---------------------------------
Summary: File Stores should notify user of being segmented can use many file descriptors
Key: ISPN-10813
URL: https://issues.jboss.org/browse/ISPN-10813
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
ISPN-10778 is making stores segmented by default. Unfortunately our SoftIndexFileStore and SingleFileStore can use up a large number of fds. We should log an error if these stores are used and segmented is not set and the warning should mention this issue. If segmented is enabled we should log an INFO stating as such.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10809) Cache with empty persistence configuration not rendered in JSON
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10809?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10809.
---------------------------------
Resolution: Done
> Cache with empty persistence configuration not rendered in JSON
> ---------------------------------------------------------------
>
> Key: ISPN-10809
> URL: https://issues.jboss.org/browse/ISPN-10809
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.0.0.CR3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> The following configuration:
> {code:xml}
> <infinispan>
> <cache-container>
> <distributed-cache name="fscache">
> <encoding>
> <key media-type="application/x-protostream"/>
> <value media-type="application/x-protostream"/>
> </encoding>
> <persistence>
> <file-store/>
> </persistence>
> </distributed-cache>
> </cache-container>
> </infinispan>
> {code}
> When obtained via REST, with
> {code}
> GET /rest/v2/caches/{cache}?action=config
> {code}
> Does not include the {{persistence}} element
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10812) StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10812?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10812:
--------------------------------
Labels: testsuite_failure (was: )
> StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
> ----------------------------------------------------------------------------
>
> Key: ISPN-10812
> URL: https://issues.jboss.org/browse/ISPN-10812
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Test Suite - Core
> Affects Versions: 10.0.0.CR3
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Labels: testsuite_failure
>
> Currently {{SerializationConfigUtil::getMarshaller}} leaks a thread because it creates a EmbeddedCacheManager in order to retrieve the PersistenceMarshallerImpl marshaller, but never closes the instance. Unfortunately, it's not as simple as just closing the EmbeddedCacheManager, because that will call stop on the PersistenceMarshallerImpl.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10812) StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10812:
-----------------------------------
Summary: StoreMigrator ThreadLeak when calling SerializationConfigUtil::getMarshaller
Key: ISPN-10812
URL: https://issues.jboss.org/browse/ISPN-10812
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores, Test Suite - Core
Affects Versions: 10.0.0.CR3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently {{SerializationConfigUtil::getMarshaller}} leaks a thread because it creates a EmbeddedCacheManager in order to retrieve the PersistenceMarshallerImpl marshaller, but never closes the instance. Unfortunately, it's not as simple as just closing the EmbeddedCacheManager, because that will call stop on the PersistenceMarshallerImpl.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months