mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#1431] removed critical message about multi-threading being experimental
This commit is contained in:
@@ -932,9 +932,6 @@ ControlledDhcpv4Srv::processConfig(isc::data::ConstElementPtr config) {
|
|||||||
// @todo This should be fixed.
|
// @todo This should be fixed.
|
||||||
try {
|
try {
|
||||||
CfgMultiThreading::apply(CfgMgr::instance().getStagingCfg()->getDHCPMultiThreading());
|
CfgMultiThreading::apply(CfgMgr::instance().getStagingCfg()->getDHCPMultiThreading());
|
||||||
if (MultiThreadingMgr::instance().getMode()) {
|
|
||||||
LOG_FATAL(dhcp4_logger, DHCP4_MULTI_THREADING_WARNING);
|
|
||||||
}
|
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
err << "Error applying multi threading settings: "
|
err << "Error applying multi threading settings: "
|
||||||
<< ex.what();
|
<< ex.what();
|
||||||
|
@@ -463,9 +463,6 @@ lifetime.
|
|||||||
This is a message listing some information about the multi-threading parameters
|
This is a message listing some information about the multi-threading parameters
|
||||||
with which the server is running.
|
with which the server is running.
|
||||||
|
|
||||||
% DHCP4_MULTI_THREADING_WARNING The multi-threading feature is experimental. Don't use in production environment.
|
|
||||||
This is a message warning about the experimental multi-threading feature.
|
|
||||||
|
|
||||||
% DHCP4_NCR_CREATE %1: DDNS updates enabled, therefore sending name change requests
|
% DHCP4_NCR_CREATE %1: DDNS updates enabled, therefore sending name change requests
|
||||||
This debug message is issued when the server is starting to send
|
This debug message is issued when the server is starting to send
|
||||||
name change requests to the D2 module to update records for the client
|
name change requests to the D2 module to update records for the client
|
||||||
|
@@ -953,9 +953,6 @@ ControlledDhcpv6Srv::processConfig(isc::data::ConstElementPtr config) {
|
|||||||
// @todo This should be fixed.
|
// @todo This should be fixed.
|
||||||
try {
|
try {
|
||||||
CfgMultiThreading::apply(CfgMgr::instance().getStagingCfg()->getDHCPMultiThreading());
|
CfgMultiThreading::apply(CfgMgr::instance().getStagingCfg()->getDHCPMultiThreading());
|
||||||
if (MultiThreadingMgr::instance().getMode()) {
|
|
||||||
LOG_FATAL(dhcp6_logger, DHCP6_MULTI_THREADING_WARNING);
|
|
||||||
}
|
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
err << "Error applying multi threading settings: "
|
err << "Error applying multi threading settings: "
|
||||||
<< ex.what();
|
<< ex.what();
|
||||||
|
@@ -510,9 +510,6 @@ IAID.
|
|||||||
This is a message listing some information about the multi-threading parameters
|
This is a message listing some information about the multi-threading parameters
|
||||||
with which the server is running.
|
with which the server is running.
|
||||||
|
|
||||||
% DHCP6_MULTI_THREADING_WARNING The multi-threading feature is experimental. Don't use in production environment.
|
|
||||||
This is a message warning about the experimental multi-threading feature.
|
|
||||||
|
|
||||||
% DHCP6_NOT_RUNNING IPv6 DHCP server is not running
|
% DHCP6_NOT_RUNNING IPv6 DHCP server is not running
|
||||||
A warning message is issued when an attempt is made to shut down the
|
A warning message is issued when an attempt is made to shut down the
|
||||||
IPv6 DHCP server but it is not running.
|
IPv6 DHCP server but it is not running.
|
||||||
|
Reference in New Issue
Block a user