commit | d56d3cf089eb4ba5b8aa14c0b89cc977547a9f2d | [log] [tgz] |
---|---|---|
author | Paul Joseph Davis <davisp@apache.org> | Fri Aug 10 10:45:03 2012 -0500 |
committer | Paul Joseph Davis <davisp@apache.org> | Tue Aug 14 16:29:57 2012 -0500 |
tree | 4bcdb74c0e3a346c580f86d604f255fffb6b09d5 | |
parent | 3ff74b263624c72cd7163b14c8121c9d9b6a2e34 [diff] |
COUCHDB-1444 Fix missing_named_view errors Relying on exit signals we were accidentally replacing view state incorrectly when an exit signal accidentally spidered between various processes related to couch_os_processes. This changes the state updates to be a '$gen_cast' instead.