Chaoguang Lin
a44fa7bfe6
Remove unnecessary rapidjson download
2021-01-14 17:17:12 -08:00
Andrew Noyes
ddb5b0b050
Backport correctness package
2021-01-15 00:34:47 +00: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
sfc-gh-tclinkenbeard
191f215b9d
Remove chrono dependency
2021-01-13 21:54:22 -08:00
sfc-gh-tclinkenbeard
95eaa5e866
Merge remote-tracking branch 'origin/master' into misc-changes
2021-01-13 21:14:36 -08:00
sfc-gh-tclinkenbeard
477bd8bc8e
Make Knobs::Knobs() protected
2021-01-13 17:43:33 -08:00
sfc-gh-tclinkenbeard
750d5e5af2
Fix compile error
2021-01-13 17:43:10 -08:00
Chaoguang Lin
87b4463305
Solve comments: update c api description; refine code
2021-01-13 14:56:41 -08:00
sfc-gh-tclinkenbeard
8ff14878fe
Merge remote-tracking branch 'origin/master' into simplify-global-knobs
2021-01-13 14:39:35 -08:00
sfc-gh-tclinkenbeard
e29ed3bf99
Remove createGlobal*Knobs functions
2021-01-13 12:14:04 -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
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 5ffb280aad
.
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
sfc-gh-tclinkenbeard
e7e2439abe
Remove unnecessary copy from BackupContainerAzureBlobStoreImpl::read
2021-01-01 09:43:03 -04:00
sfc-gh-tclinkenbeard
61a29ecfc8
Merge remote-tracking branch 'origin/master' into run-minio-joshua
2021-01-01 09:38:36 -04:00
sfc-gh-tclinkenbeard
70e62d34ca
Merge remote-tracking branch 'origin/master' into misc-changes
2020-12-28 01:58:56 -04:00