Yan Zhao

Results 43 issues of Yan Zhao

Original issue: #13238 PIP Issue: #16569 ### Motivation In current ledger deletion, we divided it into two separate steps. It happens in ManagedLedger and ManagedCursor. Remove all the waiting to...

type/enhancement
doc-required
Stale

In some cases, if the user may want to update the delta table configuration, we need to get the txn metadata first, then override the metadata#configuration K,V to update the...

enhancement

Now, the kernel delta table didn't support updating the table configuration, we need to support it.

If the table config `delta.enableExpiredLogCleanup`, we should clean up the expired logs during checkpoint.

enhancement

The kernel config only has properties `TOMBSTONE_RETENTION` and `CHECKPOINT_INTERVAL`, we need support more.

we meet a critical issue about the standalone lib, we found that the checkpoint define the snappy compression using hard code. When we integrate our project, we found that it...