[JBoss JIRA] (ISPN-11231) Transcoder lookup is inefficient
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11231?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11231:
--------------------------------
Fix Version/s: 9.4.18.Final
> Transcoder lookup is inefficient
> --------------------------------
>
> Key: ISPN-11231
> URL: https://issues.redhat.com/browse/ISPN-11231
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.17.Final, 10.1.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 9.4.18.Final, 11.0.0.Alpha1
>
>
> {{EncoderRegistryImpl}} stores transcoders in a set, without any lookup optimization because it assumes the number of transcoders is small.
> However, {{InternalCacheFactory.bootstrap()}} registers a "different" {{TranscoderMarshallerAdapter}} for each cache, even though they all delegate to the same global marshaller.
> I believe the global marshaller transcoder adapter should be registered only once in {{EncoderRegistryFactory}}, and ideally we should have a way of looking up transcoders by media types.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11246) Invoking a write operation with a loader should not retrieve value
by Will Burns (Jira)
Will Burns created ISPN-11246:
---------------------------------
Summary: Invoking a write operation with a loader should not retrieve value
Key: ISPN-11246
URL: https://issues.redhat.com/browse/ISPN-11246
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Will Burns
We have the notion of a Loader and a Store. If the user has configured a Loader and not a store, we should not retrieve the previous value when doing a write operation.
This is normally used with a remove method to remove some in memory contents (as you can't write to a Loader). But in this case there is no reason to return the previous value from the Loader.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11245) default logging is with simplified classnames "c{1}" but full names are expected
by Wolf-Dieter Fink (Jira)
Wolf-Dieter Fink created ISPN-11245:
---------------------------------------
Summary: default logging is with simplified classnames "c{1}" but full names are expected
Key: ISPN-11245
URL: https://issues.redhat.com/browse/ISPN-11245
Project: Infinispan
Issue Type: Enhancement
Reporter: Wolf-Dieter Fink
It will be confusing if the class names are not fully shown because
- not clear which part is logging (jgroups, infinispan, custom classes)
- infinispan classes might be not unique
- application classes might use similar names to infinispan
- application classes might not have unique names
For this the full category should be shown as before
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months