833 B
833 B
Add several fixes and improvements in Ekka and Mria.
Ekka:
- improve cluster discovery log messages to consistently describe actual events Ekka PR
- remove deprecated cluster auto-clean configuration parameter (it has been moved to Mria) Ekka PR
Mria:
- ping only running replicant nodes. Previously,
mria_lb
was trying to ping both stopped and running replicant nodes, which might result in timeout errors. Mria PR - use
null_copies
storage when copying$mria_rlog_sync
table. This fix has no effect on EMQX for now, as$mria_rlog_sync
is only used inmria:sync_transaction/2,3,4
, which is not utilized by EMQX. Mria PR