You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/17 18:04:40 UTC

[GitHub] nickva commented on issue #476: Couchdb 3376 fix mem3 shards

nickva commented on issue #476: Couchdb 3376 fix mem3 shards
URL: https://github.com/apache/couchdb/pull/476#issuecomment-294545270
 
 
   So it is not spawn link but workers are still not being cleaned it seems:
   
   ```
   (node1@127.0.0.1)14> ets:tab2list(mem3_openers).
   [{<<"foo">>,<0.6748.0>},
    {<<"_users">>,<0.432.0>},
    {<<"_global_changes">>,<0.772.0>},
    {<<"_replicator">>,<0.489.0>}]
   (node1@127.0.0.1)15> erlang:is_process_alive(erlang:list_to_pid("<0.6748.0>")).
   false
   ```
   
   This is after waiting for a while as well (5 minutes +).
 
----------------------------------------------------------------
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