[JBoss JIRA] (DROOLS-3994) [DMN Designer] Connectors to do align with Node boundaries
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3994?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3994:
----------------------------------------
The problem is when the Connector is attached to the centre of the Shape.
Hence this only affects re-opening diagrams authored in our editor where connectors were set to the _centre_.
This can only be accomplished by connecting two {{Nodes}} and then dragging a connector end-point to the _centre_ of one of the {{Nodes}}.
> [DMN Designer] Connectors to do align with Node boundaries
> ----------------------------------------------------------
>
> Key: DROOLS-3994
> URL: https://issues.jboss.org/browse/DROOLS-3994
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.21.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: DROOLS-3994-preview.png, connectors.png, traffic.dmn
>
>
> When opening a DMN file the connectors do not align with the Node boundaries.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (REMJMX-160) Every JMXConnectorFactory#connect() creates a new ThreadGroup which is never reclaimed
by Masafumi Miura (Jira)
[ https://issues.jboss.org/browse/REMJMX-160?page=com.atlassian.jira.plugin... ]
Masafumi Miura updated REMJMX-160:
----------------------------------
Workaround Description:
- Reuse a JMXConnector object after it's created via JMXConnectorFactory#connect().
- Pass a custom executor to JMXConnectorFactory.connect(url, map) by passing the environment map with the key "java.util.concurrent.Executor". See the attached JmxClientCustomExecutorWorkaround.java for details.
was:
- Reuse a JMXConnector object after it's created via JMXConnectorFactory#connect()
- Pass a custom executor to JMXConnectorFactory.connect(url, map) by passing the environment map with the key "java.util.concurrent.Executor"
> Every JMXConnectorFactory#connect() creates a new ThreadGroup which is never reclaimed
> --------------------------------------------------------------------------------------
>
> Key: REMJMX-160
> URL: https://issues.jboss.org/browse/REMJMX-160
> Project: Remoting JMX
> Issue Type: Bug
> Affects Versions: 1.1.3.Final, 3.0.1.Final
> Reporter: Masafumi Miura
> Assignee: JBoss SET
> Priority: Major
> Attachments: JmxClient.java, JmxClientCustomExecutorWorkaround.java, Memory.png, leaks.png
>
>
> In JMX client application, every JMXConnectorFactory#connect() invocation creates a new ThreadGroup which is never reclaimed.
> https://github.com/jbossas/remoting-jmx/blob/3.0.1.Final/src/main/java/or...
> If a JMX client application lives for long periods of time and repeats to invoke JMXConnectorFactory#connect() and JMXConnector#close(), a lot of ThreadGroup instances are retained eventually.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (REMJMX-160) Every JMXConnectorFactory#connect() creates a new ThreadGroup which is never reclaimed
by Masafumi Miura (Jira)
[ https://issues.jboss.org/browse/REMJMX-160?page=com.atlassian.jira.plugin... ]
Masafumi Miura updated REMJMX-160:
----------------------------------
Workaround Description:
- Reuse a JMXConnector object after it's created via JMXConnectorFactory#connect()
- Pass a custom executor to JMXConnectorFactory.connect(url, map) by passing the environment map with the key "java.util.concurrent.Executor"
was:
- Reuse a JMXConnector object after it's created via JMXConnectorFactory#connect()
- Pass a custom executor by the environment map with the key "java.util.concurrent.Executor"
> Every JMXConnectorFactory#connect() creates a new ThreadGroup which is never reclaimed
> --------------------------------------------------------------------------------------
>
> Key: REMJMX-160
> URL: https://issues.jboss.org/browse/REMJMX-160
> Project: Remoting JMX
> Issue Type: Bug
> Affects Versions: 1.1.3.Final, 3.0.1.Final
> Reporter: Masafumi Miura
> Assignee: JBoss SET
> Priority: Major
> Attachments: Memory.png, leaks.png
>
>
> In JMX client application, every JMXConnectorFactory#connect() invocation creates a new ThreadGroup which is never reclaimed.
> https://github.com/jbossas/remoting-jmx/blob/3.0.1.Final/src/main/java/or...
> If a JMX client application lives for long periods of time and repeats to invoke JMXConnectorFactory#connect() and JMXConnector#close(), a lot of ThreadGroup instances are retained eventually.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months