[SERVER-30298] Add user digest to logical session id Created: 25/Jul/17 Updated: 30/Oct/23 Resolved: 26/Jul/17 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Internal Code |
| Affects Version/s: | None |
| Fix Version/s: | 3.5.11 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Mira Carey | Assignee: | Mira Carey |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Platforms 2017-07-31 |
| Participants: |
| Description |
|
Inclusion of a sha256 digest of the full username to the logical session id (in addition to the current guid) is necessary to fully disambiguate logical sessions in degraded clusters (when the authoritative record for a session is unreachable). Semantics for the uid are as follows: session creation via startSession()
session use for a command
|
| Comments |
| Comment by Githook User [ 26/Jul/17 ] |
|
Author: {'email': 'jcarey@argv.me', 'username': 'hanumantmk', 'name': 'Jason Carey'}Message: Inclusion of a sha256 digest of the full username to the logical session Semantics for the uid are as follows: session creation via startSession()
session use for a command
|