From cb6b20c720d12500c66cb75e5434046c69c50c3f Mon Sep 17 00:00:00 2001 From: William Yang Date: Wed, 6 Apr 2022 12:13:01 +0200 Subject: [PATCH] feat: mnesia wait_for_table diagnosis logging bump ekka to 0.8.1.9 --- CHANGES-4.3.md | 4 ++++ rebar.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 5618dc571..178f269c9 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -22,6 +22,10 @@ File format: * Add support for `RSA-PSK-AES256-GCM-SHA384`, `RSA-PSK-AES256-CBC-SHA384`, `RSA-PSK-AES128-GCM-SHA256`, `RSA-PSK-AES128-CBC-SHA256` PSK ciphers, and remove `PSK-3DES-EDE-CBC-SHA`, `PSK-RC4-SHA` from the default configuration. [#7427] +* Diagnostic logging for mnesia `wait_for_table` + - prints check points of mnesia internal stats + - prints check points of per table loading stats + Help to locate the problem of long table loading time. ### Bug fixes diff --git a/rebar.config b/rebar.config index 214d2b4a1..cd03ce2d8 100644 --- a/rebar.config +++ b/rebar.config @@ -44,7 +44,7 @@ , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} , {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.8.2"}}} , {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.8.5"}}} - , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1.8"}}} + , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1.9"}}} , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.1"}}} , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.3.6"}}} , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.7"}}}