Open JkSelf opened 6 days ago
Name | Link |
---|---|
Latest commit | a273c2d758debeda3fa83c0357be7c76a3b47efc |
Latest deploy log | https://app.netlify.com/sites/meta-velox/deploys/673fe032649e3d0008bd298a |
@majetideepak Can you help to review this PR? Thanks.
@JkSelf changes look good. But build is failing. Can you take a look?
@JkSelf changes look good. But build is failing. Can you take a look?
@majetideepak Yes. Fixed the ci failing. Can you help to review again? Thanks.
@majetideepak It seems the failed unit test is not related with this PR. Thanks.
@kagamiori has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
To address this comment, we moved the thread local parameter
folly::ThreadLocal<HdfsFile> file_
from a member parameter to a template parameter in theHdfsReadFile::preadInternal
method. The frequent initialization of the thread local parameter in the method caused about a 5% performance degradation. We reverted the thread local parameter to a member parameter in this PR.