Krishan Goyal

Results 4 issues of Krishan Goyal

Hi, We have noticed a memory leak when we supply a block cache when opening rocks db. Attached the code. Using 10.2.1 rocks db version. Observations on running this program...

**Problem** _operationRetryTimeoutInMillis is hardcoded to 24 hrs This can result in long wait times and impact clients that want to fail fast. **Solution** Make _operationRetryTimeoutInMillis configurable

1. ColumnReaderTransformer wraps a columnReader and applies transform functions efficiently. It avoids Object conversion unless transformation is neccessary 2. Created ColumnTransformer interface and 2 implementations - DataTypeColumnTransformer and NullValueColumnTransformer 3....

Remove instanceType as parameter in segment build classes and add it to generator config