[JBoss JIRA] (JGRP-2387) Message from a non-member causes FD_ALL to continually suspect it
by Dennis Reed (Jira)
Dennis Reed created JGRP-2387:
---------------------------------
Summary: Message from a non-member causes FD_ALL to continually suspect it
Key: JGRP-2387
URL: https://issues.jboss.org/browse/JGRP-2387
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.1
Reporter: Dennis Reed
Assignee: Bela Ban
If a FD_SOCK control message from a non-member is seen by FD_SOCK, it will start continually suspecting that node. If msg_counts_as_heartbeat=true then any message from a non-member triggers the issue. The issue is cleared on the next view change.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-11978) EAR with 2+ JPA does not shutdown cleanly
by Scott Marlow (Jira)
[ https://issues.jboss.org/browse/WFLY-11978?page=com.atlassian.jira.plugin... ]
Scott Marlow commented on WFLY-11978:
-------------------------------------
[~dlmiles] Could you please try to recreate with WildFly 18.0.0.Final, which should be released soon.
Thanks,
Scott
> EAR with 2+ JPA does not shutdown cleanly
> -----------------------------------------
>
> Key: WFLY-11978
> URL: https://issues.jboss.org/browse/WFLY-11978
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 16.0.0.Final
> Environment: Windows JDK8 WF16
> Reporter: Darryl Miles
> Assignee: Scott Marlow
> Priority: Major
> Attachments: td8948.txt
>
>
> EAR with 2+ JPA does not shutdown cleanly.
> I see in the logs each JPA project have an entry:
> WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'blah....jpa.project1'
> WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'blah....jpa.project2'
> then a few lines later:
> WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'blah....jpa.project2'
> I never see the "phase 1 of 2" entry for "jpa.project1" in the log.
> The container will wait 300 seconds and timeout.
> The management console during the time shows
> Operation: undeploy
> Execution Status: awaiting-stablility.
> The container is killed and the configuration.xml still contains the EAR deployment info, as undeploy did not complete.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-11887) [CVE-2016-3720]: Usage of vulnarable Jackson 1.9.13 libraries
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-11887?page=com.atlassian.jira.plugin... ]
Brian Stansberry updated WFLY-11887:
------------------------------------
Attachment: redhat-0006.txt
> [CVE-2016-3720]: Usage of vulnarable Jackson 1.9.13 libraries
> -------------------------------------------------------------
>
> Key: WFLY-11887
> URL: https://issues.jboss.org/browse/WFLY-11887
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 14.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: 18.0.0.Final
>
> Attachments: redhat-0006.txt
>
>
> We have a couple of high prio vulnerabilities reported around usage of Jackson libraries on WildFly with regards to CVE-2016-3720:
> {code:java}
> jackson-core-asl-1.9.13.jar
> jackson-jaxrs-1.9.13.jar
> jackson-mapper-asl-1.9.13.jar
> jackson-xc-1.9.13.jar
> {code}
> Could you please review and remove/update them?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-11887) [CVE-2016-3720]: Usage of vulnarable Jackson 1.9.13 libraries
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-11887?page=com.atlassian.jira.plugin... ]
Brian Stansberry updated WFLY-11887:
------------------------------------
Security: (was: Security Issue)
> [CVE-2016-3720]: Usage of vulnarable Jackson 1.9.13 libraries
> -------------------------------------------------------------
>
> Key: WFLY-11887
> URL: https://issues.jboss.org/browse/WFLY-11887
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Affects Versions: 14.0.0.Final
> Reporter: Radoslav Ivanov
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: 18.0.0.Final
>
>
> We have a couple of high prio vulnerabilities reported around usage of Jackson libraries on WildFly with regards to CVE-2016-3720:
> {code:java}
> jackson-core-asl-1.9.13.jar
> jackson-jaxrs-1.9.13.jar
> jackson-mapper-asl-1.9.13.jar
> jackson-xc-1.9.13.jar
> {code}
> Could you please review and remove/update them?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-12629) MicroProfile capability names are mangled "org.wildlfy..."
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-12629?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-12629:
----------------------------------
Description:
Namely:
org.wildlfy.microprofile.config
org.wildlfy.microprofile.health.reporter
org.wildlfy.extension.microprofile.metrics.wildfly-collector
Lets fix these up before we properly support this since WF 19.
was:
Namely:
org.wildlfy.microprofile.config
org.wildlfy.microprofile.health.reporter
org.wildlfy.extension.microprofile.metrics.wildfly-collector
> MicroProfile capability names are mangled "org.wildlfy..."
> ----------------------------------------------------------
>
> Key: WFLY-12629
> URL: https://issues.jboss.org/browse/WFLY-12629
> Project: WildFly
> Issue Type: Bug
> Components: MP Config, MP Health, MP Metrics
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> Namely:
> org.wildlfy.microprofile.config
> org.wildlfy.microprofile.health.reporter
> org.wildlfy.extension.microprofile.metrics.wildfly-collector
> Lets fix these up before we properly support this since WF 19.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month