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 2020/07/14 20:10:41 UTC

[GitHub] [couchdb] pavellzubkov edited a comment on issue #1600: Sporadic `unknown_error : normal` errors

pavellzubkov edited a comment on issue #1600:
URL: https://github.com/apache/couchdb/issues/1600#issuecomment-658372488


   now i get same error with ibmcom/couchdb3:3.1.0 image on windows desktop docker (v 2.3.0.3). 
   i have Ryzen7 3700u proc, 16gb Ram , SSD
   last errors:
   ```
   [error] 2020-07-14T19:16:09.909029Z couchdb@127.0.0.1 <0.18562.88> 23794d840a req_err(50502807) unknown_error : normal
       [<<"chttpd:catch_error/3 L358">>,<<"chttpd:handle_req_after_auth/2 L324">>,<<"chttpd:process_request/1 L305">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L150">>,<<"proc_lib:init_p_do_apply/3 L247">>]
   [error] 2020-07-14T19:16:09.915970Z couchdb@127.0.0.1 <0.19757.88> cd5af352db req_err(50502807) unknown_error : normal
       [<<"chttpd:catch_error/3 L358">>,<<"chttpd:handle_req_after_auth/2 L324">>,<<"chttpd:process_request/1 L305">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L150">>,<<"proc_lib:init_p_do_apply/3 L247">>]
   [error] 2020-07-14T19:17:08.686461Z couchdb@127.0.0.1 <0.31109.97> 0eceb5635e req_err(50502807) unknown_error : normal
       [<<"chttpd:catch_error/3 L358">>,<<"chttpd:handle_req_after_auth/2 L324">>,<<"chttpd:process_request/1 L305">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L150">>,<<"proc_lib:init_p_do_apply/3 L247">>]
   [error] 2020-07-14T19:17:08.703069Z couchdb@127.0.0.1 <0.31500.97> 924c75301e req_err(50502807) unknown_error : normal
       [<<"chttpd:catch_error/3 L358">>,<<"chttpd:handle_req_after_auth/2 L324">>,<<"chttpd:process_request/1 L305">>,<<"chttpd:handle_request_int/1 L243">>,<<"mochiweb_http:headers/6 L150">>,<<"proc_lib:init_p_do_apply/3 L247">>]
   ```
   couchdb server fall down and not responding. docker container didn't restart.
   strange thing...
   I tried unsuccessfully to restart container with docker-compose . in terminal not errors, in log file not errors, but couchdb server didn't response. My volume section in docker-compose looks like 
   ```
   volumes:
               - ./etc:/opt/couchdb/etc/local.d
               - ./data1:/opt/couchdb/data
               - ./log:/opt/couchdb/var/log  
   ```
   then i create empty folder data2 and couchdb server run successfully. then i rename first data folder to 'data_broken' , change docker-compose and couchdb run fine with old data, i again rename folder to 'data1' and now all works ok. I don't understand what happened... may be some rare error with interaction between docker linus layer  and windows file system?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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