Agniva De Sarker
8f9e2669a6
MM-34419: Fix plugin enable race ( #17511 )
...
A race happens when we try to enable plugins
in an HA environment. There is no loss in functionality
here, but it's a timing bug.
There are two bugs here.
The first one is a case of nested config listeners. a.InitPlugins
is called in InitServer, and as well as a config listener. And that
calls a.SyncPluginsActiveState(). But inside a.InitPlugins,
there is yet another config listener which again calls
a.SyncPluginsActiveState(). The first fix is to simply not call
the method again from the nested listener.
The second bug happens because the config changed message is sent
across the cluster only after saving the config locally
in the store. To fix this, we simply change GetPluginStatus
to not fail and return empty status when other nodes don't have plugins
enabled.
https://mattermost.atlassian.net/browse/MM-34419
```release-note
Fix a race condition where enabling plugins would result
in spurious errors in the logs.
```
2021-04-30 07:16:57 -07:00
..
2021-04-20 13:16:40 -04:00
2021-04-27 18:36:05 +02:00
2021-04-03 12:43:22 +05:30
2021-04-28 15:01:44 -04:00
2021-04-01 11:29:56 +03:00
2021-04-20 13:16:40 -04:00
2021-04-27 18:36:05 +02:00
2021-04-21 18:01:02 +03:00
2021-04-28 12:05:38 +05:30
2021-03-05 09:18:37 +01:00
2021-01-07 22:42:43 +05:30
2021-04-01 13:44:56 -04:00
2021-03-23 10:32:54 +01:00
2021-03-31 09:40:35 +02:00
2021-04-22 12:33:45 +08:00
2021-04-22 12:33:45 +08:00
2021-04-16 23:41:32 +08:00
2021-04-20 05:43:01 +05:30
2021-04-07 10:44:50 +02:00
2021-04-28 19:59:32 +02:00
2021-01-04 11:32:29 +05:30
2021-03-31 09:40:35 +02:00
2021-03-23 10:32:54 +01:00
2021-04-21 18:01:02 +03:00
2021-04-27 16:56:06 +03:00
2021-04-23 21:45:47 +03:00
2021-01-07 22:42:43 +05:30
2021-03-05 09:18:37 +01:00
2021-04-28 19:59:32 +02:00
2020-05-22 23:52:25 +05:30
2021-04-01 13:44:56 -04:00
2021-03-05 09:18:37 +01:00
2021-03-31 09:40:35 +02:00
2020-11-24 21:36:34 +05:30
2021-03-23 10:32:54 +01:00
2021-04-06 10:39:48 -04:00
2021-01-04 11:32:29 +05:30
2021-03-31 09:40:35 +02:00
2021-04-20 13:16:40 -04:00
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-03-31 09:40:35 +02:00
2021-03-12 18:46:43 +01:00
2021-03-15 11:50:13 +01:00
2021-04-23 21:45:47 +03:00
2021-04-07 10:44:50 +02:00
2021-01-07 22:42:43 +05:30
2021-03-31 13:20:53 -04:00
2021-02-25 20:22:27 +01:00
2021-03-05 09:18:37 +01:00
2020-03-23 09:21:05 -04:00
2021-04-22 12:42:22 +03:00
2021-04-22 12:42:22 +03:00
2020-01-27 11:33:11 -05:00
2021-03-05 09:18:37 +01:00
2021-03-05 09:18:37 +01:00
2021-03-23 10:32:54 +01:00
2021-04-28 16:43:41 +02:00
2021-04-09 18:16:30 +02:00
2021-04-28 16:43:41 +02:00
2021-03-23 10:32:54 +01:00
2021-04-22 12:33:45 +08:00
2020-10-09 08:47:20 +02:00
2021-04-28 16:43:41 +02:00
2021-04-21 18:01:02 +03:00
2021-04-22 12:42:22 +03:00
2021-01-07 22:42:43 +05:30
2021-03-24 10:32:16 +01:00
2021-03-24 10:32:16 +01:00
2021-01-07 22:42:43 +05:30
2021-01-25 11:15:17 +01:00
2021-04-22 12:42:22 +03:00
2021-04-01 13:44:56 -04:00
2021-04-01 13:44:56 -04:00
2021-04-21 18:01:02 +03:00
2021-04-06 10:39:48 -04:00
2021-03-05 09:18:37 +01:00
2021-01-07 22:42:43 +05:30
2021-03-26 10:32:16 +01:00
2021-02-16 12:00:01 +01:00
2021-03-05 09:18:37 +01:00
2021-03-12 12:37:30 -05:00
2021-04-30 12:26:03 +02:00
2021-03-12 18:46:43 +01:00
2021-03-12 18:46:43 +01:00
2021-02-26 08:12:49 +01:00
2021-03-05 09:18:37 +01:00
2021-04-02 14:33:23 +05:30
2021-04-29 13:59:38 +03:00
2021-02-16 12:00:01 +01:00
2021-04-07 10:44:50 +02:00
2021-02-16 12:00:01 +01:00
2021-03-05 09:18:37 +01:00
2021-03-26 10:32:16 +01:00
2021-01-07 22:42:43 +05:30
2021-04-27 18:36:05 +02:00
2021-04-21 18:01:02 +03:00
2021-04-21 18:01:02 +03:00
2021-04-19 14:02:00 +02:00
2021-04-28 19:59:32 +02:00
2021-02-26 08:12:49 +01:00
2021-02-25 20:22:27 +01:00
2021-01-07 22:42:43 +05:30
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2021-02-16 12:00:01 +01:00
2021-04-01 13:44:56 -04:00
2021-02-16 12:00:01 +01:00
2021-03-29 15:53:31 +02:00
2021-03-05 09:18:37 +01:00
2019-12-05 23:41:52 +04:00
2021-02-17 12:23:30 +02:00
2021-04-19 14:02:00 +02:00
2020-07-13 19:34:05 +02:00
2021-02-16 12:00:01 +01:00
2021-03-05 09:18:37 +01:00
2020-09-22 10:57:08 +02:00
2021-03-05 09:18:37 +01:00
2021-04-30 07:16:57 -07:00
2021-03-09 12:54:54 -05:00
2021-04-12 09:30:48 -04:00
2021-04-28 16:43:41 +02:00
2021-04-28 16:43:41 +02:00
2021-02-05 11:22:27 +01:00
2021-02-23 13:38:50 +03:00
2021-03-05 09:18:37 +01:00
2021-01-07 22:42:43 +05:30
2021-03-05 09:18:37 +01:00
2021-04-01 13:44:56 -04:00
2021-02-25 20:22:27 +01:00
2021-04-13 10:40:12 -04:00
2021-04-13 10:40:12 -04:00
2021-04-01 13:44:56 -04:00
2019-11-29 12:59:40 +01:00
2021-04-27 18:36:05 +02:00
2021-04-27 18:36:05 +02:00
2021-04-13 00:46:30 +02:00
2020-10-04 10:12:29 +05:30
2020-09-16 21:46:44 +05:30
2021-04-20 13:16:40 -04:00
2021-01-07 22:42:43 +05:30
2021-04-28 12:05:38 +05:30
2021-04-28 12:05:38 +05:30
2021-04-13 10:40:12 -04:00
2021-04-01 13:44:56 -04:00
2021-04-01 13:44:56 -04:00
2021-04-01 13:44:56 -04:00
2021-04-01 13:44:56 -04:00
2021-04-01 13:44:56 -04:00
2021-04-14 14:59:26 -04:00
2021-02-05 11:22:27 +01:00
2021-02-12 19:04:05 +05:30
2021-01-07 22:42:43 +05:30
2021-03-05 09:18:37 +01:00
2021-03-16 12:48:20 +05:30
2021-01-25 11:15:17 +01:00
2021-04-02 14:33:23 +05:30
2021-04-02 14:33:23 +05:30
2021-04-02 13:20:58 +05:30
2021-04-29 15:19:57 -04:00
2021-02-05 11:22:27 +01:00
2021-02-16 12:00:01 +01:00
2021-04-07 13:27:20 +02:00
2020-03-19 11:18:17 +01:00
2020-03-19 11:18:17 +01:00
2020-06-19 17:49:30 +05:30
2021-02-05 11:22:27 +01:00
2021-04-21 18:01:02 +03:00
2021-01-07 22:42:43 +05:30
2021-04-21 09:48:30 +03:00
2021-04-26 19:51:25 +05:30
2021-04-29 19:42:48 +05:30
2021-04-28 11:36:05 +02:00
2021-04-26 19:51:25 +05:30
2021-02-16 12:00:01 +01:00
2021-03-05 09:18:37 +01:00
2021-02-26 08:12:49 +01:00
2021-03-31 10:05:32 +05:30