Skip to content

Commit b062217

Browse files
authored
chore: Switch from prusto to trino-rust-client (#116)
* chore: Switch from prusto to trino-rust-client * changelog * Fix rustdocs
1 parent b72123c commit b062217

10 files changed

Lines changed: 212 additions & 553 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Switch from the older `prusto` crate to the forked `trino-rust-client` ([#116]).
10+
711
### Fixed
812

913
- Handle Redis connection errors (e.g. broken pipe during master failover) gracefully instead of panicking.
1014
Previously, `get_queued_query_count` would `.unwrap()` on the Redis result, causing a panic that poisoned
1115
the metrics `RwLock`, cascading into further panics and leaving pods unresponsive ([#111]).
1216

1317
[#111]: https://github.com/stackabletech/trino-lb/pull/111
18+
[#116]: https://github.com/stackabletech/trino-lb/pull/116
1419

1520
## [0.6.0] - 2026-02-17
1621

0 commit comments

Comments
 (0)