[
https://issues.apache.org/jira/browse/KNOX-1849?focusedWorklogId=223472&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223472
]
ASF GitHub Bot logged work on KNOX-1849:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/19 07:25
Start Date: 05/Apr/19 07:25
Worklog Time Spent: 10m
Work Description: smolnar82 commented on pull request #85: KNOX-1849 -
Start the Java process with 'exec' when running the app in the foreground
URL: https://github.com/apache/knox/pull/85
## What changes were proposed in this pull request?
Running the Knox Gateway and the LDAP server using exec in the foreground
gives us the opportunity to execute the underlying Java command that completely
replaces the current bash process (there won't be any parent process which
makes graceful stops easier by clients).
Note: without this change CM will consider the Gateway stopped even if the
JAva process is still running in the background.
## How was this patch tested?
Running Knox Gateway and the LDAP server in the foreground after I built the
project.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 223472)
Time Spent: 10m
Remaining Estimate: 0h
> Start gateway/LDAP with exec in foreground
> ------------------------------------------
>
> Key: KNOX-1849
> URL: https://issues.apache.org/jira/browse/KNOX-1849
> Project: Apache Knox
> Issue Type: Improvement
> Components: Server
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Critical
> Fix For: 1.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Running the Knox Gateway and the LDAP server using {{exec}} in the foreground
> gives us the opportunity to execute the underlying Java command that
> completely replaces the current bash process (there won't be any parent
> process which makes graceful stops easier by clients)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)