[JBoss JIRA] (ISPN-11980) Storage type HEAP default encoding should be application/x-java-object
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11980?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11980:
-------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Storage type HEAP default encoding should be application/x-java-object
> ----------------------------------------------------------------------
>
> Key: ISPN-11980
> URL: https://issues.redhat.com/browse/ISPN-11980
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 11.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Storage type {{HEAP}} is supposed to be a replacement for {{OBJECT+BINARY}}, storing POJOs in the data container by default but allowing the user to store serialized keys and values by configuring an encoding other than {{application/x-java-object}}.
> The current {{StorageConfigurationManager}} code doesn't work like that, and the default encoding for {{HEAP}} storage is the user marshaller's media type (by default {{application/x-protostream}}).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11980) Storage type HEAP default encoding should be application/x-java-object
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11980?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-11980 at 6/11/20 2:26 PM:
-------------------------------------------------------------------
The issue is actually using
{{storageType(HEAP)}}
{{storageType()}} is deprecated and {{HEAP}} is a replacement for {{OBJECT}}
was (Author: gustavonalle):
The issue is actually using storageType(HEAP): storageType() is deprecated and HEAP is a replacement for OBJECT
> Storage type HEAP default encoding should be application/x-java-object
> ----------------------------------------------------------------------
>
> Key: ISPN-11980
> URL: https://issues.redhat.com/browse/ISPN-11980
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 11.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Storage type {{HEAP}} is supposed to be a replacement for {{OBJECT+BINARY}}, storing POJOs in the data container by default but allowing the user to store serialized keys and values by configuring an encoding other than {{application/x-java-object}}.
> The current {{StorageConfigurationManager}} code doesn't work like that, and the default encoding for {{HEAP}} storage is the user marshaller's media type (by default {{application/x-protostream}}).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11980) Storage type HEAP default encoding should be application/x-java-object
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11980?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes commented on ISPN-11980:
------------------------------------------
The issue is actually using storageType(HEAP): storageType() is deprecated and HEAP is a replacement for OBJECT
> Storage type HEAP default encoding should be application/x-java-object
> ----------------------------------------------------------------------
>
> Key: ISPN-11980
> URL: https://issues.redhat.com/browse/ISPN-11980
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 11.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> Storage type {{HEAP}} is supposed to be a replacement for {{OBJECT+BINARY}}, storing POJOs in the data container by default but allowing the user to store serialized keys and values by configuring an encoding other than {{application/x-java-object}}.
> The current {{StorageConfigurationManager}} code doesn't work like that, and the default encoding for {{HEAP}} storage is the user marshaller's media type (by default {{application/x-protostream}}).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11784) Combine netty and non blocking thread pools
by Will Burns (Jira)
[ https://issues.redhat.com/browse/ISPN-11784?page=com.atlassian.jira.plugi... ]
Work on ISPN-11784 stopped by Will Burns.
-----------------------------------------
> Combine netty and non blocking thread pools
> -------------------------------------------
>
> Key: ISPN-11784
> URL: https://issues.redhat.com/browse/ISPN-11784
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 11.0.0.Final
>
>
> We cannot simply drop in our non blocking thread pool as an executor for netty io event loop group. The reason is because Netty takes over control of that thread and only runs tasks submitted to its various event loops. To consolidate these we need to replace our non blocking thread pool with the netty thread pool so it can awake the thread to process tasks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-11994) RemoteCacheImpl.retrieveEntries with explicit segments is not server aware
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-11994:
----------------------------------------
Summary: RemoteCacheImpl.retrieveEntries with explicit segments is not server aware
Key: ISPN-11994
URL: https://issues.redhat.com/browse/ISPN-11994
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Reporter: Will Burns
Assignee: Will Burns
Unfortunately retrieveEntries method always chooses a random server to send a request to. This is fine when segments is not provided. However if an explicit set of segments is provided we should route the request to the address that has the most segments of the set and hasn't failed yet.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months