Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb-couch/pull/135#discussion_r51201958
--- Diff: src/couch_file.erl ---
@@ -299,6 +301,8 @@ init({Filepath, Options, ReturnPid, Ref}) ->
filelib:ensure_dir(Filepath),
case file:open(Filepath, OpenOptions) of
{ok, Fd} ->
+ %% Save Fd in process dictionary for debugging purposes
+ put(couch_file_fd, {Fd, Filepath}),
--- End diff --
Hm...true, I miss that moment.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---