[JBoss JIRA] (JGRP-2369) Remove message indicating that UFC is not needed when using a TCP transport
by Jonathan Mason (Jira)
Jonathan Mason created JGRP-2369:
------------------------------------
Summary: Remove message indicating that UFC is not needed when using a TCP transport
Key: JGRP-2369
URL: https://issues.jboss.org/browse/JGRP-2369
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.11
Environment: Red Hat JBoss Data Grid
* 7.2 (which uses JGroups 4.0.11)
Reporter: Jonathan Mason
Assignee: Bela Ban
By default, protocol UFC is removed from the default TCP stack (in JDG). However, depending on the type of cache replication used (i.e., ASYNC), the UFC protocol may be of some benefit. Adding the UFC protocol into the TCP stack results in a message [1] indicating that it is not needed. This message should be removed.
[1]
INFO [org.jgroups.protocols.UFC] (MSC service thread 1-7) UFC is not needed (and can be removed) as we're running on a TCP transport
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4610) Guard against writing test modules in the build / dist output
by Brian Stansberry (Jira)
Brian Stansberry created WFCORE-4610:
----------------------------------------
Summary: Guard against writing test modules in the build / dist output
Key: WFCORE-4610
URL: https://issues.jboss.org/browse/WFCORE-4610
Project: WildFly Core
Issue Type: Enhancement
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Brian Stansberry
TestModule in testsuite/shared will create modules without adequately checking that it's not writing in the shared modules folder from [something-]build/target or [something-]dist/target.
If module.path is configured, it should prefer the first path element not in such a dir. If there is no such path, it should fail.
If module.path is not configured it should confirm that jboss.home does not point to such a dir and fail if it does.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFWIP-173) eap73 image missing org.jboss.product=eap in metadata.labels
by Ken Wills (Jira)
[ https://issues.jboss.org/browse/WFWIP-173?page=com.atlassian.jira.plugin.... ]
Ken Wills resolved WFWIP-173.
-----------------------------
Resolution: Done
> eap73 image missing org.jboss.product=eap in metadata.labels
> ------------------------------------------------------------
>
> Key: WFWIP-173
> URL: https://issues.jboss.org/browse/WFWIP-173
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Ken Wills
> Priority: Major
>
> Instead there is "org.jboss.product"="openjdk"
> {code}
> Expecting:
> <{"architecture"="x86_64", "authoritative-source-url"="registry.access.redhat.com", "build-date"="2019-08-01T09:28:54.576292", "com.redhat.build-host"="cpt-1007.osbs.prod.upshift.rdu2.redhat.com", "com.redhat.component"="jboss-eap-7-eap73-openshift-rhel7-container", "com.redhat.deployments-dir"="/opt/eap/standalone/deployments", "com.redhat.license_terms"="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description"="Red Hat JBoss Enterprise Application Platform 7.3 OpenShift container image", "distribution-scope"="public", "io.cekit.version"="3.3.1", "io.fabric8.s2i.version.jolokia"="1.6.2-redhat-00002", "io.fabric8.s2i.version.maven"="3.5", "io.k8s.description"="Platform for building and running JavaEE applications on JBoss EAP 7.3", "io.k8s.display-name"="JBoss EAP 7.2", "io.openshift.expose-services"="8080:http", "io.openshift.s2i.destination"="/tmp", "io.openshift.s2i.scripts-url"="image:///usr/local/s2i", "io.openshift.tags"="builder,javaee,eap,eap7", "maintainer"="Red Hat", "name"="jboss-eap-7-tech-preview/eap73-openshift-rhel7", "org.jboss.container.deployments-dir"="/deployments", "org.jboss.product"="openjdk", "org.jboss.product.eap.version"="7.3.0.Beta", "org.jboss.product.openjdk.version"="1.8.0", "org.jboss.product.version"="7.3.0.Beta", "release"="99", "summary"="Red Hat JBoss Enterprise Application Platform 7.3 OpenShift container image", "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi7/im...", "vcs-ref"="c43e1c43e5f61690a4b18973ee3d42488e7167e2", "vcs-type"="git", "vendor"="Red Hat, Inc.", "version"="7.3.0.Beta"}>
> to contain:
> <[MapEntry[key="org.jboss.product", value="eap"]]>
> but could not find:
> <[MapEntry[key="org.jboss.product", value="eap"]]>
> {code}
> When I look on last CD release there is really `org.jboss.product eap`
> [1] https://access.redhat.com/containers/?tab=tech-details#/registry.access.r...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months