[Red Hat JIRA] (WFLY-10885) Test coverage for read-config-as-features
by Richard Janik (Jira)
[ https://issues.redhat.com/browse/WFLY-10885?page=com.atlassian.jira.plugi... ]
Richard Janik closed WFLY-10885.
--------------------------------
Resolution: Out of Date
> Test coverage for read-config-as-features
> -----------------------------------------
>
> Key: WFLY-10885
> URL: https://issues.redhat.com/browse/WFLY-10885
> Project: WildFly
> Issue Type: Task
> Components: Management, Server
> Reporter: Richard Janik
> Assignee: Richard Janik
> Priority: Minor
>
> This follows up on WFCORE-3991 and WFCORE-4031. These last tests should smoke test the operation with full models, including subsystems that are not present in WFCORE.
> Additionally, a mixed domain test has been requested to test that the operation fails but does not kill the domain (which should be ok, since it's read-only).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[Red Hat JIRA] (WFWIP-367) WildFly can stuck for a while when trying to connect an unavailable Kafka socket and is terminated
by Clement Escoffier (Jira)
[ https://issues.redhat.com/browse/WFWIP-367?page=com.atlassian.jira.plugin... ]
Clement Escoffier commented on WFWIP-367:
-----------------------------------------
It's a bit more tricky as we cannot really change the underlying reconnect logic (coming from the Kafka client). There is a KIP about that, but not much happening.
Another issue is that we call poll repeatedly until our large "retry" amount is exhausted.
> WildFly can stuck for a while when trying to connect an unavailable Kafka socket and is terminated
> --------------------------------------------------------------------------------------------------
>
> Key: WFWIP-367
> URL: https://issues.redhat.com/browse/WFWIP-367
> Project: WildFly WIP
> Issue Type: Bug
> Reporter: Jan Stourac
> Assignee: Kabir Khan
> Priority: Major
> Attachments: helloworld-sources.jar, helloworld.war
>
>
> It looks WildFly can stuck for a while with the newly introduced MP Reactive Messaging implementation. If one deploy a deployment that utilizes 'smallrye-kafka' connector it then repeatedly tries to connect against Kafka instance. If that instance is not available on configured socket, then undeploy operation of the app stucks for a while. Similar thing happens for shutdown operation of the server via regular 'ctrl+C' signal.
> Based on the discussion, this may be an issue that needs to be addressed on SmallRye side as there may be some timeout reached before Kafka connector stops listening.
> From user point of view - both these operations are not 'graceful' as such - in both cases user expects that undeploy and shutdown should be performed immediately. Thinking about it, I think that even in case of a graceful shutdown, since these are just an attempts for a connection, there is still no need to linger with server shutdown.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[Red Hat JIRA] (DROOLS-5899) Expression like BigDecimal_type_property = BigDecimal_type_property.divide(BigDecimal_value) causes a build failure in executable model.
by Luca Molteni (Jira)
[ https://issues.redhat.com/browse/DROOLS-5899?page=com.atlassian.jira.plug... ]
Luca Molteni moved RHDM-1532 to DROOLS-5899:
--------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-5899 (was: RHDM-1532)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: executable model
(was: BRE)
Environment: (was: RHDM 7.9.0.)
Affects Version/s: (was: 7.9.0.GA)
QE Status: NEW
> Expression like BigDecimal_type_property = BigDecimal_type_property.divide(BigDecimal_value) causes a build failure in executable model.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-5899
> URL: https://issues.redhat.com/browse/DROOLS-5899
> Project: Drools
> Issue Type: Bug
> Components: executable model
> Reporter: Luca Molteni
> Assignee: Luca Molteni
> Priority: Major
> Labels: support
>
> Compiling a rule like (*1) which is described in MVEL dialect and uses an expression like _BigDecimal_type_property_ = _BigDecimal_type_property_.divide(_BigDecimal_value_), for example (*1-1), with executable rule models enabled, an error like (*2) occurs.
> This issue occurs in the case of using the other basic operation add, subtract and multiply as well as divide.
> (*1)
> {noformat}
> package com.example.reproducer
> import com.example.reproducer.Bus
> import java.math.BigDecimal
> dialect "mvel"
> rule "bus3d"
> when
> $bus : Bus()
> then
> $bus.weight = $bus.weight.divide(BigDecimal.valueOf(1000)); ..... (*1-1)
> System.out.println("***** " + $bus + ", weight = " + $bus.weight);
> end
> {noformat}
> $bus.weight is a BigDecimal type property.
> (*2)
> {noformat}
> [ERROR] Unable to build KieBaseModel:rules
> CompilationProblemErrorResult: org.drools.mvelcompiler.MvelCompilerException: RHS doesn't have a type
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months