hibari / gdss-admin

http://hibari.github.com/hibari-doc/
Other
2 stars 0 forks source link

Hibari - inconsistent wrappers for supervisor child terminate and delete calls #1

Closed norton closed 13 years ago

norton commented 13 years ago

There are a number of places where callers terminate and delete children from supervisors. The callers are nearly always expecting 'ok'. However, {error,not_found} and possibly exit:noproc can be returned due to race conditions. This can lead to unnecessary crashes of the callers.

Consistent wrappers should be implemented for such use cases.

norton commented 13 years ago

Commits to gdss-admin and gdss-brick repositories, respectively.

commit bd7945b9e163f6fcf358e9b729c18ca90d7ab192 Author: Joseph Wayne Norton norton@alum.mit.edu Date: Fri May 20 19:52:20 2011 +0900

GH1 (hibari/gdss-admin): inconsistent wrappers for supervisor calls

commit 77208137bb3a54c47ac766cf70d2e6c1b492fe0a Author: Joseph Wayne Norton norton@alum.mit.edu Date: Fri May 20 19:53:50 2011 +0900

GH1 (hibari/gdss-admin): inconsistent wrappers for supervisor calls
norton commented 13 years ago

Mark as fixed per v0.1.6