On 7/15/10 12:19 PM, J Chris Anderson wrote:
Hmm. Disappearing beam... not my area of expertise, but I feel like there has been discussion of similar issues elsewhere in the last few weeks.

I'm confused; beam seems to be still running...
root 458 2.2 2.9 122596 52140 ? Sl Jul06 294:26 /usr/local/lib/erlang/erts-5.7.4/bin/beam.smp -Bd -K true -- -root /usr/local/lib/erlang -progname erl -- -home /tmp -- -noshell -noinput -sasl errlog_type error -couch_ini /srv/couchdb/etc/couchdb/default.ini /srv/couchdb/etc/couchdb/local.ini -s couch

And the system is still responding:

% curl localhost:5984/authorization/_design/objects/_view/by_type?limit=0
{"error":"not_found","reason":"missing_named_view"}
% curl localhost:5984/authorization/_design/objects/_info
{"name":"objects","view_index":{"signature":"3248fa31db7fda9bbf6fc1ea172d742d","language":"javascript","disk_size":12723224698.0,"updater_running":false,"compact_running":false,"waiting_commit":false,"waiting_clients":0,"update_seq":3068938,"purge_seq":0}}
% curl localhost:5984/authorization
{"db_name":"authorization","doc_count":578753,"doc_del_count":472914,"update_seq":3068938,"purge_seq":0,"compact_running":false,"disk_size":902602861,"instance_start_time":"1278831651839759","disk_format_version":5}

From the update sequence number, it even looks like the view is up to date.

You can put to the db, and the view update sequence increments to match; but it still responds "not found" as above after.





Reply via email to