Conversation
…uild (facebook#4761) Summary: Note that Snappy now requires CMake to build it, so I added a note about RocksJava to the README.md file. Pull Request resolved: facebook#4761 Differential Revision: D13403811 Pulled By: ajkr fbshipit-source-id: 8fcd7e3dc7f7152080364a374d3065472f417eff
…5053) Summary: JEMALLOC_CXX_THROW is not defined for earlier versions of jemalloc (e.g. 3.6), causing builds to fail on some platforms. Fixing it. Closes facebook#4869 Pull Request resolved: facebook#5053 Differential Revision: D14390034 Pulled By: sagar0 fbshipit-source-id: b2b7a03cd377201ef385eb521f65bae85c558055
Summary: This fixed the compile error in Clang-8: ``` error: explicitly defaulted copy assignment operator is implicitly deleted [-Werror,-Wdefaulted-function-deleted] ``` Pull Request resolved: facebook#5095 Differential Revision: D14811961 Pulled By: riversand963 fbshipit-source-id: d935d1f85a4e8694dca10033fb5af92d8777eca0
Summary: When building with clang 9, warning is reported for InternalDBStatsType type names shadowed the one for statistics. Rename them. Pull Request resolved: facebook#5779 Test Plan: Build with clang 9 and see it passes. Differential Revision: D17239378 fbshipit-source-id: af28fb42066c738cd1b841f9fe21ab4671dafd18
Summary: From bzip2's official [download page](http://www.bzip.org/downloads.html), we could download it from sourceforge. This source would be more credible than previous web archive. Pull Request resolved: facebook#5995 Differential Revision: D18377662 fbshipit-source-id: e8353f83d5d6ea6067f78208b7bfb7f0d5b49c05
Summary: * LZ4 1.8.3 -> 1.9.2 * ZSTD 1.4.0 -> 1.4.4 Pull Request resolved: facebook#6084 Differential Revision: D18710224 fbshipit-source-id: a461ef19a473d3480acdc027f627ec3048730692
Summary: I set up a mirror of our Java deps on github so we can download them through github URLs rather than maven.org, which is proving terribly unreliable from Travis builds. Also sanitized calls to curl, so they are easier to read and appropriately fail on download failure. Pull Request resolved: facebook#6348 Test Plan: CI Differential Revision: D19633621 Pulled By: pdillinger fbshipit-source-id: 7eb3f730953db2ead758dc94039c040f406790f3
Summary: Fixes some RocksJava regressions recently introduced, whereby RocksJava would not build on JDK 7. These should have been visible on Travis-CI! Pull Request resolved: facebook#4768 Differential Revision: D13418173 Pulled By: sagar0 fbshipit-source-id: 57bf223188887f84d9e072031af2e0d2c8a69c30
pdillinger
left a comment
There was a problem hiding this comment.
After looking at Travis, slightly concerned about the cmake-gcc8 failure:
/tmp/cc0UbblJ.s: Assembler messages:
/tmp/cc0UbblJ.s:2773: Error: operand size mismatch for vmovdqu64' /tmp/cc0UbblJ.s:2774: Error: operand size mismatch for vmovdqu64'
This looks like an old assembler being used with a new compiler.
f275333 to
ee68e03
Compare
46fcb3e to
b9a4a10
Compare
|
I'm calling a timeout on making Travis happy and merging+tagging b9a4a10 as requested. |
|
For the record, example force update of an existing tag AND make sure it's not listed as "latest release" in github project: Suggested message info: (Note: the originally tagged commit for this release was wrong but the tag has been updated. You might need to delete your copy of the tag with |
Bump rocksdb 5.18.3 to 5.18.4 that supports all platforms. Issues about this version are facebook/rocksdb#6497 and facebook/rocksdb#6188 Change-Id: I3febec8e36550edcb7f88839cc1e2b2a54984564 Signed-off-by: Jiamei Xie <jiamei.xie@arm.com>
* typo * [feat] impl Describer for RouteTable * [feat] impl Describer for RegionEngine * [feat] impl Describer for StoreEngine * [feat] impl Describer for StoreEngine * [rheakv] avoid sending repeatedly * [rheakv] avoid sending repeatedly * lock free improve * format * upgrade rocksdb(v5.18.4) for aarch64 facebook/rocksdb#6497 * upgrade bolt to 1.6.2 * read-index ut * let append-entry fail-fast * typo * rocksdb:5.18.3 * add weak read for `isLeader()` * improve `checkDeadNodes` * improve `checkDeadNodes` * fail-fast on `addReplicator` * format * add `LongHeldDetectingReadWriteLock` * add node-lock-blocked metric * add UT: LongHeldDetectingReadWriteLockTest * by CR * by CR
@pdillinger Sorry about this, but there were 11 additional commits I had to pull in to build 5.18.4.
These are because of external changes over the time since I created the last PR for 5.18.4:
If you could merge this, and then re-cut the
v5.18.4tag. Then I can check that out and rebuild and release. I think this should be fine now, I have built this branch on all release platforms: