Service stop was not working as pid file was not cleared.#59
Closed
dileepbapat wants to merge 1 commit intoapache:masterfrom
Closed
Service stop was not working as pid file was not cleared.#59dileepbapat wants to merge 1 commit intoapache:masterfrom
dileepbapat wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
@dileepbapat looks good to me for a first glance, let's wait for a couple of the upstream packagers to comment before committing it. Many thanks for the patch! |
Member
|
@dileepbapat This looks good to me. I'm not sure why this wasn't in 1.3.x. Can you create a ticket for this in JIRA https://issues.apache.org/jira/browse/COUCHDB ? Unless someone has some objection, I'll merge this in soon. |
Contributor
Author
nickva
pushed a commit
to cloudant/couchdb
that referenced
this pull request
Apr 21, 2017
…error-message' This closes apache#59 Signed-off-by: ILYA Khlopotov <iilyak@apache.org>
nickva
added a commit
to cloudant/couchdb
that referenced
this pull request
Apr 21, 2017
lag-linaro
pushed a commit
to lag-linaro/couchdb
that referenced
this pull request
Oct 25, 2018
Support reading mustache 'lists' from files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Taken changes from 1.2.1 to stop the service.
/bin/couchdb runs in a loop & checks if pid file not empty it assumes couchdb might have crashed and restarts couch. Latest start script is not clearing pid file.. so it keeps on starting couch server even after running couchdb -d