[JBoss JIRA] (ISPN-11511) Custom branding creates ambiguous logs on server startup
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11511?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11511:
-----------------------------------
Status: Open (was: New)
> Custom branding creates ambiguous logs on server startup
> --------------------------------------------------------
>
> Key: ISPN-11511
> URL: https://issues.redhat.com/browse/ISPN-11511
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Pavel Drobek
> Assignee: Tristan Tarrant
> Priority: Major
>
> Server starts up with following message in the logs:
> {code}
> INFO (main) [org.infinispan.SERVER] ISPN080001: Red Hat Data Grid Server 10.1.5.Final-redhat-00001 started in 4708ms
> {code}
> Expected message:
> {code}
> INFO (main) [org.infinispan.SERVER] ISPN080001: Red Hat Data Grid Server 8.0.0.GA started in 4708ms
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11511) Custom branding creates ambiguous logs on server startup
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11511?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11511:
-----------------------------------
Security: (was: Red Hat Internal)
> Custom branding creates ambiguous logs on server startup
> --------------------------------------------------------
>
> Key: ISPN-11511
> URL: https://issues.redhat.com/browse/ISPN-11511
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Pavel Drobek
> Assignee: Tristan Tarrant
> Priority: Major
>
> Server starts up with following message in the logs:
> {code}
> INFO (main) [org.infinispan.SERVER] ISPN080001: Red Hat Data Grid Server 10.1.5.Final-redhat-00001 started in 4708ms
> {code}
> Expected message:
> {code}
> INFO (main) [org.infinispan.SERVER] ISPN080001: Red Hat Data Grid Server 8.0.0.GA started in 4708ms
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11510) Convert detection of blocking or non blocking threads
by Will Burns (Jira)
Will Burns created ISPN-11510:
---------------------------------
Summary: Convert detection of blocking or non blocking threads
Key: ISPN-11510
URL: https://issues.redhat.com/browse/ISPN-11510
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Unfortunately detecting a blocking thread by name is very fragile as a user can change the name of the threads.
Also a non blocking thread is detected by checking the implementation of the thread. This will not work for Java 15 with loom as we may not have a thread but rather a fiber.
We should detect these instead by using a thread group which will work for both and be more explicit.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11509) Support JDK fibers
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11509:
--------------------------------------
Summary: Support JDK fibers
Key: ISPN-11509
URL: https://issues.redhat.com/browse/ISPN-11509
Project: Infinispan
Issue Type: Enhancement
Components: Build, Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Dev04
Project Loom adds support for lightweight/virtual threads. We should have a cross-version way to create threads which can support this.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11508) JDK-specific way to obtain process info
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11508:
--------------------------------------
Summary: JDK-specific way to obtain process info
Key: ISPN-11508
URL: https://issues.redhat.com/browse/ISPN-11508
Project: Infinispan
Issue Type: Enhancement
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
JDK 9 has introduced ProcessHandle as a way to obtain process info (PID, etc). We should use that instead of hacks based on the RuntimeMXBean
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years