Agniva De Sarker
d6033b7725
MM-31182: Reuse the created bot user when creating a DM channel ( #16894 )
...
* MM-31182: Reuse the created bot user when creating a DM channel
When creating a bot, we also create a DM channel between the owner
and the bot. So we would hit a replica lag issue when trying to get the
user from the replica instance immediately after creating it.
This falls into the category of read-after-write within a single request.
We fix this by passing the already created bot user during channel creation
itself, thereby getting correctness and saving a DB query.
While here, we also make some other cosmetic improvements:
- Change userId to userID
- Rename nErr to err
https://mattermost.atlassian.net/browse/MM-31182
```release-notes
Fix a bug where creation of a bot would fail due to replica lag.
```
* use correct appError name
2021-02-11 15:32:48 +05:30
..
2021-01-04 11:32:29 +05:30
2021-02-10 23:41:34 +05:30
2021-02-04 11:08:05 +05:30
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-10 23:41:34 +05:30
2020-11-18 18:40:12 +03:00
2021-02-09 11:58:31 +01:00
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2020-11-23 14:34:10 -05:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-02-11 15:32:48 +05:30
2021-02-11 15:32:48 +05:30
2021-01-25 11:15:17 +01:00
2021-01-07 22:42:43 +05:30
2021-01-04 11:32:29 +05:30
2020-12-02 12:06:23 +01:00
2021-02-05 11:22:27 +01:00
2020-11-16 15:19:01 -05:00
2021-02-11 15:32:48 +05:30
2020-12-03 16:02:43 -05:00
2021-01-07 22:42:43 +05:30
2021-01-15 09:58:34 +03:00
2020-06-12 13:43:50 +02:00
2020-05-22 23:52:25 +05:30
2021-01-07 22:42:43 +05:30
2020-11-13 21:10:07 -05:00
2021-02-05 11:22:27 +01:00
2020-11-24 21:36:34 +05:30
2020-12-02 12:06:23 +01:00
2021-01-28 20:04:17 +01:00
2021-01-04 11:32:29 +05:30
2020-02-13 13:26:58 +01:00
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-02-09 12:28:42 +01:00
2021-01-07 22:42:43 +05:30
2021-02-09 12:28:42 +01:00
2021-01-25 11:15:17 +01:00
2021-01-07 22:42:43 +05:30
2021-02-09 11:58:31 +01:00
2021-01-07 22:42:43 +05:30
2020-07-15 18:56:28 +05:30
2020-03-23 09:21:05 -04:00
2021-02-09 11:58:31 +01:00
2021-02-09 11:58:31 +01:00
2020-01-27 11:33:11 -05:00
2021-01-07 22:42:43 +05:30
2020-10-29 15:54:39 -07:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-08 14:41:07 +05:30
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-02-02 11:28:31 +01:00
2020-10-09 08:47:20 +02:00
2021-02-05 11:22:27 +01:00
2021-02-09 11:58:31 +01:00
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-01-25 11:15:17 +01:00
2021-01-25 10:40:30 +01:00
2021-01-25 11:15:17 +01:00
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2020-08-20 19:37:19 +05:30
2021-01-15 09:58:34 +03:00
2021-01-07 22:42:43 +05:30
2021-01-20 19:57:29 +03:00
2021-01-07 22:42:43 +05:30
2021-01-25 11:15:17 +01:00
2020-09-09 15:25:55 -04:00
2021-01-04 11:32:29 +05:30
2021-01-15 09:58:34 +03:00
2021-02-09 12:28:42 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-04 11:08:05 +05:30
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2020-02-13 13:26:58 +01:00
2021-01-28 20:04:17 +01:00
2021-01-07 22:42:43 +05:30
2021-01-12 20:45:17 +01:00
2021-02-04 11:08:05 +05:30
2021-01-25 11:15:17 +01:00
2021-02-05 11:22:27 +01:00
2021-02-09 12:28:42 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11: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-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-01-15 09:58:34 +03:00
2021-01-15 09:58:34 +03:00
2019-12-05 23:41:52 +04:00
2021-02-05 11:22:27 +01:00
2020-07-13 19:34:05 +02:00
2021-01-07 22:42:43 +05:30
2021-01-15 09:58:34 +03:00
2020-09-22 10:57:08 +02:00
2021-02-08 16:31:13 -04:00
2021-01-31 09:17:46 +01:00
2021-01-07 22:42:43 +05:30
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-04 11:08:05 +05:30
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-02-04 11:08:05 +05:30
2019-11-29 12:59:40 +01:00
2021-01-07 22:42:43 +05:30
2020-09-24 11:49:57 -04:00
2020-02-13 13:26:58 +01:00
2020-10-04 10:12:29 +05:30
2020-09-16 21:46:44 +05:30
2021-01-25 11:15:17 +01:00
2021-01-07 22:42:43 +05:30
2021-02-01 15:18:52 -05:00
2021-02-09 12:28:42 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01:00
2019-11-29 12:59:40 +01:00
2021-01-25 11:15:17 +01:00
2021-01-07 22:42:43 +05:30
2020-11-17 09:02:36 +05:30
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-01-07 22:42:43 +05:30
2021-02-05 11:22:27 +01: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-02-10 23:41:34 +05:30
2021-01-07 22:42:43 +05:30
2021-02-10 23:41:34 +05:30
2020-04-23 13:16:18 +05:30
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-02-05 11:22:27 +01:00
2021-01-15 09:58:34 +03:00