1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-19 04:26:17 +08:00

1354 Commits

Author SHA1 Message Date
Jingyu Zhou
3fefebb23a
Merge pull request from sfc-gh-satherton/restore-log-filtering2
Mutation log filtering during restore
2021-03-24 22:54:09 -07:00
A.J. Beamon
ed811008ca
Merge pull request from sfc-gh-nwijetunga/network_busyness
Monitor Network Thread Busyness
2021-03-24 09:44:09 -07:00
Steve Atherton
17a19021fb Added mutation batch filtering during restore, to the extent possible where each restore mutation log task only sees one block of data (usually 1MB) which can contain incomplete and therefore unfilterable mutation sets. 2021-03-24 06:38:50 -07:00
Nim Wijetunga
ea16d2cccd address pr comments 2021-03-23 23:09:08 +00:00
Nim Wijetunga
9350ae3355 update release notes 2021-03-19 23:51:09 +00:00
Nim Wijetunga
73571ad52e Merge branch 'master' of github.com:sfc-gh-nwijetunga/foundationdb into network_busyness
* 'master' of github.com:sfc-gh-nwijetunga/foundationdb: (55 commits)
  Port lost changes from 
  Fix markdown
  Factor our refreshTransaction gadget
  Align FastAllocator memory to 4096 for size >= 4096
  Fix heap-use-after-free's
  Disable lsan in joshua
  Manually apply changes made to BackupContainer.actor.cpp on release-6.3 to the new files where that code is located.
  add release branch instructions
  Fix PR number in release note link
  fixed a simulation bug where a process on an unreliable machine would be considered reliable by the simulator
  Add tini as PID 1 to docker image ()
  Fix typo
  Fix broken_promise bug
  Explain FastAllocator<4096> special case
  Inform LSAN that we have unaligned pointers
  apply clang-format to flow/Platform.h
  Fix typos
  Address review comments
  Change the macro that forbids exit() calls to be a static assertion
  Add versionstamp serialization information
  ...
2021-03-18 18:58:43 +00:00
Nim Wijetunga
6552d7e0a7 fix docs 2021-03-17 23:49:52 +00:00
Nim Wijetunga
ea922aa648 address pr comments 2021-03-17 18:16:18 +00:00
Nim Wijetunga
822cbf895d address pr comments 2021-03-16 23:29:02 +00:00
A.J. Beamon
3751ecd11f
Merge pull request from sfc-gh-ajbeamon/merge-release-6.3-into-master
Final merge of release-6.3 into master
2021-03-16 09:29:05 -07:00
A.J. Beamon
25c4880ebe Merge branch 'release-6.3' into merge-release-6.3-into-master (temporarily discard all changes to BackupContainer.actor.cpp)
# Conflicts:
#	fdbclient/BackupContainer.actor.cpp
#	fdbserver/Knobs.h
2021-03-15 16:41:04 -07:00
A.J. Beamon
9075d5934f Fix PR number in release note link 2021-03-15 14:36:25 -07:00
A.J. Beamon
2f479a5ca2 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
2021-03-15 13:59:30 -07:00
Lukas Joswiak
2e234e4a39 Add versionstamp serialization information 2021-03-12 13:45:52 -08:00
Evan Tschannen
4ed5d22389
Merge pull request from sfc-gh-ajbeamon/updated-6.3-release-notes
Update 6.3.11 release notes
2021-03-12 10:40:37 -08:00
Evan Tschannen
abc931addf Merge branch 'release-6.2' into feature-fix-longest-time
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-620.rst
2021-03-11 16:40:31 -08:00
Vishesh Yadav
2c316db94d Merge remote-tracking branch 'apple/master' into master-format-final
Also format the changes
2021-03-11 12:54:26 -08:00
Andrew Noyes
be980ebb55
Merge pull request from sfc-gh-clin/add-advanceversion
Add advanceversion into special keys
2021-03-11 11:43:53 -08:00
Vishesh Yadav
2cd3f45fd6 Merge remote-tracking branch 'apple/release-6.3' into master-format-final
release-6.3 was recently merged, and there were two PRs which were
merged in between and got those changes in here. Hence, since all the
changes were in, discarded the incoming changes and accepted all
current.
2021-03-10 16:50:44 -08:00
Markus Pilman
cfbaaa6001 Merge remote-tracking branch 'origin/release-6.2' into release-6.3 2021-03-10 14:30:47 -07:00
Vishesh Yadav
af36e52fdf Merge branch 'release-6.3-pre-format' into master-format
This merges release-6.3 branch right before it was fully formatted.
There were quite a few conflicts that are resolved here. CoroFlow had
a check for OOM errors introduced in 6.3, but didn't seem applicable in
the new implmentation which seems to use boost.
2021-03-10 10:40:53 -08:00
Vishesh Yadav
2bb4f2e59f Merge branch 'release-6.3-pre-format' into master-format
This merges release-6.3 branch right before it was fully formatted.
There were quite a few conflicts that are resolved here. CoroFlow had
a check for OOM errors introduced in 6.3, but didn't seem applicable in
the new implmentation which seems to use boost.
2021-03-10 09:37:41 -08:00
Evan Tschannen
060885d9ad removed changes to downloads.rst applied clang format 2021-03-09 11:46:54 -08:00
A.J. Beamon
7535261184
Fix typo 2021-03-09 09:43:42 -08:00
Evan Tschannen
5988ac5487 updated documentation for 6.2.33 2021-03-05 10:12:24 -08:00
Andrew Noyes
23b85256ae Change default to 64, and only start threads if using TLS 2021-03-04 20:52:46 +00:00
Andrew Noyes
cc7fed6ed4 Change default for TLS_SERVER_HANDSHAKE_THREADS to 0 2021-03-04 20:52:44 +00:00
A.J. Beamon
90a324fda2 Updated release-6.3 release note proposal 2021-03-04 10:31:03 -08:00
Steve Atherton
cd5341ceff Make release note more clear. 2021-03-03 22:26:43 -08:00
Steve Atherton
b2f313774f Added release notes. 2021-03-03 22:24:00 -08:00
Meng Xu
e40e78da64
Add 6.3.11 release notes () 2021-03-03 21:08:51 -06:00
Evan Tschannen
346a4e3ecd Merge branch 'release-6.3'
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
#	fdbrpc/LoadBalance.actor.h
#	fdbrpc/MultiInterface.h
#	fdbserver/ClusterController.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/masterserver.actor.cpp
2021-03-01 18:52:06 -08:00
Evan Tschannen
c128e59a6f Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	cmake/InstallLayout.cmake
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2021-03-01 18:35:20 -08:00
Chaoguang Lin
48a04e5248 Add documentation for AdvanceVersionImpl and ClientProfilingImpl 2021-02-25 13:03:32 -08:00
Vishesh Yadav
d8932f142a
Merge pull request from sears/multithreaded-pr-comments
Multithreaded pr comments
2021-02-23 15:09:52 -07:00
Jingyu Zhou
85802507b2
Merge pull request from hfu5/remove
Remove rejected_for_queued_too_long from release notes
2021-02-22 20:02:15 -08:00
Andrew Noyes
e6caa9463a Add release note 2021-02-22 23:48:01 +00:00
negoyal
e9b7e22e02 Merge branch 'rel-6.3' 2021-02-22 08:47:22 -08:00
hao fu
5362492c72 Remove rejected_for_queued_too_long from release notes
It has been added to 6.3. No longer need it here at 7.0
2021-02-18 18:51:18 -08:00
hao fu
9a8f79e963 Fix typo 2021-02-18 10:14:26 -08:00
Hao Fu
971b1aa1e6 Add txnRejectedForQueuedTooLong in ProxyStats
Added transactions.rejected_for_queued_too_long for bookkeeping the
number of transactions rejected by commit proxy because its queuing
time exceeds MVCC window.
2021-02-17 21:40:46 -08:00
Russell Sears
5324f127c9 Address skipped PR comments from multithreaded client PR 2021-02-17 21:10:42 +00:00
Vishesh Yadav
ab1c51618a
Merge pull request from sears/multithreaded_client
Multithreaded client
2021-02-16 13:11:14 -08:00
Steve Atherton
76a4293d1d Merge branch 'release-6.3'
# Conflicts:
#	fdbserver/fdbserver.actor.cpp
2021-02-15 02:13:06 -08:00
Steve Atherton
f4c9b88908 Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	cmake/CompileBoost.cmake
#	fdbserver/DataDistribution.actor.cpp
#	fdbserver/fdbserver.actor.cpp
#	flow/Error.cpp
2021-02-15 02:05:03 -08:00
hfu5
0706d19a03
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2021-02-12 21:15:03 -08:00
Russell Sears
bf3e6db9e9 Fix build issues; move to new assert style 2021-02-12 23:52:55 +00:00
hao fu
292e8707fb change release note 700 2021-02-12 13:04:58 -08:00
Hao Fu
fb9632297e Add txnRejectedForQueuedTooLong in ProxyStats 2021-02-12 13:04:58 -08:00
Vishesh Yadav
385a2dd87e Some documentation for multi-threaded client 2021-02-11 12:15:45 -08:00