[Red Hat JIRA] (ISPN-12629) XSD "segmented" description is incorrect
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-12629?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-12629:
-------------------------------
Resolution: Done
Status: Resolved (was: Pull Request Sent)
> XSD "segmented" description is incorrect
> ----------------------------------------
>
> Key: ISPN-12629
> URL: https://issues.redhat.com/browse/ISPN-12629
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 12.0.0.CR1, 11.0.9.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 12.0.0.Final, 11.0.10.Final
>
>
> {{with the "hash.numSegments" property defining the number of segments}}
> The description above is wrong. The number of segments for a segmented cache store is equal to the number of segments defined in the cache. Users are trying to define {{.addProperty("hash.numSegments", "8")}} which won't work.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12536) Query cache creating create folders in the server bin directory
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12536?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12536:
-------------------------------------
Status: Open (was: New)
> Query cache creating create folders in the server bin directory
> ---------------------------------------------------------------
>
> Key: ISPN-12536
> URL: https://issues.redhat.com/browse/ISPN-12536
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Gustavo Fernandes
> Priority: Major
> Attachments: query.diff
>
>
> When creating caches with the attached configuration.
> Infinispan server is creating folders in the bin directory.
> It should be created in the data directory.
> {noformat}
> black_friday.Inventory black_friday.ShoppingProduct cli.log4j2.xml common.sh server.bat service
> black_friday.Product black_friday.User cli.sh report-osx.sh server.conf user-tool.bat
> black_friday.ShoppingCart cli.bat common.bat report.sh server.sh user-tool.sh
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12536) Query cache creating create folders in the server bin directory
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12536?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12536:
-------------------------------------
Affects Version/s: 12.0.0.CR1
> Query cache creating create folders in the server bin directory
> ---------------------------------------------------------------
>
> Key: ISPN-12536
> URL: https://issues.redhat.com/browse/ISPN-12536
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 12.0.0.CR1
> Reporter: Diego Lovison
> Assignee: Gustavo Fernandes
> Priority: Major
> Attachments: query.diff
>
>
> When creating caches with the attached configuration.
> Infinispan server is creating folders in the bin directory.
> It should be created in the data directory.
> {noformat}
> black_friday.Inventory black_friday.ShoppingProduct cli.log4j2.xml common.sh server.bat service
> black_friday.Product black_friday.User cli.sh report-osx.sh server.conf user-tool.bat
> black_friday.ShoppingCart cli.bat common.bat report.sh server.sh user-tool.sh
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12629) XSD "segmented" description is incorrect
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-12629?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-12629:
-------------------------------
Fix Version/s: 12.0.0.Final
11.0.10.Final
> XSD "segmented" description is incorrect
> ----------------------------------------
>
> Key: ISPN-12629
> URL: https://issues.redhat.com/browse/ISPN-12629
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 12.0.0.CR1, 11.0.9.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 12.0.0.Final, 11.0.10.Final
>
>
> {{with the "hash.numSegments" property defining the number of segments}}
> The description above is wrong. The number of segments for a segmented cache store is equal to the number of segments defined in the cache. Users are trying to define {{.addProperty("hash.numSegments", "8")}} which won't work.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12629) XSD "segmented" description is incorrect
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-12629?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-12629:
-------------------------------
Status: Open (was: New)
> XSD "segmented" description is incorrect
> ----------------------------------------
>
> Key: ISPN-12629
> URL: https://issues.redhat.com/browse/ISPN-12629
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 12.0.0.CR1, 11.0.9.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
>
> {{with the "hash.numSegments" property defining the number of segments}}
> The description above is wrong. The number of segments for a segmented cache store is equal to the number of segments defined in the cache. Users are trying to define {{.addProperty("hash.numSegments", "8")}} which won't work.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12634) Support Transcoding for the Remote Store
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12634?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12634:
-------------------------------------
Description:
The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
This will enable Rolling Upgrades between caches storing different data formats, provided there is a path for conversion between those formats
was:
The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
This will enable Rolling Upgrades between caches storing different data formats, provided there is a path for conversion between them
> Support Transcoding for the Remote Store
> ----------------------------------------
>
> Key: ISPN-12634
> URL: https://issues.redhat.com/browse/ISPN-12634
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 12.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
> The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
> This will enable Rolling Upgrades between caches storing different data formats, provided there is a path for conversion between those formats
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months
[Red Hat JIRA] (ISPN-12634) Support Transcoding for the Remote Store
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12634?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12634:
-------------------------------------
Description:
The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
This will enable Rolling Upgrades between caches storing different data formats, provided there is a path for conversion between them
was:
The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
This will enable Rolling Upgrades between disparate caches storing different data formats, provided there is a path for conversion between them
> Support Transcoding for the Remote Store
> ----------------------------------------
>
> Key: ISPN-12634
> URL: https://issues.redhat.com/browse/ISPN-12634
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 12.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> The involves removing internal usages of the deprecated configs 'hotRodWrapping' and 'rawValues', and also deprecate and remove internal usages of the 'marshaller' configuration.
> The remote store should make usage of Transcoders to convert to/from the data stored in the remote cache and the data stored in the local cache.
> This will enable Rolling Upgrades between caches storing different data formats, provided there is a path for conversion between them
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 3 months