trino-gateway icon indicating copy to clipboard operation
trino-gateway copied to clipboard

Results 102 trino-gateway issues
Sort by recently updated
recently updated
newest added

## Description This is a simple lift and shift with minor adjustments only for me. Ultimately we need to break up the installation section much better. ## Additional context and...

cla-signed

https://trinodb.github.io/trino-gateway/quickstart/#add-trino-backends ![Screenshot 2024-10-04 at 8 03 38](https://github.com/user-attachments/assets/1a26e88f-3a74-409c-b8cc-2fcd7266af52)

good first issue
docs

## Description Add a field (private Optional ParseErrorMessage) to TrinoQueryProperties class that stores `e.getMessage()` when there is error. https://github.com/trinodb/trino-gateway/blob/main/gateway-ha/src/main/java/io/trino/gateway/ha/router/TrinoQueryProperties.java#L213-L224 We have server connected with gateway that runs explain before actually...

cla-signed

We should adopt Airlift framework's Duration for time-related config to keep consistency

Currently this is all a bit of a mess. I think we have to structure it into separate sections for * Installation overview, what options there are and such *...

## Description Allow passing additional java options to the startup command ## Additional context and related issues Users may need to set additional java options, e.g. using `-Djavax.net.ssl.truststore=/path/to/truststore` in combination...

cla-signed

## Description Assemble the release notes for Trino Gateway 12 release and adjust rest of docs to version 12 ## Additional context and related issues ## Release notes (x) This...

cla-signed

## Description Currently, Trino Gateway stops routing queries when the database is unavailable. This PR adds a cache of `GatewayBackend` to the `HaGatewayManager`, ensuring that queries can still be routed...

cla-signed

Exports `ClusterStats` to JMX. ## Release notes ( x) This is not user-visible or is docs only, and no release notes are required.

cla-signed

The class name seems wrong. We should rename to `TrinoHttpUtils` or something (or separate into some classes).

good first issue