[JBoss JIRA] (DROOLS-2391) Cannot compare int's division result to double
by Luca Molteni (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2391?page=com.atlassian.jira.plugi... ]
Luca Molteni reassigned DROOLS-2391:
------------------------------------
Assignee: Luca Molteni (was: Mario Fusco)
> Cannot compare int's division result to double
> ----------------------------------------------
>
> Key: DROOLS-2391
> URL: https://issues.jboss.org/browse/DROOLS-2391
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.4.1.Final
> Reporter: Viacheslav Krot
> Assignee: Luca Molteni
>
> I guess this is a bug - division of int fields in when part cannot be compared to double.
> For example with class A having two int fields following rule does not work
> when
> $a: A(a == 1, b == 2, a / b < 0.99)
> but this works:
> when
> $a: A(a == 1, b == 2, a / b < 1.0)
> Result of same expresson printed to output - System.out.println($a.a / $a.b) gives correct result of type Double.
> Why does it not work in when part?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10074) (7.2.0) Failed to deliver OOB message: channel is not connected
by Romain Pelisse (JIRA)
[ https://issues.jboss.org/browse/WFLY-10074?page=com.atlassian.jira.plugin... ]
Romain Pelisse updated WFLY-10074:
----------------------------------
Labels: infinispan_clean_shutdown (was: downstream_dependency infinispan_clean_shutdown)
> (7.2.0) Failed to deliver OOB message: channel is not connected
> ---------------------------------------------------------------
>
> Key: WFLY-10074
> URL: https://issues.jboss.org/browse/WFLY-10074
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Daniel Čihák
> Assignee: Paul Ferraro
> Priority: Minor
> Labels: infinispan_clean_shutdown
>
> We saw an error in *server* log in failover scenario *shutdown-ha-ss* (1 occurence).
> Server log message:
> {code}
> 9:37:30,867 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.11.Final-redhat-1 stopping
> [JBossINF] [0m[31m09:37:30,921 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-18) JGRP000039: perf18: failed to deliver OOB message [dst: <null>, src: perf19 (3 headers), size=32 bytes, flags=OOB|DONT_BUNDLE]: java.lang.IllegalStateException: channel is not connected
> [JBossINF] [0m[0m09:37:30,933 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Beta6-redhat-1) stopped in 247ms
> {code}
> It occurs during server shutdown directly before server is finally stopped. WARN message is logged before followed by "Stopped deployment" info message:
> {code}
> 09:37:30,862 WARN [org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler] (remote-thread--p8-t3) ISPN000071: Caught exception when handling command CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3}: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.topology.CacheTopologyControlCommand, instance CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3})
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:151)
> [JBossINF] at org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler$2.run(GlobalInboundInvocationHandler.java:157)
> [JBossINF] at org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl$RunnableWrapper.run(BlockingTaskAwareExecutorServiceImpl.java:199)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [JBossINF] at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
> [JBossINF] at java.lang.Thread.run(Thread.java:745)
> [JBossINF] Caused by: org.infinispan.IllegalLifecycleStateException: Trying to register a component after stopping: org.infinispan.topology.LocalTopologyManagerFactory
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:184)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:171)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:167)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.createComponentFactoryInternal(AbstractComponentRegistry.java:348)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getFactory(AbstractComponentRegistry.java:327)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:293)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:147)
> [JBossINF] ... 6 more
> 09:37:30,866 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SStest-ejb-startup-ejb.jar (runtime-name: SStest-ejb-startup-ejb.jar) in 187ms
> {code}
> There is no exception logged on client at the same time.
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10074) Failed to deliver OOB message: channel is not connected
by Romain Pelisse (JIRA)
[ https://issues.jboss.org/browse/WFLY-10074?page=com.atlassian.jira.plugin... ]
Romain Pelisse updated WFLY-10074:
----------------------------------
Summary: Failed to deliver OOB message: channel is not connected (was: (7.2.0) Failed to deliver OOB message: channel is not connected)
> Failed to deliver OOB message: channel is not connected
> -------------------------------------------------------
>
> Key: WFLY-10074
> URL: https://issues.jboss.org/browse/WFLY-10074
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Daniel Čihák
> Assignee: Paul Ferraro
> Priority: Minor
> Labels: infinispan_clean_shutdown
>
> We saw an error in *server* log in failover scenario *shutdown-ha-ss* (1 occurence).
> Server log message:
> {code}
> 9:37:30,867 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.11.Final-redhat-1 stopping
> [JBossINF] [0m[31m09:37:30,921 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-18) JGRP000039: perf18: failed to deliver OOB message [dst: <null>, src: perf19 (3 headers), size=32 bytes, flags=OOB|DONT_BUNDLE]: java.lang.IllegalStateException: channel is not connected
> [JBossINF] [0m[0m09:37:30,933 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Beta6-redhat-1) stopped in 247ms
> {code}
> It occurs during server shutdown directly before server is finally stopped. WARN message is logged before followed by "Stopped deployment" info message:
> {code}
> 09:37:30,862 WARN [org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler] (remote-thread--p8-t3) ISPN000071: Caught exception when handling command CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3}: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.topology.CacheTopologyControlCommand, instance CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3})
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:151)
> [JBossINF] at org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler$2.run(GlobalInboundInvocationHandler.java:157)
> [JBossINF] at org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl$RunnableWrapper.run(BlockingTaskAwareExecutorServiceImpl.java:199)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [JBossINF] at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
> [JBossINF] at java.lang.Thread.run(Thread.java:745)
> [JBossINF] Caused by: org.infinispan.IllegalLifecycleStateException: Trying to register a component after stopping: org.infinispan.topology.LocalTopologyManagerFactory
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:184)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:171)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:167)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.createComponentFactoryInternal(AbstractComponentRegistry.java:348)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getFactory(AbstractComponentRegistry.java:327)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:293)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:147)
> [JBossINF] ... 6 more
> 09:37:30,866 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SStest-ejb-startup-ejb.jar (runtime-name: SStest-ejb-startup-ejb.jar) in 187ms
> {code}
> There is no exception logged on client at the same time.
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10074) (7.2.0) Failed to deliver OOB message: channel is not connected
by Romain Pelisse (JIRA)
[ https://issues.jboss.org/browse/WFLY-10074?page=com.atlassian.jira.plugin... ]
Romain Pelisse moved JBEAP-9408 to WFLY-10074:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10074 (was: JBEAP-9408)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Target Release: (was: 7.2.0.GA)
Affects Version/s: (was: 7.1.0.DR13)
> (7.2.0) Failed to deliver OOB message: channel is not connected
> ---------------------------------------------------------------
>
> Key: WFLY-10074
> URL: https://issues.jboss.org/browse/WFLY-10074
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Daniel Čihák
> Assignee: Paul Ferraro
> Priority: Minor
> Labels: infinispan_clean_shutdown
>
> We saw an error in *server* log in failover scenario *shutdown-ha-ss* (1 occurence).
> Server log message:
> {code}
> 9:37:30,867 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.11.Final-redhat-1 stopping
> [JBossINF] [0m[31m09:37:30,921 ERROR [org.jboss.as.clustering.jgroups.protocol.NAKACK2] (thread-18) JGRP000039: perf18: failed to deliver OOB message [dst: <null>, src: perf19 (3 headers), size=32 bytes, flags=OOB|DONT_BUNDLE]: java.lang.IllegalStateException: channel is not connected
> [JBossINF] [0m[0m09:37:30,933 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Beta6-redhat-1) stopped in 247ms
> {code}
> It occurs during server shutdown directly before server is finally stopped. WARN message is logged before followed by "Stopped deployment" info message:
> {code}
> 09:37:30,862 WARN [org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler] (remote-thread--p8-t3) ISPN000071: Caught exception when handling command CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3}: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.topology.CacheTopologyControlCommand, instance CacheTopologyControlCommand{cache=client-mappings, type=REBALANCE_CONFIRM, sender=perf20, joinInfo=null, topologyId=9, rebalanceId=0, currentCH=null, pendingCH=null, availabilityMode=null, actualMembers=null, throwable=null, viewId=3})
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:151)
> [JBossINF] at org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler$2.run(GlobalInboundInvocationHandler.java:157)
> [JBossINF] at org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl$RunnableWrapper.run(BlockingTaskAwareExecutorServiceImpl.java:199)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [JBossINF] at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
> [JBossINF] at java.lang.Thread.run(Thread.java:745)
> [JBossINF] Caused by: org.infinispan.IllegalLifecycleStateException: Trying to register a component after stopping: org.infinispan.topology.LocalTopologyManagerFactory
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:184)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:171)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:167)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.createComponentFactoryInternal(AbstractComponentRegistry.java:348)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getFactory(AbstractComponentRegistry.java:327)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:293)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> [JBossINF] at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:147)
> [JBossINF] ... 6 more
> 09:37:30,866 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SStest-ejb-startup-ejb.jar (runtime-name: SStest-ejb-startup-ejb.jar) in 187ms
> {code}
> There is no exception logged on client at the same time.
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10073) Key requester node_X is not in current view Y; ignoring key request
by Romain Pelisse (JIRA)
[ https://issues.jboss.org/browse/WFLY-10073?page=com.atlassian.jira.plugin... ]
Romain Pelisse moved JBEAP-8542 to WFLY-10073:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10073 (was: JBEAP-8542)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Target Release: (was: 7.2.0.GA)
Affects Version/s: (was: 7.1.0.DR11)
> Key requester node_X is not in current view Y; ignoring key request
> -------------------------------------------------------------------
>
> Key: WFLY-10073
> URL: https://issues.jboss.org/browse/WFLY-10073
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Daniel Čihák
> Assignee: Paul Ferraro
>
> Four errors were logged on *server* during failover scenario *eap-7x-failover-http-session-shutdown-dist-async-auth-asymEncrypt* (scenario with "AUTH" and "ASYM_ENCRYPT" protocols enabled) during new cluster view receiving:
> {code}
> 04:47:29,691 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-7,ee,perf21) ISPN000094: Received new cluster view for channel ejb: [perf21|8] (3) [perf21, perf18, perf19]
> [JBossINF] 04:47:29,692 WARN [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21) perf21: unrecognized cipher; discarding message from perf20
> [JBossINF] 04:47:29,692 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-9,ee,perf21) key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19]; ignoring key request
> [JBossINF] 04:47:29,692 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21) key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19]; ignoring key request
> [JBossINF] 04:47:29,694 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-13,ee,perf21) key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19]; ignoring key request
> [JBossINF] 04:47:29,694 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-13,ee,perf21) key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19]; ignoring key request
> [JBossINF] 04:48:37,553 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-2,ee,perf21) ISPN000094: Received new cluster view for channel server: [perf21|9] (4) [perf21, perf18, perf19, perf20]
> {code}
> WARN message was logged just before:
> {code}
> 04:47:29,692 WARN [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21) perf21: unrecognized cipher; discarding message from perf20
> {code}
> Link to server log:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/perflab_eap-7x-failov...
> There are two WARN exceptions logged on client at the same time:
> {code}
> 04:47:28:988 EST [WARN ][Runner - 1066] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: Invalid response code: 500 Content: <html><head><title>Error</title></head><body>Internal Server Error</body></html>>
> org.jboss.smartfrog.loaddriver.RequestProcessingException: Invalid response code: 500 Content: <html><head><title>Error</title></head><body>Internal Server Error</body></html>
> at org.jboss.smartfrog.loaddriver.http.HttpRequestProcessorFactoryImpl$HttpRequestProcessor.processRequest(HttpRequestProcessorFactoryImpl.java:163)
> at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:52)
> at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:103)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> Link to client log:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/perflab_eap-7x-failov...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JGRP-2258) GMS#install_view_locally_first is deprecated and never used but does not warn
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/JGRP-2258?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated JGRP-2258:
---------------------------------
Summary: GMS#install_view_locally_first is deprecated and never used but does not warn (was: org.jgroups.protocols.pbcast.GMS#install_view_locally_first is deprecated and never used but does not warn)
> GMS#install_view_locally_first is deprecated and never used but does not warn
> -----------------------------------------------------------------------------
>
> Key: JGRP-2258
> URL: https://issues.jboss.org/browse/JGRP-2258
> Project: JGroups
> Issue Type: Bug
> Reporter: Radoslav Husar
> Assignee: Bela Ban
> Priority: Minor
>
> This is because the field {{org.jgroups.protocols.pbcast.GMS#install_view_locally_first}} is missing {{org.jgroups.annotations.Property#deprecatedMessage}} which is consulted in {{org.jgroups.stack.Protocol#setValue}} to print out a warning.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month