You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/04/06 08:02:57 UTC

[GitHub] snilaxan commented on issue #1149: couchdb sockets leak in half-close state (lsof: 'can't identify protocol')

snilaxan commented on issue #1149: couchdb sockets leak in half-close state (lsof: 'can't identify protocol')
URL: https://github.com/apache/couchdb/issues/1149#issuecomment-379179322
 
 
   Thanks @wohali 
   
   Yes. In our system, we have two version of SpiderMonkey (libmozjs) with Ubuntu 14, 16 OS. 
   - libmozjs185-1.0 / libmozjs185-dev
   - libmozjs-24-0v5 / libmozjs-24-0v5-dbg / libmozjs-24-bin / libmozjs-24-bin-dbg / libmozjs-24-dev 
   
   We have some errors on CouchDB logs but not sure whether those errors are related to this issues. please find errors details below.
   
   We are getting some errors like following in logs, But actually, this DB file exists on the file system.
   
   > [Fri, 06 Apr 2018 00:20:51 GMT] [error] [<0.21294.2882>] Could not open file /data/couchdb-data/products.couch: no such file or directory
   
   
   Some errors like following in logs. Might be in replication flow.
   > [Fri, 06 Apr 2018 06:48:25 GMT] [error] [<0.4545.3660>] {error_report,<0.31.0>,
                            {<0.4545.3660>,crash_report,
                             [[{initial_call,
                                {couch_replicator_httpc_pool,init,
                                 ['Argument__1']}},
                               {pid,<0.4545.3660>},
                               {registered_name,[]},
                               {error_info,
                                {exit,killed,
                                 [{gen_server,terminate,6,
                                   [{file,"gen_server.erl"},{line,744}]},
                                  {proc_lib,init_p_do_apply,3,
                                   [{file,"proc_lib.erl"},{line,239}]}]}},
                               {ancestors,
                                [<0.15098.3662>,couch_replicator_job_sup,
                                 couch_primary_services,couch_server_sup,
                                 <0.32.0>]},
                               {messages,[]},
                               {links,[]},
                               {dictionary,[]},
                               {trap_exit,true},
                               {status,running},
                               {heap_size,610},
                               {stack_size,27},
                               {reductions,188}],
                              []]}}

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services