Skip to content

Commit 64ce4ba

Browse files
committed
gossip: downgrade peer sampler drop race condition
1 parent 576da68 commit 64ce4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flamenco/gossip/crds/fd_crds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ fd_crds_bucket_add( fd_crds_t * crds,
12191219
make_contact_info_key( pubkey, key );
12201220
fd_crds_entry_t * peer_ci = lookup_map_ele_query( crds->lookup_map, key, NULL, crds->pool );
12211221
if( FD_UNLIKELY( !peer_ci ) ) {
1222-
FD_LOG_NOTICE(( "Sample peer not found in CRDS. Likely dropped." ));
1222+
FD_LOG_DEBUG(( "Sample peer not found in CRDS. Likely dropped." ));
12231223
return;
12241224
}
12251225
wpeer_sampler_t * bucket_sampler = &crds->samplers->bucket_samplers[bucket];

0 commit comments

Comments
 (0)