jaydoane commented on code in PR #4881:
URL: https://github.com/apache/couchdb/pull/4881#discussion_r1408564283
##########
src/ken/src/ken_server.erl:
##########
@@ -267,22 +267,26 @@ get_active_count() ->
% If any indexing job fails, resubmit requests for all indexes.
update_db_indexes(Name, State) ->
- {ok, DDocs} = design_docs(Name),
Review Comment:
The logged error was:
```
{{badmatch,{error,timeout}},[{ken_server,update_db_indexes,2,[{file,"src/ken_server.erl"},{line,278}]}]}
```
but with this diff the `badmatch` would presumably occur at line 270. I'm
guessing they were using an older version?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]