Swaminathan Balachandran

Results 24 comments of Swaminathan Balachandran

@errose28 @symious DeletedContainers can occur in this the list of deleteBlockTransactionsBlocks. Following is the flow when we try to delete blocks. Blocks from DeleteBlockTransaction are picked up and Blocks are...

@cbi42 @jowlyzhang Can you please review this? In ozone we depend on jni for rocksdb apis. I have just added JNI layer for the table_iterator written in your PR.

@jowlyzhang Can you check this PR?

> @swamirishi Thank you for this work! Just curious, is the motivation for this class to be able to read the sequence number and type of each entry from a...

> @swamirishi Thank you for this work! Just curious, is the motivation for this class to be able to read the sequence number and type of each entry from a...

> > Currently the db_iter skips non user keys > > https://github.com/facebook/rocksdb/blob/003197f0050b8ef3d52d2c291401991a562c773c/db/db_iter.cc#L289 > > > > , currently the sst file reader is tightly coupled with this. > > sst...

> you want to define a public iterator class. Would separate tool like sst_dump work for your flow? This tool can be augmented to print out the type and sequence...

> > We actually wanted a jni which would let us iterate through the sst file and get the key,value, sequenceNumber for each of the records including the tombstone entries...

> Hello @swamirishi, since we have merged #12385, shall we close this PR? Yeah this can be closed in favour of #12385

@errose28 Can this be merged? I see the changes to move to ScmAdminProtocol has been made.