[JBoss JIRA] (JGRP-1923) Discovery: add option to run each discovery requests in a separate thread
by Bela Ban (JIRA)
Bela Ban created JGRP-1923:
------------------------------
Summary: Discovery: add option to run each discovery requests in a separate thread
Key: JGRP-1923
URL: https://issues.jboss.org/browse/JGRP-1923
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.4
Currently, {{async_discovery}} runs discovery in a separate thread. However, if we try to contact 10 servers and almost all are down and {{sock_conn_timeout}} is high, then discovery might not return any live servers and the caller becomes coordinator.
Add attribute {{async_discovery_use_separate_thread_per_request}} to enable this. This is orthogonal to {{async_discovery}}.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (WFCORE-548) Changing append on a file handler indicates a reload is required when it should be a runtime change
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-548?page=com.atlassian.jira.plugin... ]
James Perkins updated WFCORE-548:
---------------------------------
Summary: Changing append on a file handler indicates a reload is required when it should be a runtime change (was: Changing append on a file handler indicates a reload is required when a restart is required)
> Changing append on a file handler indicates a reload is required when it should be a runtime change
> ---------------------------------------------------------------------------------------------------
>
> Key: WFCORE-548
> URL: https://issues.jboss.org/browse/WFCORE-548
> Project: WildFly Core
> Issue Type: Bug
> Components: Logging
> Reporter: James Perkins
> Assignee: James Perkins
>
> Changing the {{append}} attribute at runtime results in the following output:
> {code}
> [standalone@localhost:9990 /] /subsystem=logging/periodic-rotating-file-handler=FILE:write-attribute(name=append,value=false)
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {code}
> A {{reload}} operation does not stop a file from being appended to. Either the behavior needs to change or the {{process-state}} should be "restart-required".
> The issue is likely the file name is checked during boot and hasn't changed therefore the it's not set which would cause the stream to the file to be closed and reopened without the append.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month