13649 Commits

Author SHA1 Message Date
Andrew Noyes
dadc4d1b21 Initialize m_offset 2021-01-15 19:56:28 +00:00
Andrew Noyes
b0f61fb74f Resolve the simple-looking conflicts 2021-01-15 19:35:10 +00:00
Andrew Noyes
ff7d306b09 Merge branch 'release-6.3' into anoyes/merge-6.3-to-master
Include conflict markers for now. Will resolve.
2021-01-15 18:04:09 +00:00
Markus Pilman
9bca167cc2
Merge pull request #4205 from sfc-gh-anoyes/anoyes/merge-release-6.2
Merge release 6.2 into release 6.3
2021-01-15 10:55:41 -07:00
Andrew Noyes
56f46d0645
Merge pull request #4094 from sfc-gh-clin/add-c-function-for-management-commands
Add c function for kill/suspend
2021-01-15 09:45:16 -08:00
Chaoguang Lin
8ce9bd4e8e Merge branch 'master' of github.com:apple/foundationdb into add-c-function-for-management-commands 2021-01-14 17:31:26 -08:00
Chaoguang Lin
d25b8664e7 clang-format, remove header added by IDE 2021-01-14 17:31:13 -08:00
Chaoguang Lin
a44fa7bfe6 Remove unnecessary rapidjson download 2021-01-14 17:17:12 -08:00
Andrew Noyes
e32a0fb742 Resolve conflicts 2021-01-14 20:13:29 +00:00
Andrew Noyes
6d6b2843da Merge remote-tracking branch 'upstream/release-6.2' into anoyes/merge-release-6.2
I'm including the conflict markers for now and I'll resolve them in a
subsequent commit
2021-01-14 17:20:11 +00:00
Chaoguang Lin
87b4463305 Solve comments: update c api description; refine code 2021-01-13 14:56:41 -08:00
Markus Pilman
fe71ef88c3
Merge pull request #4199 from sfc-gh-satherton/file-backup-write-buffering
Add write buffering to BackupContainerLocalDirectory::BackupFile
2021-01-13 12:23:57 -07:00
Markus Pilman
2a24857cfa
Merge pull request #4182 from skunkwerks/fix/avoid-preprocesor-clash
build: don't clash with FreeBSD native defines
2021-01-12 10:33:21 -07:00
Markus Pilman
2609c3d619
Merge pull request #4072 from sfc-gh-tclinkenbeard/improve-type-safety
Make enums automatically binary serializable
2021-01-12 10:31:34 -07:00
Markus Pilman
0bb3932005
Merge pull request #4183 from skunkwerks/fix/handle-missing-freebsd
flow: fix ifdef fall-through on FreeBSD
2021-01-12 10:07:43 -07:00
Evan Tschannen
e57b5678a2
Merge pull request #4187 from sfc-gh-jfu/jfu-document-xff
Adding more documentation to system keys
2021-01-11 13:25:27 -08:00
Steve Atherton
a860778b51 Add write buffering to BackupContainerLocalDirectory::BackupFile to greatly reduce the number of IAsyncFile::write() calls made when writing backup data. The buffer size is controlled by a knob. 2021-01-09 07:57:48 -08:00
Andrew Noyes
a1bd28ac46
Merge pull request #4188 from sfc-gh-ajbeamon/client-count-status-requests
Add a counter for the number of status requests made by a client
2021-01-08 16:59:53 -08:00
Jingyu Zhou
3b0dbe2803
Merge pull request #4196 from bnamasivayam/post-release-cleanup-6.3.10
Post release cleanup 6.3.10
2021-01-07 08:56:17 -08:00
Markus Pilman
f28fb40324
Merge pull request #4193 from sfc-gh-anoyes/anoyes/remove-no-unused-value
Remove -Wno-unused-value
2021-01-07 09:14:14 -07:00
Balachandar Namasivayam
73233d778d update installer WIX GUID following release 2021-01-06 23:29:57 -08:00
Balachandar Namasivayam
74c6427e6e update version to 6.3.11 2021-01-06 23:29:57 -08:00
Jon Fu
fbcc85843f clarify comment for serverKeys possible values 2021-01-06 17:15:31 -05:00
Andrew Noyes
e2e9b70206 Remove -Wno-unused-value 2021-01-06 22:09:38 +00:00
Jingyu Zhou
a461b9c93b
Merge pull request #4191 from bnamasivayam/patch-release
Update downloads and release notes for 6.3.10
6.3.10
2021-01-06 13:09:19 -08:00
Evan Tschannen
fe281032d1
Merge pull request #4189 from sfc-gh-satherton/feature-redwood
Feature redwood
2021-01-06 12:26:45 -08:00
Balachandar Namasivayam
97a4637b52 Update downloads and release notes for 6.3.10 2021-01-06 11:54:18 -08:00
Chaoguang Lin
3fb056e9fe Revert "Let rapidjson as a module in cmake"
This reverts commit 5ffb280aadc4b5dcba9999a77d05642749d7df66.
2021-01-05 23:53:42 -08:00
Steve Atherton
2ce967bd77 Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-redwood 2021-01-05 21:34:26 -08:00
Steve Atherton
4c28341351 Performance bug fix: Every page cache hit was calling forwardError() unnecessarily. 2021-01-05 21:34:16 -08:00
Balachandar Namasivayam
43a79a34ff
Merge pull request #4175 from vishesh/task/document
Docs, fix and hack for Fault Tolerance
2021-01-05 15:46:45 -08:00
Vishesh Yadav
31cc888562 Make fault_tolerance_without_losing data consistent with 6.2 in HA.
Don't consider satellites for now. This is a HACK which needs to be fixed
soon, but for now need this to keep the monitoring sane.
2021-01-05 13:53:48 -08:00
A.J. Beamon
58360a192f Add a counter for the number of status requests made by a client 2021-01-05 10:18:43 -08:00
Chaoguang Lin
c550ef594c Update documentation for check-on-reboot 2021-01-05 09:59:30 -08:00
Chaoguang Lin
5ffb280aad Let rapidjson as a module in cmake 2021-01-05 09:53:06 -08:00
Chaoguang Lin
be11ab7a3d Remove unnecessary depedency 2021-01-04 23:50:23 -08:00
Meng Xu
f0f77ae800
Merge pull request #4177 from jzhou77/release-6.3
Merge 6.2 to Release 6.3 after 6.2.29 release
2021-01-04 22:43:10 -08:00
Jon Fu
278e7de6f5 added more documentation 2021-01-04 16:59:08 -05:00
Jon Fu
a0d33c5d03 added more comments 2021-01-04 16:00:12 -05:00
Jon Fu
53d23d95d8 initial commit in adding more documentation to special keys 2021-01-04 15:26:48 -05:00
Dave Cottlehuber
2daa4d33af flow: fix compilation error on FreeBSD 2021-01-04 13:41:53 +00:00
Dave Cottlehuber
96a37e4d46 build: don't clash with FreeBSD native defines
FreeBSD has an existing CACHE_LINE_SIZE parameter as a platform-specific define.

```
# /usr/include/machine/param.h
/*
 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
 * architecture.  It should be used with appropriate caution.
 */
#define CACHE_LINE_SHIFT        6
#define CACHE_LINE_SIZE         (1 << CACHE_LINE_SHIFT)
```
2021-01-04 13:13:06 +00:00
Chaoguang Lin
e097c98956 Remove headed added by IDE, add comments 2021-01-04 00:18:01 -08:00
Chaoguang Lin
70e4b88a04 Remove stdbool header 2021-01-03 22:54:56 -08:00
Chaoguang Lin
da7b65cd71 Change the interface back to return int64_t 2021-01-03 22:45:09 -08:00
Chaoguang Lin
d97782f6d5 Revert python bindings change 2021-01-03 17:27:25 -08:00
Chaoguang Lin
4ed5761d24 Revert java bindings change 2021-01-03 17:24:20 -08:00
Trevor Clinkenbeard
c8950490be
Merge pull request #4180 from sfc-gh-tclinkenbeard/remove-masterproxyserver
Remove MasterProxyServer.actor.cpp and BlobStore.actor.cpp
2020-12-28 01:52:45 -04:00
sfc-gh-tclinkenbeard
4e460c0b30 Remove BlobStore.actor.cpp 2020-12-26 13:30:16 -04:00
sfc-gh-tclinkenbeard
f6ad4559a7 Remove MasterProxyServer.actor.cpp 2020-12-26 13:24:21 -04:00