Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-couch/pull/122#issuecomment-148121476
From what I see in logs and startup order (with the patch):
```
2015-10-14 19:43:23.407 [info] Undefined <0.7.0> Application lager started
on node '[email protected]'
2015-10-14 19:43:23.407 [info] Undefined <0.7.0> Application
couch_log_lager started on node '[email protected]'
2015-10-14 19:43:23.408 [info] Undefined <0.7.0> Application couch_log
started on node '[email protected]'
2015-10-14 19:43:23.408 [info] Undefined <0.7.0> Application folsom started
on node '[email protected]'
2015-10-14 19:43:23.422 [info] Undefined <0.7.0> Application couch_stats
started on node '[email protected]'
2015-10-14 19:43:23.430 [info] Undefined <0.7.0> Application config started
on node '[email protected]'
2015-10-14 19:43:23.430 [info] Undefined <0.7.0> Application crypto started
on node '[email protected]'
2015-10-14 19:43:23.431 [info] Undefined <0.7.0> Application sasl started
on node '[email protected]'
2015-10-14 19:43:23.432 [info] Undefined <0.7.0> Application inets started
on node '[email protected]'
2015-10-14 19:43:23.432 [info] Undefined <0.7.0> Application asn1 started
on node '[email protected]'
2015-10-14 19:43:23.432 [info] Undefined <0.7.0> Application public_key
started on node '[email protected]'
2015-10-14 19:43:23.433 [info] Undefined <0.7.0> Application ssl started on
node '[email protected]'
2015-10-14 19:43:23.435 [info] Undefined <0.7.0> Application os_mon started
on node '[email protected]'
2015-10-14 19:43:23.438 [info] Undefined <0.7.0> Application ibrowse
started on node '[email protected]'
2015-10-14 19:43:23.438 [info] Undefined <0.173.0> alarm_handler:
{set,{system_memory_high_watermark,[]}}
2015-10-14 19:43:23.438 [info] Undefined <0.7.0> Application xmerl started
on node '[email protected]'
2015-10-14 19:43:23.439 [info] Undefined <0.7.0> Application mochiweb
started on node '[email protected]'
2015-10-14 19:43:23.439 [info] Undefined <0.7.0> Application oauth started
on node '[email protected]'
2015-10-14 19:43:23.439 [info] Undefined <0.7.0> Application b64url started
on node '[email protected]'
2015-10-14 19:43:23.439 [info] Undefined <0.7.0> Application khash started
on node '[email protected]'
2015-10-14 19:43:23.439 [info] Undefined <0.7.0> Application couch_event
started on node '[email protected]'
2015-10-14 19:43:23.440 [info] Undefined <0.7.0> Application ioq started on
node '[email protected]'
2015-10-14 19:43:23.440 [info] [email protected] <0.231.0> Apache CouchDB
c0bf9d6 is starting.
2015-10-14 19:43:23.440 [info] [email protected] <0.232.0> Starting couch_sup
2015-10-14 19:43:23.443 [info] Undefined <0.173.0> alarm_handler:
{set,{{disk_almost_full,"/usr/local"},[]}}
2015-10-14 19:43:23.443 [info] Undefined <0.173.0> alarm_handler:
{set,{{disk_almost_full,"/mnt/usb"},[]}}
2015-10-14 19:43:23.457 [info] [email protected] <0.231.0> Apache CouchDB has
started. Time to relax.
2015-10-14 19:43:23.457 [info] [email protected] <0.231.0> Apache CouchDB has
started on http://127.0.0.1:15986/
```
Looks safe.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---