[ https://issues.jboss.org/browse/ISPN-8489?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8489:
------------------------------
Status: Open (was: New)
> Add compare-and-swap operation to StrongCounter
> -----------------------------------------------
>
> Key: ISPN-8489
> URL: https://issues.jboss.org/browse/ISPN-8489
> Project: Infinispan
> Issue Type: Feature Request
> Components: Clustered Counter
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.0.Beta1
>
>
> A compare-and-swap is preferred over the compare-and-set since it can save a RPC to re-fetch the counter's value. This is important for server-mode as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8489?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8489:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5568
> Add compare-and-swap operation to StrongCounter
> -----------------------------------------------
>
> Key: ISPN-8489
> URL: https://issues.jboss.org/browse/ISPN-8489
> Project: Infinispan
> Issue Type: Feature Request
> Components: Clustered Counter
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.0.Beta1
>
>
> A compare-and-swap is preferred over the compare-and-set since it can save a RPC to re-fetch the counter's value. This is important for server-mode as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8489?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8489:
------------------------------
Fix Version/s: 9.2.0.Beta1
> Add compare-and-swap operation to StrongCounter
> -----------------------------------------------
>
> Key: ISPN-8489
> URL: https://issues.jboss.org/browse/ISPN-8489
> Project: Infinispan
> Issue Type: Feature Request
> Components: Clustered Counter
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.0.Beta1
>
>
> A compare-and-swap is preferred over the compare-and-set since it can save a RPC to re-fetch the counter's value. This is important for server-mode as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8489?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8489:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Add compare-and-swap operation to StrongCounter
> -----------------------------------------------
>
> Key: ISPN-8489
> URL: https://issues.jboss.org/browse/ISPN-8489
> Project: Infinispan
> Issue Type: Feature Request
> Components: Clustered Counter
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.0.Beta1
>
>
> A compare-and-swap is preferred over the compare-and-set since it can save a RPC to re-fetch the counter's value. This is important for server-mode as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
Galder Zamarreño created ISPN-8527:
--------------------------------------
Summary: Expose writing from CharSequence rather than String
Key: ISPN-8527
URL: https://issues.jboss.org/browse/ISPN-8527
Project: Infinispan
Issue Type: Enhancement
Components: Marshalling
Reporter: Galder Zamarreño
This would enable users to pass implementations other than String as CharSequence, e.g. StringBuilder. The change is inspired in [this commit|https://github.com/protostuff/protostuff/pull/216].
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)