Skip to content

Commit 66d9837

Browse files
committed
update comments
1 parent ccb502e commit 66d9837

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

aggregation_mode/db/src/orchestrator.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ struct DbNode {
1212

1313
/// Database orchestrator for running reads/writes across multiple PostgreSQL nodes with retry/backoff.
1414
///
15-
/// `DbOrchestrator` holds a list of database nodes (connection pools) and will:
16-
/// - try nodes in a preferred order (healthy nodes first, then recently-failed nodes),
17-
/// - mark nodes as failed on connection-type errors,
18-
/// - retry transient failures with exponential backoff based on `retry_config`,
15+
/// `DbOrchestrator` holds a list of database nodes (connection pools) and will
16+
/// retry transient failures with exponential backoff based on `retry_config`,
1917
///
2018
/// ## Thread-safe `Clone`
2119
/// This type is cheap and thread-safe to clone:

0 commit comments

Comments
 (0)