Venkata Ramu
Results
2
comments of
Venkata Ramu
Hi Yeah, We are facing too same issue when vertex creation is running parallel in cassandra. Please let us know, why unique index is not working in parallel case. Is...
@chrisbendel sorry for the late response public static TokenMapSupplier toTokenMapSupplier(List nodes){ StringBuilder jsonSB = new StringBuilder("["); int count = 0; for(DynomiteNodeInfo node: nodes){ jsonSB.append(" {\"token\":\""+ node.getTokens() + "\",\"hostname\":\"" + node.getHostname()...