Commit Graph

12941 Commits

Author SHA1 Message Date
Johannes Scheuermann
2b6820c041 Update macos cgo 6.3 (#11003)
* Update CGO LDflags for new MacOS linker

* Add the linker option back again
2023-10-20 09:12:16 -07:00
Jingyu Zhou
47412ef4ce Merge pull request #8924 from bryant507/release-6.3
Release 6.3-Fix the bug of variable int32 overflow.
2022-12-05 10:52:51 -08:00
Huiyoung
5909124c67 clang-format -style=file 2022-11-29 16:00:01 +08:00
Huiyoung
2410f58621 Update AsyncFileReadAhead.actor.h
Fix the bug of variable int32 overflow.
the offset's aligning would rise int32 overflow.
2022-11-28 15:16:11 +08:00
Huiyoung
c776573239 Update HTTP.actor.cpp
Fix the bug of variable int32 overflow. 
the content length from http response transformed using 'atoi' would rise int32 overflow.
2022-11-28 15:14:23 +08:00
FoundationDB CI
54520f0918 update version after 6.3.26 release 2022-11-07 21:19:28 +00:00
Jingyu Zhou
438c3f3d25 Add 6.3.25 release notes
Documentation only change.
2022-11-02 15:47:51 -07:00
Aaron Molitor
97cc643cef pull packaging/docker diffs from release-7.1 6.3.25 2022-10-26 12:35:25 -05:00
Jingyu Zhou
1d59860ac7 Merge pull request #8558 from jzhou77/release-6.3
Fix potential data corruptions [release 6.3]
2022-10-24 20:11:07 -07:00
Jingyu Zhou
912f46d53f Fix format 2022-10-24 15:36:26 -07:00
Jingyu Zhou
6d4a86374b Disable the assertion since Redwood is not updated 2022-10-24 15:20:28 -07:00
Jingyu Zhou
b6b54b951a Bug fixes in IO buffer and class lifetimes, Generic actor improvements. 2022-10-24 14:04:33 -07:00
Steve Atherton
53a2d4f420 Bug fix: If a disk queue reader drops its future memory corruption could occur so the actor is made uncancellable and the TrackMe member will keep the disk queue alive until it finishes. 2022-10-24 13:15:16 -07:00
Chaoguang Lin
be8b344a89 Cherry-pick pull request #7671 (#7800) 2022-08-09 11:35:07 -07:00
Chaoguang Lin
9a3dd33520 Validate subrange reads in simulation (#7597) (#7724)
* Add extra validation to special key space reads in simulation

* Fix bugs turned up by validating subrange reads

* Change to validateSpecialSubrangeRead

It is in general not safe to expect that a read from the special key
space returns the same results if performed again, since the
transaction may be being modified concurrently.

* Add comment

* Add comment

Co-authored-by: Andrew Noyes <andrew.noyes@snowflake.com>
2022-08-01 11:23:59 -07:00
Johannes M. Scheuermann
2903c462e2 Fix permission in Dockerfile 2022-07-05 20:01:54 -07:00
Johannes M. Scheuermann
00a4796d3d Remove mv flags 2022-06-27 17:41:50 -05:00
Johannes M. Scheuermann
4a76173ea5 Revert client lib change back 2022-06-27 17:41:50 -05:00
Johannes M. Scheuermann
80f68ad3d8 Correct script for different build setups 2022-06-27 17:41:50 -05:00
Johannes M. Scheuermann
52522c6d54 Correct comment for script 2022-06-27 17:41:50 -05:00
Johannes M. Scheuermann
1067be8182 Refactor Docker setup for new binary location 2022-06-27 17:41:50 -05:00
Russell Sears
6931459069 Improve YCSB image logging; remove logic to support partial restarts (#6830) 2022-05-09 13:32:31 -07:00
Aaron Molitor
e8232c47cb Update Badge URL in README.md 2022-05-05 16:45:18 -05:00
Aaron Molitor
3dd44747d9 used fixed Jinja2 version for documentation 2022-03-28 12:29:40 -05:00
FoundationDB CI
c68f82391d update verstion after6.3.24 release 2022-03-11 22:35:12 +00:00
Zhe Wu
7d7762ba77 Update 6.3.24 release notes 6.3.24 2022-02-25 15:35:52 -08:00
Zhe Wu
620e09b9c9 address comments 2022-02-25 13:37:23 -08:00
Zhe Wu
48838d056f Update fdbclient/NativeAPI.actor.cpp
Co-authored-by: Renxuan Wang <renxuan@apple.com>
2022-02-25 13:37:23 -08:00
Zhe Wu
de9a66275b Update fdbclient/NativeAPI.actor.cpp
Co-authored-by: Renxuan Wang <renxuan@apple.com>
2022-02-25 13:37:23 -08:00
Zhe Wu
92c3281d05 Update fdbclient/NativeAPI.actor.cpp
Co-authored-by: Renxuan Wang <renxuan@apple.com>
2022-02-25 13:37:23 -08:00
Zhe Wu
0b41abbaa8 Fix get key location overloading proxies 2022-02-25 13:37:23 -08:00
Zhe Wu
9c6d28f174 Batch empty peek reply 2022-02-21 18:55:23 -08:00
Aaron Molitor
1ae7eeafdc skip docs build on apple 2022-02-21 18:41:31 -06:00
Mohamed Oulmahdi
915195b9fe Enhance the detection of missing test files 2022-02-15 18:39:55 -08:00
Markus Pilman
3477db23b2 Fix bug where tests wouldn't be added to correctness package 2022-02-15 18:39:55 -08:00
Markus Pilman
fd2846b537 disable simulation in ctest by default 2022-02-15 18:39:55 -08:00
Aaron Molitor
bf77d0be1c update RocskDB and Boost
add Finduring, and include into fdbserver
add BOOST asio/uring settings to fdbserver compile
move portable rocks, liburing up to be configurable at build time.
2022-02-11 10:59:03 -08:00
Mohamed Oulmahdi
5afc9f0807 Update documentation 2022-01-11 10:32:39 -08:00
Mohamed Oulmahdi
3c44fadcd5 Enable TLS support for Windows 2022-01-11 10:32:39 -08:00
Aaron Molitor
5bbb76387d update copyright date in documentation 2022-01-07 00:25:53 -08:00
Aaron Molitor
549db6208f update download links in documentation for #6154 2022-01-06 17:51:24 -08:00
Aaron Molitor
4d22f3df77 cherry-pick #6145
copy packaging/docker to PROJECT_BINARY_DIR (undoing part of #5994),
fetch commit_sha from source_code_directory (don't assume we're in the source tree anymore),
allow custom tag (if a parameter is passed in as $1)
update README.md
2021-12-15 16:48:37 -08:00
Renxuan Wang
8183372dd5 Fix a bug in getDesiredCoordinators().
When no workers are chosen, we should return 0 coordinators.
2021-12-15 13:29:22 -08:00
Aaron Molitor
a9b9f786a7 cherry-pick #6138 - add tag_postfix to images, cleanup documentation 2021-12-13 23:03:56 -08:00
A.J. Beamon
20742cf631 When checking whether a timeout fired too early, use a larger epsilon from the target duration. 2021-12-13 16:13:53 -08:00
A.J. Beamon
9a5a36b9d1 Fix: the shard tracker state could become inaccurate if there is an ABA type update to the bandwith state of a shard. 2021-12-13 14:57:15 -08:00
A.J. Beamon
6a24d03b3e Modify parameters of ApiCorrectnessSwitchover test to avoid out of memory errors. 2021-12-13 13:49:22 -08:00
FoundationDB CI
d40e91e348 update version after 6.3.23 release 2021-12-09 20:46:38 +00:00
Zhe Wu
00a318779a Release notes for 6.3.23 2021-12-09 12:26:42 -08:00
Bala Namasivayam
47b9a81d1c Fix extra whitespace. 6.3.23 2021-12-07 14:51:59 -08:00