-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: None
-
Severity 3 - Minor
-
3
Summary
When checking the status of Elasticsearch, the service appears not be to running even if the Code search functionality is working.
Environment
- Unix based operating system
Steps to Reproduce
- run the service atlbitbucket_search status command
Expected Results
The command returns:
Bitbucket-Search is running
Actual Results
The command returns:
Bitbucket-Search is not running
Workaround
Update the /etc/init.d/atlbitbucket_search script to check for the expected pid file location.
Currently the pid location is defined as:
PIDFILE=<Bitbucket Installation Directory>/bin/elasticsearch.pid
While it should be:
PIDFILE=<BITBUCKET_HOME>/shared/search/elasticsearch.pid
Where <Bitbucket Installation Directory> and <BITBUCKET_HOME> are the explicit values of the Bitbucket Installation and home directory.
- is related to
-
BSERV-8707 Pids should not be created in the bin directory
- Closed