[JBoss JIRA] (WFLY-13426) Optimize marshalling in clustering subsystems using ProtoStream
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-13426:
-----------------------------------
Summary: Optimize marshalling in clustering subsystems using ProtoStream
Key: WFLY-13426
URL: https://issues.redhat.com/browse/WFLY-13426
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 19.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Currently, WildFly uses JBoss Marshalling to marshal user objects (session attributes, SFSB instances) for the purposes of replication and persistence.
Protostream (developed by the Infinispan team) offers several advantages over JBoss Marshalling.
* Lower memory footprint (marshalling schemas are built during compilation time)
** Marshalling is granular, thus avoiding lots of large buffer copying
* Faster marshalling - as it does not rely on reflection
* Produces generally smaller replication payloads (see https://docs.google.com/spreadsheets/d/1f6FlXqxX7dYm44naHZfqLc5TjqlmscIdG... )
* Resolves security concerns due to JBM's reliance on reflection and Java serialization inherently permitting arbitrary execution of rogue code
* JBoss Marshalling is effectively in maintenance mode
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-5296) [DMN Designer] Graph - When users create a new node by using another node, the new node is created in the left side of the reference
by Guilherme Gomes (Jira)
[ https://issues.redhat.com/browse/DROOLS-5296?page=com.atlassian.jira.plug... ]
Guilherme Gomes updated DROOLS-5296:
------------------------------------
Description:
Currently, when users create a new node by using another node, the new node is created in the left side of the reference.
However, the expected behaviour is: when a user creates a new node by using another node, the new node must be created *above* the reference.
!demo.gif|width=400!
was:
Currently, when users create a new node by using another node, the new node is created in the left side of the reference.
However, the expected behaviour is: when a user creates a new node by using another node, the new node must be created *above* the reference.
!demo.gifwidth=400!
> [DMN Designer] Graph - When users create a new node by using another node, the new node is created in the left side of the reference
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-5296
> URL: https://issues.redhat.com/browse/DROOLS-5296
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: demo.gif
>
>
> Currently, when users create a new node by using another node, the new node is created in the left side of the reference.
> However, the expected behaviour is: when a user creates a new node by using another node, the new node must be created *above* the reference.
> !demo.gif|width=400!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-5296) [DMN Designer] Graph - When users create a new node by using another node, the new node is created in the left side of the reference
by Guilherme Gomes (Jira)
[ https://issues.redhat.com/browse/DROOLS-5296?page=com.atlassian.jira.plug... ]
Guilherme Gomes updated DROOLS-5296:
------------------------------------
Description:
Currently, when users create a new node by using another node, the new node is created in the left side of the reference.
However, the expected behaviour is: when a user creates a new node by using another node, the new node must be created *above* the reference.
!demo.gifwidth=400!
was:
As a user, when I create a new node by using another node, the new node must be created *above* the reference.
!demo.gifwidth=400!
> [DMN Designer] Graph - When users create a new node by using another node, the new node is created in the left side of the reference
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-5296
> URL: https://issues.redhat.com/browse/DROOLS-5296
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: demo.gif
>
>
> Currently, when users create a new node by using another node, the new node is created in the left side of the reference.
> However, the expected behaviour is: when a user creates a new node by using another node, the new node must be created *above* the reference.
> !demo.gifwidth=400!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years