Closed aledsage closed 10 years ago
Brooklyn Central » brooklyn #2308 SUCCESS This pull request looks good (what's this?)
@aledsage A few comments, although we can probably defer the idea of making Entity
implement Closeable
just now
@grkvlt thanks for comments - have incorporated those; will wait for buildhive to run again and then merge. If you get a chance to look at most recent two commits then that would be great.
@aledsage One last suggestion, changing get()
to getUnchecked()
and removing duplicated thread interrupt handler block, otherwise all good :frog:
The thread safety issue in terminate()
looks to be present in most of the shutdown type methods, so this is another thing to defer. But I would definitely consider using compare-and-set guards and an atomic flag as good practice for all state variable in Brooklyn management services.
Brooklyn Central » brooklyn #2334 SUCCESS This pull request looks good (what's this?)
Thanks @grkvlt - made the getUnchecked
change; merging now.
Brooklyn Central » brooklyn #2339 FAILURE Looks like there's a problem with this pull request (what's this?)
Brooklyn Central » brooklyn #2304 SUCCESS This pull request looks good (what's this?)