Open
Conversation
f6b6a61 to
f0ebdb8
Compare
Contributor
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Contributor
Result of foundationdb-pr on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-clang on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos on macOS Ventura 13.x
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-clang on Linux RHEL 9
|
Contributor
Result of foundationdb-pr on Linux RHEL 9
|
gxglass
reviewed
Mar 28, 2026
fdbserver/DDTeamCollection.actor.cpp
Outdated
| ACTOR static Future<Void> serverGetTeamRequests(DDTeamCollection* self, TeamCollectionInterface tci) { | ||
| loop { | ||
| GetTeamRequest req = waitNext(tci.getTeam.getFuture()); | ||
| state GetTeamRequest req = waitNext(tci.getTeam.getFuture()); |
Collaborator
There was a problem hiding this comment.
minor: this non-state --> state change no longer needed
f0ebdb8 to
bf44223
Compare
pingLatencyLogger iterates all peers and check one peer every 3s. This event has become very frequent for logging, thus reduced.
7.4.3 was used as old binary and the error is invalid_tuple_data_type.
bf44223 to
94ea9b0
Compare
Contributor
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-clang on Linux RHEL 9
|
Contributor
Result of foundationdb-pr on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Contributor
Result of foundationdb-pr-macos on macOS Ventura 13.x
|
Contributor
Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x
|
Contributor
Result of foundationdb-pr-clang on Linux RHEL 9
|
Contributor
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Contributor
Result of foundationdb-pr on Linux RHEL 9
|
gxglass
approved these changes
Mar 28, 2026
alecgrieser
approved these changes
Mar 28, 2026
Contributor
alecgrieser
left a comment
There was a problem hiding this comment.
LGTM. I also had a look, and I couldn't find any other location where the teams vector was being updated without the new map being updated
|
|
||
| bool DDTeamCollection::removeTeam(Reference<TCTeamInfo> team) { | ||
| TraceEvent("RemovedServerTeam", distributorId).detail("Team", team->getDesc()); | ||
| teamsByServerIDs.erase(team->getServerIDsStr()); |
Contributor
There was a problem hiding this comment.
minor: It may make sense to make this call to erase conditional on actually finding the team. The call to erase if the team isn't found should be a no-op, but it shouldn't hurt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[root@praza-dev-centos7-okteto-84f9ff599d-5gkbg foundationdb]# jsd
Note: Ensemble will complete after 50 failed results.
Note: Ensemble will complete after 500000 runs.
Starting ensemble
Uploading: .=131072: ............................................................................................................................................................................................................................................................................. DONE! Total=35186443
20260328-020749-praza-86f99d1ad7f1d7a9 compressed=True data_size=35186443 fail_fast=50 max_runs=500000 priority=100 sanity=False submitted=20260328-020749 timeout=5400 username=praza
20260328-031310-praza-09f29068f5182a61 compressed=True data_size=35185009 fail_fast=50 max_runs=500000 priority=100 sanity=False submitted=20260328-031310 timeout=5400 username=praza
results:
20260328-031310-praza-09f29068f5182a61 compressed=True data_size=35185009 duration=16374625 ended=500000 fail=8 fail_fast=50 max_runs=500000 pass=499992 priority=100 remaining=0 runtime=2:26:10 sanity=False started=500000 stopped=20260328-053920 submitted=20260328-031310 timeout=5400 username=praza
Code-Reviewer Section
The general pull request guidelines can be found here.
Please check each of the following things and check all boxes before accepting a PR.
For Release-Branches
If this PR is made against a release-branch, please also check the following:
release-branchormainif this is the youngest branch)