Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Databricks registration blocks loading of other spicepods #1479

Closed
digadeesh opened this issue May 22, 2024 · 1 comment
Closed

Databricks registration blocks loading of other spicepods #1479

digadeesh opened this issue May 22, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@digadeesh
Copy link
Contributor

To Reproduce
Set up a databricks dataset, and a separate dataset (in this case I used S3 quickstart).
Stop your databricks compute and start the spice runtime. You'll see:
2024-05-21T23:22:11.922975Z INFO spiced: Metrics listening on 127.0.0.1:9000
2024-05-21T23:23:12.240350Z WARN runtime: Unable to get read provider for databricks: Io error: status: Internal, message: "protocol error: received message with invalid compression flag: 60 (valid flags are 0 and 1) while receiving response with status: 504 Gateway Timeout", details: [], metadata: MetadataMap { headers: {} }
2024-05-21T23:23:27.603261Z WARN runtime: Unable to get read provider for databricks: Analysis error: TEMPORARILY_UNAVAILABLE: Waiting for the cluster to become available. This is expected for new sessions. Please try again. [state=PENDING] (requestId=c31ea701-6723-4ed6-9783-bff0256120c9)

Use the spice repl and do a show tables:

observe that failing to load one dataset blocks loading of all others until the issue is resolved.

Expected behavior
The other datasets can load while the databricks (or other datasets) can load.

Additional context
Add any other context about the problem here.

@digadeesh digadeesh added the kind/bug Something isn't working label May 22, 2024
@lukekim lukekim added this to the v0.14.0-alpha milestone Jun 4, 2024
@digadeesh digadeesh self-assigned this Jun 4, 2024
@digadeesh
Copy link
Contributor Author

Fixed in #1551

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants