-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Not A Problem
-
Fix Version/s: None
-
Component/s: Cluster/Gossip, Cluster/Membership, Cluster/Schema
-
Labels:None
-
Platform:All
-
Impacts:None
Hi,
While trying to Build a Cassandra cluster with the following code am facing few issues as follows.
var cluster = Cluster.Builder().AddContactPoint("127.0.0.1").Build();
- cluster metadata throws an exception says System.Threading.ThreadAbortException
- while debugging the cluster I found that the Metadata node is missing.
Can anybody help me out this ?. Am I missing something?
Am using VisualStudio 2015 Console Application.
I have created a KeySpace with this same code but now am not able to do anything.