emqx/apps/emqx_plugins/src
Zaiming (Stone) Shi 2065be569e fix(emqx_cluster_rpc): fail fast on stale state
Due to:

* Cluster RPC MFA is not idempotent!
* There is a lack of rollback for callback's side-effects

For instance, when two nodes try to add a cluster-singleton
concurrently, one of them will have to wait for the table lock
then try to catch-up, then try to apply MFA.
The catch-up will have the singleton created, but the initiated
initiated multicall apply will fail causing the commit to rollback,
but not to 'undo' the singleton creation.
Later, the retries will fail indefinitely.
2022-06-12 20:18:48 +02:00
..
emqx_plugins.app.src style: reformat all remaining apps 2022-04-27 15:51:18 +02:00
emqx_plugins.appup.src feat(plugins): add emqx_plugins skeleton 2021-12-12 19:40:34 +01:00
emqx_plugins.erl fix(emqx_cluster_rpc): fail fast on stale state 2022-06-12 20:18:48 +02:00
emqx_plugins_app.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00
emqx_plugins_cli.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00
emqx_plugins_schema.erl fix: add default&example for schema 2022-06-06 09:52:10 +08:00
emqx_plugins_sup.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00