HDDS-5208. bump rocksdb version to 6.20.3#2235
Conversation
|
@elek please take a look |
|
@elek hi, in my local test , integration(ozone) test is passed, but it fail here. is it a flaky case? |
(BTW, please trigger CI with empty commit instead of closing+reopening the PR. This makes it easier to see previous CI results.) |
ok, i will fix this
thanks, will take care of this in the future |
|
@adoroszlai i make the wait time longer ,and CI is passed. it seems we should wait longer for the log if we use the rocksdb of this version. |
elek
left a comment
There was a problem hiding this comment.
thanks the patch @JacksonYao287
Retriggered the build to be sure that the (possible) intermittency is disappeared. If it passes, I am +1 to merge it.
Thanks for trying that. The test expects the output Now with the new version there is a 15-sec delay. @avijayanhwx Would it make sense to check for |
Yes, I am ok with that. |
thanks @elek for the retrigger。 |
@adoroszlai , in this test case , it seems that several rocksdb benchmarks are carried out and then the corresponding benchmark stats are dumped. so I think maybe in this version of rocksdb , more benchmarks are involved , and thus it takes longer time to complete |
|
Thanks @JacksonYao287 for the patch, @elek for the review. We can address the delay separately. |
What changes were proposed in this pull request?
now , the rocksdb version used in ozone is 6.8.1, which is build on Apr 16 , 2020.
this PR bumps rockdsb to 6.20.3, which is build on May 5, 2021, and includes many new bug-fix
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5208
How was this patch tested?
no need to add additional tests