Commit Graph

12030 Commits

Author SHA1 Message Date
Xiaoxi Wang e94de126de merge with master 2020-08-14 01:59:09 +00:00
Meng Xu b1e9e9cd79
Merge pull request #3639 from xumengpanda/tmp/merge-PR
Merge release 6.3 to master and resolve conflicts
2020-08-12 22:52:35 -07:00
Jingyu Zhou 4309fd2d82
Merge pull request #3636 from sfc-gh-mpilman/bugfix/remove-generated-file
Remove file that is generated from cmake
2020-08-12 22:35:54 -07:00
Meng Xu ced4f8c49f fix: getReadHotRanges should be const function 2020-08-12 22:18:28 -07:00
Meng Xu 002cca5e58 Merge branch 'master' into tmp/merge-PR
Conflicts:
	fdbclient/NativeAPI.actor.cpp
	fdbserver/StorageMetrics.actor.h
2020-08-12 20:08:13 -07:00
Xin Dong 8bc57c16f0
Merge pull request #3637 from dongxinEric/misc/fix-spammy-readhot-logging
Increased some knobs to throttle the spammy read hot logging.
2020-08-12 16:46:32 -07:00
Xiaoxi Wang 8f1deaa47e Merge branch 'master' of https://github.com/apple/foundationdb 2020-08-12 23:32:23 +00:00
Xin Dong e13e7c5725
Update fdbserver/workloads/ReadHotDetection.actor.cpp
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2020-08-12 15:48:01 -07:00
Xin Dong ddec93c504
Update fdbclient/StorageServerInterface.h
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2020-08-12 15:47:32 -07:00
Xin Dong b17667323e Resolve review comments 2020-08-12 15:15:25 -07:00
Meng Xu f26f170f21
Merge pull request #3635 from Daniel-B-Smith/debug-logging-fix
Make logging of server trace ID consistent with other code
2020-08-12 15:06:26 -07:00
Xin Dong 3ac6996844 Increased some knobs to throttle the spammy read hot logging. Also added more details inside the read hot log to make it useful 2020-08-12 14:27:34 -07:00
Markus Pilman c71acc2b4d Remove file that is generated from cmake 2020-08-12 14:34:34 -06:00
Daniel Smith cc1059be75 Make logging of server trace ID consistent with other code 2020-08-12 19:05:01 +00:00
Meng Xu 13ddf0618f
Merge pull request #3632 from xumengpanda/tmp/fix-6.3-fr-PR
Fast Restore: Fix an incorrect ASSERT
2020-08-12 12:02:53 -07:00
Evan Tschannen 17c1f0cccc
Merge pull request #3633 from ksnavely/patch-1
Fix a small typo in the region configuration docs
2020-08-12 10:58:15 -07:00
Kyle Snavely 1f3bf85f89
Fix a small typo in the region configuration docs 2020-08-12 11:50:32 -06:00
Xiaoxi Wang f3ecf14601 change midShardSize type and other details 2020-08-12 17:49:12 +00:00
Meng Xu 0d0efcfce7 FR:Fix incorrect ASSERT:batchIndex starts at 1 instead of 0 2020-08-12 10:36:31 -07:00
Steve Atherton 0ea4fe8033
Merge pull request #3625 from apple/dyoungworth/removeUnusedZLIB
Remove unused zlib library
2020-08-12 10:20:41 -07:00
Evan Tschannen 0ebc367257
Merge pull request #3629 from etschannen/master
Merge 6.3 into master
2020-08-12 00:20:37 -07:00
Evan Tschannen 3f82c815f9 changed another file identifier 2020-08-11 22:53:34 -07:00
Evan Tschannen 610e1e2525 change file identifier 2020-08-11 22:51:03 -07:00
Evan Tschannen 2f52c5f79b Merge branch 'release-6.3'
# Conflicts:
#	fdbserver/RestoreLoader.actor.cpp
2020-08-11 22:45:43 -07:00
Meng Xu 4e5b521571
Merge pull request #3626 from xis19/master
fixup! Fix the bug introduced in commit a7cff484bcc016a64488cc6b5d791…
2020-08-11 21:04:18 -07:00
Meng Xu 72cabfd253
Merge pull request #2596 from alexmiller-apple/docs/technical-overview
Convert "Architecture Overview" wiki page into documentation
2020-08-11 20:36:48 -07:00
Xiaoge Su 4268f3c900 fixup! Fix the bug introduced in commit a7cff484bc 2020-08-11 18:21:10 -07:00
David Youngworth 3192984309 Remove unused zlib library 2020-08-11 17:15:07 -07:00
Andrew Noyes 850a21dea3
Merge pull request #3624 from sfc-gh-tclinkenbeard/rename-threadsafetransaction
Rename ThreadSafeTransaction.cpp
2020-08-11 16:39:13 -07:00
sfc-gh-tclinkenbeard 2a72b1527d Rename ThreadSafeTransaction.cpp
This file doesn't contain actors, so it doesn't need the actor.cpp
suffix
2020-08-11 15:48:23 -07:00
Xiaoxi Wang 0cceda9908 solve distributor present bug 2020-08-11 21:54:52 +00:00
Trevor Clinkenbeard f240999cd2
Merge pull request #3621 from sfc-gh-ljoswiak/fix-destructing-span
Fix span early destruction
2020-08-11 12:52:35 -07:00
Lukas Joswiak b66dab8816 Fix span early destruction
We want the span to stick around for the full duration of
extractReadVersion since it writes to the log from its destructor.
2020-08-11 11:19:04 -07:00
Evan Tschannen 842a5aa925
Merge pull request #3458 from yliucode/clean-grv-broadcast
Clean up code paths serving GRV through broadcasting to other proxies
2020-08-11 11:17:20 -07:00
A.J. Beamon 40cc7e2aad
Merge pull request #3619 from AlvinMooreSr/fix_javadoc
JavaDoc Fixes
2020-08-11 11:11:01 -07:00
Alvin Moore 1933826737 Fixed typos and removed extraneous space 2020-08-11 13:09:41 -04:00
Alvin Moore ba9f203858 Fixed warnings for documentation greater than and less than characters which appear as errors within Java 1.8
Removed broken link
2020-08-11 03:26:56 -04:00
Xiaoxi Wang 7ee6ca342e merge with master 2020-08-11 01:01:15 +00:00
Xiaoxi Wang c0b7ac0b7d try to throttle write tag and read tag seperatedly 2020-08-10 23:43:58 +00:00
Xiaoxi Wang cae6f04070 sample on cost instead of bytes 2020-08-10 22:30:06 +00:00
Meng Xu c5c6906a3d
Merge pull request #3600 from xumengpanda/mengxu/fr-fix-large-pkg-PR
Fast Restore: Fix the sampling packet size at sampling phase
2020-08-10 13:53:24 -07:00
Meng Xu 7c05e9c1d3
Merge pull request #3610 from xis19/issue_3551
When a configuration K/V pair is modified, always output the K/V pair values
2020-08-10 13:52:44 -07:00
Xiaoxi Wang 696e77c94e query midShardSize from proxy 2020-08-10 20:13:44 +00:00
Russell Sears 92fe6abbf9
Merge pull request #3506 from sfc-gh-mpilman/bugfixes/spin-lock-false-sharing
Make ThreadSpinLock large to prevent false sharing
2020-08-10 12:02:04 -07:00
Xin Dong d198c310f4
Merge pull request #3614 from dongxinEric/misc/avoid-extra-copy-for-getEstiamtedRangeSizeAPI-6.3
Avoid the extra copy in RYW APIs
2020-08-10 11:02:38 -07:00
Xin Dong 5456b01c3a Avoid the extra copy in RYW APIs 2020-08-10 09:34:21 -07:00
Xin Dong 7f422105fe
Merge pull request #3612 from dongxinEric/misc/avoid-additional-copy
Avoid additional copying of the key range.
2020-08-10 09:31:24 -07:00
Xiaoge Su 8e50b51fbd If mutableConfiguration exists, skip checking rawConfiguration in DatabaseConfiguration 2020-08-09 22:12:42 -07:00
Xin Dong 0e97851451 Use reference to avoid extra copy. 2020-08-09 22:11:29 -07:00
Xiaoge Su ceeade7334 Address review comments, improve performance 2020-08-08 23:52:38 -07:00