Commit b4d86a5
feat(storage): merge support for bi-directional multiple range reads (#11377)
* feat(storage): merge support for bi-directional multiple range reads
* add license header
* get object metadata for regular grpc reads
* docs change
* fix offset and remaining bytes calculation
* fix(storage): use mutex for accessing concurrent vars
* remove TestOpenAppendableWriterUnsupportedEmulated
* Add back retry conformance tests to json
* retry tests assume writes are conditionally idempoten
---------
Co-authored-by: Daniel B <danielduhh@gmail.com>1 parent 238ac1c commit b4d86a5
29 files changed
Lines changed: 7007 additions & 2968 deletions
File tree
- storage
- experimental
- internal
- apiv2
- storagepb
- test/conformance
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
1122 | | - | |
| 1122 | + | |
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
1126 | | - | |
| 1126 | + | |
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | | - | |
| 1141 | + | |
1142 | 1142 | | |
1143 | | - | |
| 1143 | + | |
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
| |||
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
281 | 295 | | |
282 | 296 | | |
283 | 297 | | |
| |||
287 | 301 | | |
288 | 302 | | |
289 | 303 | | |
| 304 | + | |
290 | 305 | | |
291 | 306 | | |
292 | 307 | | |
| |||
0 commit comments