You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Brad King <br...@gmail.com> on 2008/06/20 17:09:47 UTC

child_terminated

Can anyone tell me what this means?

   {<0.47.0>,supervisor_report,
     [{supervisor,{local,couch_server_sup}},
      {errorContext,child_terminated},
      {reason,
          {'EXIT',
              {{badmatch,{{error,enospc},3068092132}},
               [{couch_btree,'-write_node/3-lc$^0/1-0-',3},
                {couch_btree,write_node,3},
                {couch_btree,modify_node,4},
                {couch_btree,modify_kpnode,5},
                {couch_btree,modify_node,4},
                {couch_btree,query_modify,4},
                {couch_btree,add_remove,3},
                {couch_db,update_docs_int,3}]}}},
      {offender,
          [{pid,<0.74.0>},
           {name,"product"},
           {mfa,
               {couch_db,create,
                   ["product","/usr/local/var/lib/couchdb/product.couch",[]]}},
           {restart_type,transient},
           {shutdown,infinity},
           {child_type,supervisor}]}]}}


thanks.

Re: child_terminated

Posted by Brad King <br...@gmail.com>.
I think I have run out of disk space, which is not surprising
considering I'm testing adding hundreds of thousands of documents from
our SQL server system.

root@d0002rptdb03 couchdb]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg01-lv01
                      6.7G  6.4G     0 100% /
/dev/sda1              99M   18M   76M  20% /boot
tmpfs                 502M     0  502M   0% /dev/shm
/dev/mapper/vg01-data
                      4.0G  102M  3.7G   3% /pgdata


My product.couch file is over 3G in size, so loading in an editor
isn't practical. Is this error what one might expect when storage is
depleted?

On Fri, Jun 20, 2008 at 11:18 AM, Noah Slater <ns...@apache.org> wrote:
> On Fri, Jun 20, 2008 at 11:09:47AM -0400, Brad King wrote:
>>                {couch_db,create,
>>                    ["product","/usr/local/var/lib/couchdb/product.couch",[]]}},
>
> Can you check the following file:
>
>  /usr/local/var/lib/couchdb/product.couch
>
> As the user you are running CouchDB with, can you edit that file?
>
> --
> Noah Slater, http://people.apache.org/~nslater/
>

Re: child_terminated

Posted by Noah Slater <ns...@apache.org>.
On Fri, Jun 20, 2008 at 11:09:47AM -0400, Brad King wrote:
>                {couch_db,create,
>                    ["product","/usr/local/var/lib/couchdb/product.couch",[]]}},

Can you check the following file:

  /usr/local/var/lib/couchdb/product.couch

As the user you are running CouchDB with, can you edit that file?

-- 
Noah Slater, http://people.apache.org/~nslater/