Siyao Meng
Siyao Meng
## What changes were proposed in this pull request? Set strict to false in protolock command line. See the jira description for more details. ## What is the link to...
This PR rebased #3786, changed the first commit title (so there is less chance of merging this patch with incorrect commit message), switched branch name (as the dev branch cannot...
v2. WIP. Re-targeting feature branch to facilitate easier testing with other hsync/hbase related changes and improvements. ## What changes were proposed in this pull request? `synchronized` keyword has been added...
## What changes were proposed in this pull request? Adopt the new Ratis API added in RATIS-1994 to (hopefully) reduce hsync latency. Basically the idea is that ratis client `send()`...
## What changes were proposed in this pull request? Same as https://github.com/apache/ozone/pull/6413 but a third impl based on master branch. FYI. NOT ready for review. This is a much cleaner...
## What changes were proposed in this pull request? **Warning: POC. Unoptimized implementation. Untested. Potentially incorrect impl.** ### Problem Statement Currently by default, each 4 MB block chunk is further...
Replacing HTrace with OpenTracing. - [x] Rebased the WIP v000 patch onto latest trunk - [x] Build succeeded w/o shading w/ JDK8: `mvn install -Pdist -DskipTests -e -Dmaven.javadoc.skip=true -Denforcer.skip=true -DskipShade`...
## What changes were proposed in this pull request? 1. Disable SSTFilteringService when defrag feature is enabled, because defrag is effectively doing the filtering already 2. SSTFilteringService should not run...