[JBoss JIRA] (WFCORE-4609) Core threads in EnhancedQueueExecutor might timeout below core pool size even if allowCoreTimeOut is false
by Cheng Fang (Jira)
[ https://issues.jboss.org/browse/WFCORE-4609?page=com.atlassian.jira.plugi... ]
Cheng Fang commented on WFCORE-4609:
------------------------------------
It looks like the same as JBTHR-49. But JBTHR-49 was fixed in jboss-threads version 2.3.1.Final, 2.4.0.Final, and wildfly-core currently has jboss-threads version 2.3.3.Final, but still sees this problem.
> Core threads in EnhancedQueueExecutor might timeout below core pool size even if allowCoreTimeOut is false
> ----------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-4609
> URL: https://issues.jboss.org/browse/WFCORE-4609
> Project: WildFly Core
> Issue Type: Bug
> Components: IO
> Affects Versions: 10.0.0.Beta2
> Reporter: Miroslav Novak
> Assignee: Flavia Rainone
> Priority: Major
>
> I can see unexpected behavior in EnhancedQueueExecutor [1]. Even when I set allowsCoreThreadTimeOut to false, sometimes happens that pool size goes below core size by a few threads.
> Test scenario:
> - create EnhancedQueueExecutor with coreSize=3, maxSize=6, allowsCoreThreadTimeOut=false, keepAliveTimeout=1000ms
> - submit 6 threads into executor and wait until all are running so maxSize is reached
> - allow all threads to finish and wait some time for threads to timeout
> Expected result is that poolSize will be 3 as coreSize=3 but sometimes happens that poolSize is 2 or 1.
> This might not be a bug as EnhancedQueueExecutor estimates its pool size and might allow to timeout more threads than coreSize. I'm creating this jira so it's explained for future reference.
> [1] https://github.com/jbossas/jboss-threads/blob/2.3.3.Final/src/main/java/o...
> [2] https://issues.jboss.org/browse/EAP7-488
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4395) [DMN Designer] Validation fails for included PMML model
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4395?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-4395:
-------------------------------------
[~karreiro] hello, please are you using some `showcase` or `kie-wb-distribututions/business-central-parent/business-central-webapp` ? I downloaded latest 7.26.0-SNAPSHOT and the issue is still present on my machine.
> [DMN Designer] Validation fails for included PMML model
> -------------------------------------------------------
>
> Key: DROOLS-4395
> URL: https://issues.jboss.org/browse/DROOLS-4395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.25.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Critical
> Labels: drools-tools
> Attachments: Screenshot from 2019-08-08 16-02-49.png, cannot-reproduce.gif, error.log
>
>
> There is an issue when user imports a PMML model into a DMN model. Then saving/validation of the DMN throws an error.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4178) [DMN Designer] Selected Node Is selected also in Documentation
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4178?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4178:
--------------------------------
Description:
User has possibility to export documentation of a dmn diagram. Such documentation contains a picture of the diagram. The issue is the picture has highlighted some nodes, if those were selected in the designer model tab.
h2. Acceptance test
- Select one node, check documentation (/)
- Select multiple nodes, check documentation (x) - fixed in re-review
- Select node, check documentation, return to model (x) - explained it works as designed
was:
User has possibility to export documentation of a dmn diagram. Such documentation contains a picture of the diagram. The issue is the picture has highlighted some nodes, if those were selected in the designer model tab.
h2. Acceptance test
- Select one node, check documentation (/)
- Select multiple nodes, check documentation (x)
- Select node, check documentation, return to model (x)
> [DMN Designer] Selected Node Is selected also in Documentation
> --------------------------------------------------------------
>
> Key: DROOLS-4178
> URL: https://issues.jboss.org/browse/DROOLS-4178
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.26.0.Final
>
> Attachments: Screenshot from 2019-06-13 11-31-38.png
>
>
> User has possibility to export documentation of a dmn diagram. Such documentation contains a picture of the diagram. The issue is the picture has highlighted some nodes, if those were selected in the designer model tab.
> h2. Acceptance test
> - Select one node, check documentation (/)
> - Select multiple nodes, check documentation (x) - fixed in re-review
> - Select node, check documentation, return to model (x) - explained it works as designed
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4178) [DMN Designer] Selected Node Is selected also in Documentation
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4178?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4178:
--------------------------------
Fix Version/s: 7.26.0.Final
> [DMN Designer] Selected Node Is selected also in Documentation
> --------------------------------------------------------------
>
> Key: DROOLS-4178
> URL: https://issues.jboss.org/browse/DROOLS-4178
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.26.0.Final
>
> Attachments: Screenshot from 2019-06-13 11-31-38.png
>
>
> User has possibility to export documentation of a dmn diagram. Such documentation contains a picture of the diagram. The issue is the picture has highlighted some nodes, if those were selected in the designer model tab.
> h2. Acceptance test
> - Select one node, check documentation (/)
> - Select multiple nodes, check documentation (x)
> - Select node, check documentation, return to model (x)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4409) [DMN Designer] Data Type Structure update is slow
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4409?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4409:
--------------------------------
Fix Version/s: 7.26.0.Final
> [DMN Designer] Data Type Structure update is slow
> -------------------------------------------------
>
> Key: DROOLS-4409
> URL: https://issues.jboss.org/browse/DROOLS-4409
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.25.0.Final
> Environment: - jboss-eap-7.2.2 with memory settings like: JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=1024m -Djava.net.preferIPv4Stack=true"
> - Chrome 75
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Critical
> Labels: drools-tools
> Fix For: 7.26.0.Final
>
> Attachments: data-type-structure-edit.webm, structures.zip
>
>
> The performance of dmn structures edit seems to be downgraded. Just adding another field into a existing structure takes ~5 seconds. The attached video demonstrates just saving added field however also other operations, like remove field performance was downgraded.
> h2. Acceptance test
> - Define 5 simple data types (/)
> - Define 3 structures, each 3 fields, one is dependent on other two (/)
> - Invoke constraint dialog multiple times in a row, confirm changes, discard changes (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4168) [DMN Designer] Documentation - Implement styles and presentation enhancements
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4168?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4168:
--------------------------------
Fix Version/s: 7.26.0.Final
> [DMN Designer] Documentation - Implement styles and presentation enhancements
> -----------------------------------------------------------------------------
>
> Key: DROOLS-4168
> URL: https://issues.jboss.org/browse/DROOLS-4168
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Fix For: 7.26.0.Final
>
>
> Currently, we're not showing any image in the documentation cover (in the DMN Documentation).
> Follow UX team input (https://issues.jboss.org/browse/DROOLS-4245) to implement the enhancements.
> This JIRA comprehends:
> - The addition of the cover image (without any logic, since the same image will be used by productized and community version);
> - The implementation of the CSS for all sections of the documentation.
> h2. Acceptance test
> - Check logo on Chrome (/)
> - Top Level Data type highlight on Chrome (/)
> - Check logo on Firefox (/)
> - Top Level Data type highlight on Firefox (/)
> - Check logo in downloaded documentation (/)
> - Check top level data type highlight in downloaded pdf (x)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4321) [DMN Designer] Search feature - DMN Data Types must be searchable elements
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4321?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4321:
--------------------------------
Fix Version/s: 7.26.0.Final
> [DMN Designer] Search feature - DMN Data Types must be searchable elements
> ---------------------------------------------------------------------------
>
> Key: DROOLS-4321
> URL: https://issues.jboss.org/browse/DROOLS-4321
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Fix For: 7.26.0.Final
>
> Attachments: Screenshot from 2019-08-02 10-47-30.png, Screenshot from 2019-08-02 10-49-33.png, collapsed.webm, search-edit.webm
>
>
> Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
> h3. Acceptance test
> On both Firefox and Chrome
> - Search when data types collapsed (x) [^collapsed.webm]
> -- (/) in re-review
> - Search in nested structures, Structure in Structure (/)
> - Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
> - Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
> - Search data type, edit it, save, continue search (x) [^search-edit.webm]
> -- DROOLS-4419
> - Search data type, remove it (x) same as above
> -- DROOLS-4419
> - Search data type, matches that needs scrolling (/)
> - Search Data Type, Search Model, Search Data Type (x)
> -- the issue of switching search context is that it assumes the context of previous screen until you press enter
> -- (/) in re-review
> - Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4395) [DMN Designer] Validation fails for included PMML model
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4395?page=com.atlassian.jira.plugi... ]
Guilherme Gomes commented on DROOLS-4395:
-----------------------------------------
[~jomarko] I cannot reproduce this issue anymore, see:
!cannot-reproduce.gif|width=600!
Am I missing something?
> [DMN Designer] Validation fails for included PMML model
> -------------------------------------------------------
>
> Key: DROOLS-4395
> URL: https://issues.jboss.org/browse/DROOLS-4395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.25.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Critical
> Labels: drools-tools
> Attachments: Screenshot from 2019-08-08 16-02-49.png, cannot-reproduce.gif, error.log
>
>
> There is an issue when user imports a PMML model into a DMN model. Then saving/validation of the DMN throws an error.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months