prashantpogde

Results 8 comments of prashantpogde

+1 @michelsumbul @GeorgeJahad @tim-finnigan. This will be a useful feature and it also keeps it compatible with Java SDK for S3.

@GeorgeJahad let us discuss the refactoring changes in the weekly call tomorrow.

Current compaction log format is input files newline output files Its a very risky format. Lets change it to something like C(compaction log entry) $ input-file1, i2, i3 : outputfile-1,...

LGTM for this PR. Additional set of changes that are highlighted in this PR can also go in the next PR.

This is a doubtful approach the fix.The main problem here is updating the Snapshot Info without going through the RATIS transaction. Removing the dead entries from RocksDB is acceptable but...

Adding another table or restructuring the table is a disk layout change and will impact upgrades too.

I have been thinking about this end to end holistically. And I believe the fundamental problem is mixing metadata that is updated by RATIS with Metadata that is updated by...

After this change, Garbage collection service can no longer check for SST-filtered flag reliably. Because this flag is only local to the OM node. GC is run on leader and...