Commit Graph

17250 Commits

Author SHA1 Message Date
A.J. Beamon a3d53c57b1 Fix a thread-safety issue with timeoutTsav 2021-09-29 11:07:47 -07:00
Chang Liu bf0b8510dc fix the problem about initialization list disorder in storageserver.actor.cpp file
Description

Testing
2021-09-28 10:19:51 -07:00
A.J. Beamon 1a5efa004a Include the errno details if execv fails in fdbmonitor 2021-09-28 10:02:45 -07:00
Evan Tschannen ce785281cc fix: use DEFAULT_COMMIT_GRV_PROXIES_RATIO to pick the number of grv_proxies and commit_proxies after an upgrade 2021-09-28 09:36:25 -07:00
QA Hoang 5a5f724d9c added help for --disable_ryw 2021-09-27 13:27:13 -07:00
QA Hoang 3ed7462d17 formatting 2021-09-27 13:27:13 -07:00
QA Hoang 9948a926ea support disabling RYW in mako 2021-09-27 13:27:13 -07:00
A.J. Beamon 77c3122391 Slight modification to comment to remove the indication that we flush the trace log explicitly. 2021-09-27 13:17:00 -07:00
A.J. Beamon 0fc3cf44dc When we have a large trace log buffer in simulation, that suggests we may be stuck in a loop that prevents us from running the trace flush. Detect when this has happened and fail the test early, which allows us to do the flush and have logging for the offending loop. 2021-09-27 13:17:00 -07:00
Zhe Wu cb154c12d4 disable ENABLE_DETAILED_TLOG_POP_TRACE by default 2021-09-26 21:46:57 -07:00
“Lincoln cbcf0fa400 forgot to save before commit 2021-09-25 16:35:54 -06:00
“Lincoln 112d7fe632 make sure that bytes only get added to bytesRead when bytes > 0 2021-09-25 16:35:54 -06:00
“Lincoln cd25d42d66 minor fix 2021-09-25 16:35:54 -06:00
“Lincoln 8d30766129 modified file descriptor to non-blocking access before performing read, also throw any error that occurs while reading 2021-09-25 16:35:54 -06:00
Chang Liu f50a3f08de Fix format problem for file fdbserver/DataDistribution.actor.cpp.
Description

Testing
2021-09-24 15:40:17 -07:00
Chang Liu 8761960cdc fix roll trace event issue for data distribution(master)
Description

Testing
2021-09-24 15:40:17 -07:00
Chang Liu 731c1fffac fix roll trace event issue for data distribution(master)
Description

Testing
2021-09-24 15:40:17 -07:00
Chang Liu 814e3c729f fix roll trace event issue for data distribution(master)
Description

Testing
2021-09-24 15:40:17 -07:00
Chang Liu c10dd0df4b fix roll trace event issue for data distribution
Description

Testing
2021-09-24 15:40:17 -07:00
Chang Liu 76ab937e55 fix the warn about initialization order chaos in storageserver.actor.cpp
Description

Testing
2021-09-24 11:40:04 -07:00
Chang Liu 0af8aefeee Stop rolling trace events that are associated with a process role when the role terminates
Description

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

Testing
2021-09-24 09:53:32 -07:00
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 #5514 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 #5524 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