Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() (#4092)
Summary:
Now by default, with NewSstFileManager, checkpoints may be corrupted. Disable this feature to avoid this issue.
Closes https://github.com/facebook/rocksdb/pull/4092
Differential Revision:
D8729856
Pulled By: siying
fbshipit-source-id:
914c321d6eaf52d8c5981171322d85dd29088307
Remove unused arg which causes compilation failure (#4080)
Summary:
It seems that compilation has been made stricter about unused args.
Closes https://github.com/facebook/rocksdb/pull/4080
Differential Revision:
D8712049
Pulled By: sagar0
fbshipit-source-id:
984af1982638af3568aac1a167f565f4741badee
check if data size exceeds java array vm limit when it is copied in jni (#3850)
Summary:
to address issue #3849
Closes https://github.com/facebook/rocksdb/pull/3850
Differential Revision:
D8695487
Pulled By: sagar0
fbshipit-source-id:
04baeb2127663934ed1321fe6d9a9ec23c86e16b
Set DEBUG_LEVEL=0 for RocksJava Mac Release (#4040)
Summary:
Closes https://github.com/facebook/rocksdb/issues/2717
Closes https://github.com/facebook/rocksdb/pull/4040
Differential Revision:
D8592058
Pulled By: sagar0
fbshipit-source-id:
d01099a1067aa32659abb0b4bed641d919a3927e
Crash on Windows, because of shared_ptr reinterpret cast (#3999)
Summary:
For more details see #3998
Closes https://github.com/facebook/rocksdb/pull/3999
Differential Revision:
D8458905
Pulled By: sagar0
fbshipit-source-id:
d6e09182933253a08eaf81ac7cfe50ed3b6576c5
Update TARGETS file (#4028)
Summary:
-Wshorten-64-to-32 is invalid flag in fbcode. Changing it to -Warrowing.
Closes https://github.com/facebook/rocksdb/pull/4028
Differential Revision:
D8553694
Pulled By: yiwu-arbug
fbshipit-source-id:
1523cbcb4c76cf1d2b10a4d28b5f58c78e6cb876