[ 
https://issues.apache.org/jira/browse/HADOOP-19267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HADOOP-19267:
------------------------------------
    Labels: pull-request-available  (was: )

> Logging Enhancement for Shutdown Timeout Configuration in ShutdownHookManager
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-19267
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19267
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>    Affects Versions: 3.3.6
>         Environment: Hadoop Version: {{`3.3.6`}}
> Location: 
> {{{}`hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ShutdownHookManager.java`{}}},in
>  {{`getShutdownTimeout`}} method. Lines 187-189.
>            Reporter: LoggingResearch
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: TestShutdownHookManager.java, original-vs-log-enhanced.md
>
>
> The issue was encountered in scenarios where Hadoop services are expected to 
> shut down gracefully within a specified time frame. Misconfigured shutdown 
> timeouts can lead to abrupt terminations or extended shutdown periods. The 
> original code does not provide sufficient visibility into misconfigurations 
> related to the shutdown timeout duration, which can result in unexpected 
> behavior during service shutdowns.
>  
> *Expected Behavior:* 
> The system should log a warning message when the configured shutdown timeout 
> is less than the minimum allowed value, and it should reset the duration to 
> this minimum value. Additionally, the user should be informed to set the 
> {{hadoop.service.shutdown.timeout}} configuration parameter to a valid value.
>  
> *How-to-Fix:* 
> Enhance the {{getShutdownTimeout}} method by adding logging statements that 
> warn when the shutdown timeout is below the allowed minimum, and reset it to 
> the minimum value. This logging will help users identify and correct 
> misconfigurations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to