[JBoss JIRA] (DROOLS-1231) Container is not upgraded until restarted
by Maciej Swiderski (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1231?page=com.atlassian.jira.plugi... ]
Maciej Swiderski moved RHBPMS-4111 to DROOLS-1231:
--------------------------------------------------
Project: Drools (was: JBoss BPMS Platform)
Key: DROOLS-1231 (was: RHBPMS-4111)
Workflow: GIT Pull Request workflow (was: CDW v1)
Docs QE Status: NEW
Component/s: core engine
kie server
(was: Kie-Server)
Affects Version/s: 7.0.0.Beta1
(was: 6.3.0.GA)
QE Status: NEW
> Container is not upgraded until restarted
> -----------------------------------------
>
> Key: DROOLS-1231
> URL: https://issues.jboss.org/browse/DROOLS-1231
> Project: Drools
> Issue Type: Bug
> Components: core engine, kie server
> Affects Versions: 7.0.0.Beta1
> Reporter: Maciej Swiderski
> Assignee: Mario Fusco
>
> If you create a container, and then upgrade it to a higher kjar version - the resources (processes, rules) are not actually upgraded until you STOP/START this container
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JGRP-2044) RequestCorrelator causes frequent boxing and autoboxing by using a Map<Long, Request>
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2044?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2044:
---------------------------
Attachment: RequestCorrelator.java
RequestCorrelator using TLongObjectHashMap
> RequestCorrelator causes frequent boxing and autoboxing by using a Map<Long,Request>
> ------------------------------------------------------------------------------------
>
> Key: JGRP-2044
> URL: https://issues.jboss.org/browse/JGRP-2044
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Sanne Grinovero
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 4.0
>
> Attachments: RequestCorrelator.java
>
>
> The JFR profiler is highlighting a significant amount of boxing and autoboxing, as the request is is treated as a {{long}} but this is used as an key for the {{Map<Long,Request>}}.
> We could try to either consistently use {{Long}} rather than {{long}}, or even better figure out an optimal data structure to replace the implementation of the Map to not require boxing of the keys.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months