[JBoss JIRA] (ISPN-9182) Remove compat mode from Tasks and Scripts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9182?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-9182:
---------------------------------------
Assignee: Gustavo Fernandes
> Remove compat mode from Tasks and Scripts
> -----------------------------------------
>
> Key: ISPN-9182
> URL: https://issues.jboss.org/browse/ISPN-9182
> Project: Infinispan
> Issue Type: Sub-task
> Components: Tasks
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Both script and tasks hardcode GenericJbossMarshaller in several places, and use it to unmarshall parameters and user data when executing code. If the client uses a different marshaller, it breaks.
> Both should rely instead on the MediaType sent by the Hot Rod client in order to convert from and to the storage format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9402) Upgrade to JGroups 4.0.13.Final
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9402?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9402:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6173
> Upgrade to JGroups 4.0.13.Final
> -------------------------------
>
> Key: ISPN-9402
> URL: https://issues.jboss.org/browse/ISPN-9402
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Core
> Affects Versions: 9.4.0.Alpha1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.4.0.Beta1
>
>
> Interesting changes in JGroups 4.0.13.Final:
> {quote}
> - Changed the way a coord leaves gracefully (JGRP-2277): instead of creating the last view itself, the leaving coord asks the next-in-line to create and install it. This has the advantage that the new coord can retransmit the view (if lost) as it's stil alive and simplifies code, because the path for graceful leave and crash is now the same.
> - Reactive style of merging (JGRP-2281): when using MERGE3 and TCP, a merge could be only partial and multiple merge rounds would be needed, increasing the total time for a complete merge.
> This was changed by providing a new event which implements a reactive style of discovery by invoking a callback every time a discovery response is received.
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months