18 Commits

Author SHA1 Message Date
Jingyu Zhou
2d2a2144f4 Update copyright years to 2013-2026 (#12653)
No functional changes.
2026-01-22 10:49:41 -08:00
Johannes Scheuermann
50ffac87ed Refactor locality-based exclusion checks to reduce additional overhead (#11838)
* Refactor locality-based exclusion checks to reduce additional overhead

* Update exclusion logic to prevent copies
2024-12-20 20:45:31 +00:00
Jingyu Zhou
e1781b5234 Merge pull request #11571 from jzhou77/fix 2024-08-13 19:53:40 -07:00
Syed Paymaan Raza
a12b8a7ffc [fdbcli] Add exclude in progress signal (#11569) 2024-08-13 15:37:01 -07:00
Jingyu Zhou
d0b6430a69 Add more trace events for exclude command
Use PRIORITY_SYSTEM_IMMEDIATE for excludeServersAndLocalities() call.
2024-08-12 18:19:57 -07:00
Syed Paymaan Raza
c3e7542cda Update end year in copyright header 2024-08-02 09:40:11 -07:00
Johannes Scheuermann
a0cb59244d Allow the exclusions of localities that are not matching any process (#11033) 2023-10-26 09:24:26 +02:00
Johannes M. Scheuermann
64b45088ae Make sure server list is validated against the excluded localites 2023-10-24 10:28:23 +02:00
Jon Fu
7c5de05cdb Separate failed and excluded servers on fdbcli output (#10089)
* separate failed and excluded servers on fdbcli output

* change formatting
2023-05-02 14:22:17 -04:00
A.J. Beamon
4fd64630e8 Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
Johannes M. Scheuermann
8277965158 Correct variable for for loop to iterate over inprogress exclusions 2022-05-25 17:21:15 +01:00
Johannes M. Scheuermann
0bc8e2cea6 Check if all specific processes are excluded 2022-05-25 17:08:02 +01:00
sfc-gh-tclinkenbeard
a71099471b Update copyright header dates 2022-03-21 13:36:23 -07:00
A.J. Beamon
2973130443 Improve the help for fdbcli exclude. 2022-02-07 10:14:42 -08:00
Johannes M. Scheuermann
2b7990102e Fix typo in comment 2022-01-17 06:08:24 +00:00
He Liu
f20f43a85a Added warning in the exlucde cli command help about potential dataloss, as well as in command-line-interface.rst. 2021-10-18 12:10:34 -07:00
Xiaoge Su
abf73047ca Enforce std:: specifier rather than using namespace 2021-09-16 19:40:28 -07:00
Chaoguang Lin
6cca6b9e6f Refactor exclude command 2021-09-14 11:04:02 -07:00