A.J. Beamon
|
985bbe66d4
|
Add support for flatMap in optional and erroror. Allow calling map with a lambda without specifying the return type template parameter.
|
2022-12-15 15:32:02 -08:00 |
sfc-gh-tclinkenbeard
|
68f14f017c
|
Fix clang 15 compiler warnings
|
2022-12-08 13:59:37 -08:00 |
FoundationDB CI
|
86d6106dc1
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
Zhe Wu
|
7e55522cb0
|
Fix simulation failure with the new MoveKeysParams
|
2022-11-29 13:29:02 -08:00 |
Zhe Wu
|
3c9130e6d1
|
Make startMoveShards take a list of key ranges
|
2022-11-29 13:29:02 -08:00 |
Zhe Wu
|
f6612ebd00
|
When selecting physical shard and it is not available for the remote team, retry selecting a new dst physical shard
|
2022-11-17 15:44:17 -08:00 |
Zhe Wu
|
3a5cf32f0b
|
Trying to re-use existing physical shard during data movement
|
2022-11-16 16:36:00 -08:00 |
Zhe Wu
|
c09092921b
|
Revert debugging info and apply clang-format
|
2022-11-15 09:41:21 -08:00 |
Zhe Wu
|
18b07368ed
|
Add more detailed reasons for physical shard creation
|
2022-11-15 09:41:21 -08:00 |
Zhe Wu
|
f25577f4c2
|
Apply clang-format
|
2022-11-11 17:21:32 -08:00 |
Zhe Wu
|
b90aecad2f
|
Update shard move flag name
|
2022-11-11 17:21:32 -08:00 |
Zhe Wu
|
30af886389
|
Clean up DD remote team selection in physical shard move
|
2022-11-11 17:21:32 -08:00 |
Zhe Wu
|
0140991d15
|
Rename NewPhysicalShardReason to RetryFindDstReason
|
2022-10-24 15:18:20 -07:00 |
Zhe Wu
|
fc9295ab66
|
Address comments
|
2022-10-24 15:18:20 -07:00 |
Zhe Wu
|
22047385c4
|
Count the detailed reason for new physical shard creation during data move
|
2022-10-24 15:18:20 -07:00 |
Zhe Wu
|
ada51ff12b
|
Add a counter to track physical shard creation throuogh moves
|
2022-10-21 10:22:42 -07:00 |
Markus Pilman
|
ea1325a552
|
Merge pull request #8319 from sfc-gh-tclinkenbeard/add-rare-code-probe-annotation
Add `rare` code probe decoration
|
2022-10-07 09:39:00 -06:00 |
Xiaoxi Wang
|
df9b21169d
|
change shared_ptr to Reference
|
2022-09-27 11:22:47 -07:00 |
sfc-gh-tclinkenbeard
|
985958c260
|
Add rare code probe decoration
|
2022-09-25 15:28:32 -07:00 |
Xiaoxi Wang
|
1194774d54
|
rename dbProcessor to db; rename getDb() to context()
|
2022-09-23 15:35:39 -07:00 |
Xiaoxi Wang
|
11a6cba2c6
|
rename dbProcessor to db; readability improvement
|
2022-09-22 17:11:07 -07:00 |
Xiaoxi Wang
|
aaed0c8b7e
|
Actor to DDQueue methods
|
2022-09-21 17:57:40 -07:00 |
Xiaoxi Wang
|
5500ec8126
|
replace BgDDMountainChopper and BgDDValleyFiller with BgDDLoadRebalance
|
2022-09-21 15:11:04 -07:00 |
Xiaoxi Wang
|
9358aea097
|
fix busy loop with correct error handling in valley filler
|
2022-09-21 14:58:34 -07:00 |
Xiaoxi Wang
|
f9e0230b86
|
DDQueue constructor with ITxnProcessor
|
2022-09-21 10:56:22 -07:00 |
sfc-gh-tclinkenbeard
|
82adc1e856
|
Make g_simulator a pointer
|
2022-09-15 09:00:33 -07:00 |
Xiaoxi Wang
|
949b1c1af9
|
Add MoveKeysParams struct; use txnProcessor->moveKeys()
|
2022-09-12 15:40:18 -07:00 |
Xiaoxi Wang
|
7932840eaf
|
Prevent GetTopKMetricsRequest.topK < 1
|
2022-09-02 12:20:24 -07:00 |
Zhe Wang
|
2ceaae4219
|
dd physical shard core (#7703)
|
2022-08-19 14:47:00 -04:00 |
Xiaoxi Wang
|
f83493355e
|
format code
|
2022-08-16 23:37:55 -07:00 |
Xiaoxi Wang
|
0a15f18fa4
|
provide default destructor; fix other compilation problem
|
2022-08-16 18:28:36 -07:00 |