A.J. Beamon
b9d8302ac7
Merge pull request #4540 from dlambrig/batch
...
Log latency metrics for batch GRV requests
2021-04-21 10:23:37 -07:00
Dan Lambright
715c98572c
bit more documentation
2021-04-21 10:48:35 -04:00
Oleg Samarin
f634165b79
Fixed a typo in the Client Testing documentation
2021-04-20 14:05:21 +03:00
Steve Atherton
75425b5a24
Merge pull request #4620 from RenxuanW/renxuan/first-pr
...
Control backup's initial snapshot interval via backup cmd argument.
2021-04-19 23:59:02 -07:00
RenxuanW
41104040ad
Rename init_snapshot_interval to initial_snapshot_interval.
2021-04-15 15:24:24 -07:00
RenxuanW
ebf37594f7
Change initialSnapshotIntervalSeconds from knob to a backup argument.
2021-04-13 19:22:13 -07:00
Dan Lambright
cabf192f57
Respond to review comments 3/23
2021-04-06 13:05:09 -04:00
Dan Lambright
48a475366c
Log latency metrics for batch GRV requests
2021-04-06 13:05:09 -04:00
Aaron Molitor
de63994115
specify docutils version to avoid ascii decode errors that occur with docutils 0.17
2021-04-06 06:50:56 -05:00
Jingyu Zhou
3fefebb23a
Merge pull request #4554 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 #4504 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 #4004
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 (#4363 )
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 #4503 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 #4432 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 #4354 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
FDB Formatster
df90cc89de
apply clang-format to *.c, *.cpp, *.h, *.hpp files
2021-03-10 10:18:07 -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
Andrew Noyes
79cec09255
Apply clang-tidy's performance-inefficient-vector-operation fix
...
I ran this command in my build directory after compiling with
OPEN_FOR_IDE. It took a few small tweaks to get it to compile, which is
outside the scope of this commit.
$ python run-clang-tidy.py -j $(nproc) -checks='-*,performance-inefficient-vector-operation' -fix
2021-03-04 03:58:25 +00:00
Meng Xu
e40e78da64
Add 6.3.11 release notes ( #4424 )
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 #4350 from sears/multithreaded-pr-comments
...
Multithreaded pr comments
2021-02-23 15:09:52 -07:00
Jingyu Zhou
85802507b2
Merge pull request #4360 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