[MCOL-3426] Allow writes far past the end of the file Created: 2019-08-14 Updated: 2019-08-28 Resolved: 2019-08-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Patrick LeBlanc (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | ObjectStore support |
| Description |
|
Proofread the new write/append code, noticed that if a write is done far past the end of the file, bad things will happen. |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2019-08-23 ] |
|
The original task of allowing writes past end of file has exposed significant bug in the write behavior that requires reworking how new objects are added to the metadata file to prevent overlapping data on multiple objects. |