1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-02 03:12:12 +08:00

17228 Commits

Author SHA1 Message Date
Chang Liu
c523964ff7 Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
5da864d91c Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
8427e40cbe Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
48990058a3 Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
bdfae966e4 Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
462781cd07 Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
abc828f8ef Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
af03d18cc1 Fix roll trace event issue
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
1817f2ea02 Stop roll trace events for instances that are no longer running
Description

Testing
2021-09-24 09:53:32 -07:00
Chang Liu
be363f4d81 Stop roll trace events for instances that are no longer running
Description

Testing
2021-09-24 09:53:32 -07:00
Johannes Scheuermann
ce5e80bf95
Merge pull request from johscheuer/fix-kubernetes-sidecar-master
Fix kubernetes sidecar master
2021-09-24 17:28:19 +01:00
A.J. Beamon
c2885ab70d The BACKUP_LOCK_BYTES knob could be buggified to a value that was too low, resulting in backup getting stuck. 2021-09-24 09:15:30 -07:00
Zhe Wu
e28fef6264 Fix failover logic in checkRecoveryStalled: failover only when remote is enabled 2021-09-23 20:12:22 -07:00
liquid-helium
c99ce19ad7
Merge pull request from liquid-helium/improve-exlude-failed-servers
Check if the src server list will be empty before removing a failed SS
2021-09-23 10:22:57 -07:00
A.J. Beamon
32a834b0c2 The computation of tag throttling backoff was taking a minimum with a knob for how long a throttle lasts. When this knob was buggified to 0 in simulation, the backoff would then be 0, and this could cause some transactions to get stuck in a retry loop that failed to advance time. Eventually the test would timeout or potentially run out of memory. 2021-09-23 10:03:57 -07:00
He Liu
9c835a8e17 merge fix 2021-09-22 16:55:49 -07:00
He Liu
9db76b9e13 resolve conflict 2021-09-22 13:17:30 -07:00
He Liu
a1f6dcc2d5 merge from master 2021-09-22 13:07:38 -07:00
Markus Pilman
49d196e471 Complete release notes for 6.3.20 2021-09-22 12:14:22 -06:00
Xiaoxi Wang
40c6fbcc16 solve comment 2021-09-21 18:11:04 -07:00
Xiaoxi Wang
1730d75f73 change configure test
add store type check
add test file
2021-09-21 18:11:04 -07:00
Lukas Joswiak
77ef8a737d Update fdbserver/ConfigNode.actor.cpp
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
2021-09-21 14:31:41 -07:00
Lukas Joswiak
8e31682737 Update fdbserver/ConfigNode.actor.cpp
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
2021-09-21 14:31:41 -07:00
Lukas Joswiak
83d6c319fb Cleanup, refactor, add unit test 2021-09-21 14:31:41 -07:00
Lukas Joswiak
782f13c25e Remove WAL mutations during rollback 2021-09-21 14:31:41 -07:00
Lukas Joswiak
9c561f49d9 Overwrite existing mutations with rollforward mutations, use existing annotations 2021-09-21 14:31:41 -07:00
Lukas Joswiak
b3a633b7d4 Update fdbserver/ConfigNode.actor.cpp
Co-authored-by: Trevor Clinkenbeard <trevor.clinkenbeard@snowflake.com>
2021-09-21 14:31:41 -07:00
Lukas Joswiak
a79aea108c Add rollforward capability to ConfigNode 2021-09-21 14:31:41 -07:00
Lukas Joswiak
919d2566e0 Add rollback capability to ConfigNode 2021-09-21 14:31:41 -07:00
liquid-helium
c7eb611fd4
Merge branch 'master' into improve-exlude-failed-servers 2021-09-21 13:11:01 -07:00
Xiaoxi Wang
1d36c18a68 solve cmake configure error when -DOPEN_FOR_IDE=ON 2021-09-21 12:43:22 -07:00
Lukas Joswiak
7ed7ca9bac Fix OPEN_FOR_IDE 2021-09-21 12:42:49 -07:00
Chaoguang Lin
c6b572dc06 Add makeInterruptable to commands' actors 2021-09-21 10:06:04 -07:00
Chaoguang Lin
a6940c6061 Change the return type of triggerddteaminfologCommandActor to bool to make it consistent with others 2021-09-21 10:06:04 -07:00
Chaoguang Lin
b188e289d3 Format code 2021-09-21 10:06:04 -07:00
Chaoguang Lin
a871a9fac6 Refactor fileconfigure command 2021-09-21 10:06:04 -07:00
Chaoguang Lin
9f7ca7fafd Fix rreversed return boolean value in configureCommandActor 2021-09-21 10:06:04 -07:00
Chaoguang Lin
65956ae6b7 Refactor configure command; refactor changeConfig to template code to reuse existing tests 2021-09-21 10:06:04 -07:00
Vaidas Gasiunas
16171d8252 Refactoring well-known endpoint registration
- List all well-known endpoints of FDB in a single enum
- Identify well-known endpoints by plain IDs
2021-09-21 11:05:31 -06:00
Jingyu Zhou
2061fc6dbb Fix more links 2021-09-21 09:35:32 -07:00
Jingyu Zhou
154573c1bb Fix a documentation link in ha-write-path 2021-09-21 09:35:32 -07:00
Jingyu Zhou
566ee3f3b2 Fix image links in read-write-path documentation 2021-09-21 09:35:32 -07:00
Johannes M. Scheuermann
a597b87af9 Fix typo for None 2021-09-21 10:33:11 +01:00
Johannes M. Scheuermann
e091951b8e Fix kubernetes sidecar 2021-09-21 10:33:11 +01:00
Johannes M. Scheuermann
33928904ec Update sidecar to match latest changes in operator 2021-09-21 10:33:11 +01:00
Xiaoxi Wang
cc72c5e23c fix compilation error 2021-09-20 23:57:45 -07:00
Suraj Gupta
90e102cfd2 Add missing namespace qualifier to vector. 2021-09-20 16:43:08 -05:00
Evan Tschannen
df84223f5c fix compiler error 2021-09-20 13:58:05 -07:00
Evan Tschannen
ef302d33f5 added a comment 2021-09-20 13:58:05 -07:00
Evan Tschannen
8926951a0a restore the original tssMode in restarting tests 2021-09-20 13:58:05 -07:00