A.J. Beamon
|
8329a242d2
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
# documentation/sphinx/source/downloads.rst
# documentation/sphinx/source/release-notes.rst
|
2020-05-29 15:51:56 -07:00 |
Evan Tschannen
|
0e557e0832
|
fixed compiler error
|
2020-05-29 09:09:09 -07:00 |
Evan Tschannen
|
92b10accd3
|
randomize which tlogs are recruited by the cluster controller
|
2020-05-29 09:03:42 -07:00 |
Meng Xu
|
755267a7db
|
Merge pull request #3229 from ajbeamon/calling-run-network-twice-is-error
Eliminate the undefined behavior of calling run_network twice, instead returning an error
|
2020-05-26 21:24:52 -07:00 |
Evan Tschannen
|
ced65cd30b
|
finished explicitly versioning everything stored in the database
|
2020-05-22 17:14:21 -07:00 |
Evan Tschannen
|
72ce997d22
|
explicitly versioned every key in systemData, so we only will update the associated protocolVersion when the serialization actually changes
|
2020-05-22 16:35:01 -07:00 |
A.J. Beamon
|
86f712657e
|
Eliminate the undefined behavior of calling run_network twice, instead returning an error.
|
2020-05-22 13:31:06 -07:00 |
Evan Tschannen
|
f1dca05cf3
|
Merge pull request #3194 from etschannen/feature-small-endpoint
Optimized failure monitor performance
|
2020-05-20 14:48:13 -07:00 |
Evan Tschannen
|
6a006c4c1f
|
use the first RequestStream as the base endpoint
|
2020-05-20 13:52:22 -07:00 |
Evan Tschannen
|
459186dad0
|
revert previous change to bit shift
|
2020-05-20 12:32:50 -07:00 |
Evan Tschannen
|
5f979c0178
|
another compiler fix, reduced the size of the endpointNotFound map
|
2020-05-20 12:30:26 -07:00 |
Evan Tschannen
|
b999b93fa2
|
added a hash function for endpoint
|
2020-05-20 12:21:57 -07:00 |
Evan Tschannen
|
0f21e9ccf4
|
keep a second unordered_set for failed endpoints
|
2020-05-20 12:15:30 -07:00 |
Evan Tschannen
|
dfc152ebb3
|
shift the bits farther
|
2020-05-20 11:34:24 -07:00 |
Evan Tschannen
|
ed9d5dd857
|
cannot change sort order of endpoints
|
2020-05-20 00:00:06 -07:00 |
Evan Tschannen
|
c09a28b0db
|
speed up comparison of endpoints
|
2020-05-19 20:41:56 -07:00 |
Evan Tschannen
|
bf9f24beb5
|
fixed mismatch of Endpoint UIDs
|
2020-05-19 17:16:41 -07:00 |
Evan Tschannen
|
9313e490aa
|
change the first part of the UID to make comparisons cheaper
|
2020-05-19 16:48:20 -07:00 |
tclinken
|
cc17484cac
|
Fixed Windows build
|
2020-05-13 19:59:35 -07:00 |
tclinken
|
641fd37e71
|
Remove const_cast from AsyncFileCached::write_impl
|
2020-05-13 19:59:34 -07:00 |
tclinken
|
4eaf91da14
|
Remove comma operator from actor fuzz
|
2020-05-13 19:59:34 -07:00 |
Vishesh Yadav
|
afe6bf19e2
|
Fix typos and whitespace
|
2020-05-11 12:53:19 -07:00 |
Vishesh Yadav
|
9dc65547ad
|
Avoid setting failure status of local addresses in main thread
|
2020-05-11 11:24:19 -07:00 |
Evan Tschannen
|
f0f52fb2be
|
Merge branch 'master' into feature-small-endpoint
# Conflicts:
# fdbclient/StorageServerInterface.h
|
2020-05-08 16:37:35 -07:00 |
Steve Atherton
|
62882f5552
|
Merge pull request #3088 from sears/lb_ub_perf_2
unrevert lb_ub_perf pull request
|
2020-05-07 18:23:17 -07:00 |
A.J. Beamon
|
0be453de0a
|
Merge pull request #3026 from atn34/atn34/tsan
Add USE_TSAN and fix some data races
|
2020-05-07 18:06:18 -07:00 |
Andrew Noyes
|
3964fe34b8
|
Use c11 atomics in libeio
|
2020-05-07 23:43:50 +00:00 |
Evan Tschannen
|
ff992060cd
|
Merge pull request #3073 from tclinken/fix-open-for-ide-build
Fix non-boost-related OPEN_FOR_IDE build errors
|
2020-05-07 14:47:59 -07:00 |
Evan Tschannen
|
574914640a
|
Merge pull request #2999 from tclinken/more-move-optimizations
Generate rvalue reference overloads for actor callback functions
|
2020-05-07 14:32:27 -07:00 |
Russell Sears
|
5e1c43f87b
|
replace double invocations of operator<() with three way compare().
|
2020-05-07 12:08:29 -07:00 |
Evan Tschannen
|
ad900135dd
|
Simulation did not properly track exclusions of tls processes
|
2020-05-07 10:53:13 -07:00 |
Evan Tschannen
|
51d3aaf4ae
|
fixed a few rare correctness bugs
|
2020-05-06 23:24:58 -07:00 |
A.J. Beamon
|
8125096e9b
|
Revert "reduce the number of calls to operator< made by lower_bound and upper…"
|
2020-05-05 08:17:10 -07:00 |
Steve Atherton
|
4ae356b237
|
Merge pull request #2882 from sears/lb_ub_perf
reduce the number of calls to operator< made by lower_bound and upper…
|
2020-05-04 15:46:22 -07:00 |
Alex Miller
|
78d644f673
|
Merge branch 'master' into bugfixes/cmake-includes
|
2020-05-04 02:11:46 -07:00 |
tclinken
|
bc19f70455
|
Move delayedHealthUpdateF declaration
|
2020-05-01 18:14:51 -07:00 |
Evan Tschannen
|
c126422296
|
fix: firstFree was not reset after using all available space
|
2020-05-01 17:46:20 -07:00 |
Evan Tschannen
|
4d131bdd4a
|
Merge branch 'master' into feature-small-endpoint
|
2020-05-01 13:16:15 -07:00 |
Evan Tschannen
|
aed2d34bcb
|
Merge branch 'master' into feature-proxy-load-balance
# Conflicts:
# fdbclient/NativeAPI.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# flow/Knobs.cpp
|
2020-05-01 09:19:39 -07:00 |
Dave Cottlehuber
|
9753013b65
|
fdbrpc: update cmake & headers
|
2020-04-30 20:11:43 +00:00 |
Dave Cottlehuber
|
7a8cb3ffcf
|
add headers
|
2020-04-30 18:11:23 +00:00 |
tclinken
|
dd90eff171
|
Added additional assertion to /flow/flow/PromiseStream/move2
|
2020-04-30 07:55:13 -07:00 |
Evan Tschannen
|
fd0ee72293
|
Merge branch 'master' into feature-small-endpoint
|
2020-04-29 18:43:10 -07:00 |
tclinken
|
c4dda9195c
|
Fixed Windows CMake build
|
2020-04-29 13:22:01 -07:00 |
tclinken
|
c205bc902f
|
Added SingleCallback<T>::fire(T&&)
|
2020-04-29 12:28:17 -07:00 |
Russell Sears
|
dcdda88794
|
replace double invocations of operator<() with three way compare().
|
2020-04-29 10:10:30 -07:00 |
Evan Tschannen
|
76fb345dd1
|
Merge branch 'master' into feature-tree-broadcast
# Conflicts:
# fdbrpc/FailureMonitor.actor.cpp
|
2020-04-29 09:51:22 -07:00 |
Evan Tschannen
|
2b2e0b9f75
|
Merge pull request #2932 from vishesh/task/issue-1017-slow-machine-poisoning
FailureMonitoring: Mark unstable connections as failed [1/X]
|
2020-04-28 13:57:49 -07:00 |
Evan Tschannen
|
b7f5f3be48
|
merge in master
|
2020-04-28 13:11:47 -07:00 |
Andrew Noyes
|
2e6990119b
|
Fix some data races
|
2020-04-25 00:26:54 +00:00 |