Joe Maley
Joe Maley
@d-hoke Good catch, thanks! I appreciate you opening these issues. We're always interested in engaging with active users/contributors to learn more about how they're using TileDB. If you'd like to...
Fixed by #2237, which will make it into our next minor release. Thanks.
I first considered clamping the 'num_ops' at the line referenced in the issue description. This will not work because a single `S3::write_multipart()` does not necessarily represent the entirety of a...
The `testUniquePartialIndexPart*` tests fails about 5-10% of the time on my local machine. It fails 80%+ of the time with the same signature when I test with my fix for...
RCA: The deadlock occurs when deleting a table that has an outstanding `GetSafeTimeForTablet` RPC on `pending_tasks_`. Here are the important parts of the path: 1. The table delete requests enters...
Change 1a030ba fixed the above issue. I'm unassigning myself from this issue. I still see some other failure signatures with this test that may be worth investigating.
@chris-allan We agree that the default empty values should be consistent. I have opened a PR to change char and signed integers to fill with their maximum value to match...