Replies: 4 comments 11 replies
-
Hey @Steve887! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together! The error message "unable to connect to initial hosts: EOF" suggests that there might be an issue with the connection settings to your Azure Cosmos DB using the Cassandra API. Here are a few things you can check or try:
If these steps do not resolve the issue, you might want to enable more detailed logging to get additional insights into the connection process. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
None of these worked. |
Beta Was this translation helpful? Give feedback.
-
I am making progress. I changed my TLS settings to:
And this gave me a different error:
From some research it seems to be related to a flag being passed during schema creation that Azure Cosmos doesn't support. However there doesn't seem to be any way to override this except for manually creating the schema. Is that the only solution? |
Beta Was this translation helpful? Give feedback.
-
We do not support this type of setup, there is probably something missing in the API or the way table creation works on this emulation layer. Jaeger creates the schema and setup so I assume there is some kind of issue there. Your setup looks fine to me, did you try to test with another real Cassandra database versus the emulation layer? I would suggest using a different datastore option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup a connection to an Azure Cosmos DB account via the Cassandra API. I think I have the config setup correctly, although it's difficult to tell, but when my Jaeger app starts up I get the following error in the console:
My storage config is as follows:
Do I have something wrong in my config, or anything else I can try>
Beta Was this translation helpful? Give feedback.
All reactions