浏览代码

Merge pull request #11965 from savonarola/1117-fix-mongo-resource-stop-53

fix deadlock while stopping mongodb resource
Ilya Averyanov 2 年之前
父节点
当前提交
034d4dcdcf
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      apps/emqx_mongodb/rebar.config
  2. 1 0
      changes/ce/fix-11955.en.md

+ 1 - 1
apps/emqx_mongodb/rebar.config

@@ -3,5 +3,5 @@
 {erl_opts, [debug_info]}.
 {deps, [ {emqx_connector, {path, "../../apps/emqx_connector"}}
        , {emqx_resource, {path, "../../apps/emqx_resource"}}
-       , {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.21"}}}
+       , {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.22"}}}
        ]}.

+ 1 - 0
changes/ce/fix-11955.en.md

@@ -0,0 +1 @@
+Fix EMQX graceful stop when there is an unavailable MongoDB resource present.