Commit Graph

7957 Commits

Author SHA1 Message Date
Alex Miller 8a44c5e08d
Merge pull request #2469 from vishesh/task/documentation
godoc: How to check for non-existing keys from Go bindings
2020-01-16 14:55:52 -08:00
Evan Tschannen 5d8928d17f
Merge pull request #2543 from ajbeamon/ratekeeper-clamp-infinite-limit
Clamp infinite limit in ratekeeper
2020-01-15 10:34:59 -08:00
Vishesh Yadav 16c32c3657
Merge pull request #2540 from ajbeamon/fix-make-public-shebang
make_public.py doesn't need python to be invoked with the -B argument
2020-01-14 17:14:01 -08:00
A.J. Beamon 9668c4471f Clamp infinite limit in ratekeeper 2020-01-14 15:45:24 -08:00
A.J. Beamon b7a46fe81c make_public.py doesn't need python to be invoked with the -B argument because we are no longer importing anything that would be affected by it. 2020-01-14 10:59:39 -08:00
Meng Xu 407dc0907f
Merge pull request #2530 from tclinken/fix-doc-typo
Fixed minor documentation typo
2020-01-11 21:44:04 -08:00
tclinken 6aa8023788 Fixed minor documentation typo 2020-01-11 17:12:41 -08:00
Alvin Moore 6abb34a800
Merge pull request #2522 from AlvinMooreSr/release_6.2_merge
Merge Release 6.2 Into Master
2020-01-09 10:19:46 -08:00
Alvin Moore 7628d04fb9 Merge branch 'release-6.2' of github.com:apple/foundationdb into release_6.2_merge
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2020-01-09 07:21:16 -08:00
Alvin Moore a336474248
Merge pull request #2521 from AlvinMooreSr/cmake_defines
Debug Strip Failure Exploration
2020-01-09 01:02:15 -08:00
Vishesh Yadav 069ca18df5
Update with review suggestion.
Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com>
2020-01-08 18:12:40 -08:00
Alex Miller b100094ba8
Merge pull request #2439 from kaomakino/patch-1
Update mako.rst
2020-01-08 17:10:25 -08:00
Alvin Moore fdbe9e4419 Moved the STATIC_LIBRARY and EXECUTABLE keyword to the beginning of the function argument list 2020-01-08 16:02:03 -08:00
Vishesh Yadav cf1aec5e0c
Merge pull request #2507 from ajbeamon/bindingtester-fixes
Fixes to binding tester
2020-01-08 13:52:06 -08:00
A.J. Beamon bdf8c8a7bd
Merge pull request #2488 from etschannen/feature-addpeer-fix
Deserializing a request stream could unnecessarily mark a peer as healthy
2020-01-06 15:52:47 -08:00
Jingyu Zhou b193e3b9d0
Merge pull request #2497 from atn34/atn34/assert-reply-not-ready
Assert that a request hasn't already gotten a reply
2020-01-06 15:29:35 -08:00
Bhaskar Muppana 2919127526
Merge pull request #2483 from satherton/fix-backup-status-snapshot-reads
Backup and DR layer status document generation now uses snapshot reads…
2020-01-06 07:54:24 -08:00
Evan Tschannen 16b5af067c changed trace event name 2020-01-03 16:03:29 -08:00
Evan Tschannen deb032745a fix: do not set logged until then end of the function 2020-01-03 12:45:23 -08:00
Evan Tschannen 1867d30017 added asserts to protect against future actions on a trace event that has been logged 2020-01-03 12:31:06 -08:00
Evan Tschannen a9541f8066 Merge branch 'feature-addpeer-fix' of github.com:etschannen/foundationdb into feature-addpeer-fix 2020-01-03 12:15:45 -08:00
Evan Tschannen 7152469cc3 log the base trace event before the endpoint messages 2020-01-03 12:15:38 -08:00
John Brownlee 41fc724eaf
Merge pull request #2465 from PierreZ/samples/golang
Add a docker-compose go sample (#2404)
2020-01-03 13:53:09 -05:00
Andrew Noyes e16bdab3b4 Assert that a request hasn't already gotten a reply 2020-01-03 09:41:54 -08:00
Evan Tschannen 6b28e3b43b
Update fdbrpc/LoadBalance.actor.h
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-01-02 17:37:58 -08:00
Evan Tschannen 6e473c3a83 Merge branch 'release-6.2' into feature-addpeer-fix 2020-01-02 17:37:23 -08:00
Evan Tschannen 032797ca5c
Merge pull request #2430 from etschannen/release-6.2
Reduce recovery times caused by saturating the cluster controller
2020-01-02 17:35:59 -08:00
Evan Tschannen 3eae401886 fix: we were recruiting one too few oldLogRouters
code cleanup
2020-01-02 15:05:44 -08:00
Evan Tschannen c6c993b4fa
Merge pull request #2486 from ajbeamon/fix-error-value
Throw the correct error in deleteFile
2020-01-02 14:47:56 -08:00
A.J. Beamon cc8194a2f4 Python 3 fix; disallow creating partitions using the high-contention allocator in comparison tests due to non-determinism. 2020-01-02 11:45:21 -08:00
Meng Xu 92c4a94ce7
Merge pull request #2503 from apkar/master
Fixing minor inaccuracy in recovery internals design doc.
2019-12-28 16:04:51 -08:00
Bhaskar Muppana e1b5ef2672 Fixing minor inaccuracy in recovery internals design doc. 2019-12-27 10:14:25 -08:00
Jingyu Zhou 45e24fc6a1
Merge pull request #2493 from xumengpanda/mengxu/fast-restore-restoreAsset-PR
Performant restore [13/XX]: Introduce RestoreAsset to uniquely identify the backup block to restore
2019-12-23 16:31:15 -08:00
Meng Xu ed65ee1ccd
Merge pull request #2407 from senthil-ram/DiskSnapDocumentation
Disk snapshot backup and restore documentation
2019-12-23 15:59:40 -08:00
Meng Xu c10035ba54 FastRestore:Use isInVersionRange based on code review 2019-12-23 15:01:27 -08:00
Alvin Moore 06e7bc061d
Merge pull request #2500 from apple/release-6.2
Merge Release 6.2 Into Master
2019-12-23 15:00:34 -08:00
Alvin Moore ff965d54a1
Merge pull request #2498 from AlvinMooreSr/cmake_defines
CMake Variable Initialization
2019-12-23 14:04:43 -08:00
Alvin Moore 6acf04bb72 Ensured that the cmake variable is always initialized/set to some value when compared and thereby has an expected value 2019-12-23 11:50:01 -08:00
Alvin Moore 93c1810ad8
Merge pull request #2496 from apple/release-6.2
Merge Release 6.2 Into Master
2019-12-23 10:17:23 -08:00
Alvin Moore e14b3ed64e
Merge pull request #2494 from AlvinMooreSr/cmake_defines
CMake Release Fix
2019-12-23 07:38:24 -08:00
Alvin Moore 325d553973 Set the package release version based on if the build is a release package or not like the make builds 2019-12-23 02:42:02 -08:00
Alvin Moore 3ce3e1e06e Changed the name of the rpm packages to conform to the existing names when building release project 2019-12-22 20:11:40 -08:00
Meng Xu 8d6f511816 FastRestore:Resolve review comment
Filter out range mutations that do not overlap with the restore range.
Small changes on format.
2019-12-22 20:09:10 -08:00
Meng Xu 599571a055
Merge pull request #2491 from jzhou77/doc
Reformat data distributor design doc
2019-12-20 22:26:46 -08:00
Meng Xu 61b29de3ce FastRestore:Self code review
Clean up commented code;
Add sanity check.
2019-12-20 22:24:34 -08:00
Meng Xu ddcf3fdd80 FastRestore:Apply clang format 2019-12-20 22:00:36 -08:00
Meng Xu 2cd1f0780a FastRestore:Split asset to subasset for async parsing files 2019-12-20 21:44:40 -08:00
Meng Xu d888e3100b FastRestore:Applier:Add invariant 2019-12-20 19:34:28 -08:00
Meng Xu e98b2a0d1c FastRestore:Introduce RestoreAsset 2019-12-20 18:00:10 -08:00
Alvin Moore c0614bc037
Merge pull request #2492 from apple/release-6.2
Release 6.2 Merge Into Master
2019-12-20 15:21:33 -08:00