-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45764: cloud: require nodeID in nodelocal URIs r=dt a=dt Previously nodelocal URIs without a host specified, or with a nodeID of 0, would be interpreted as 'which ever node happens to be evaluating this URI'. This behavior often leads to confusion and typically a user is better served by specifying which node, e.g. with nodelocal://1/foo/bar. This change now *requires* users specify a nodeID in nodelocal URIs. If a user truely wants the old behavior of picking the local node, they can speicfy a nodeID of zero or use the reserved hostname 'self'. Release note (general change): nodelocal:// format URIs now require a nodeID be specified in the hostname field. The special nodeID of 'self' is equivalent to the old behavior when unspecified. Co-authored-by: David Taylor <[email protected]>
- Loading branch information
Showing
20 changed files
with
151 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.