scalardb

Scalardb QA application not properly working with Azure Cosmos DB

我怕爱的太早我们不能终老 提交于 2021-02-08 10:04:54
问题 I tried to start scalardb backend QA application with Azure Cosmos DB. The Spring boot application shows as started. But I couldn't access the QA backend application with port 8090. Port 8090 does not list in listening ports lsof -i -P -n | grep LISTEN . QA backend Application When we connect it with the QA frontend application, it shows an error message An error occurred during the login QA frontend Application Step to reproduce Cosmos DB Account Creation Create an Azure Cosmos DB account

Scalardb QA application not properly working with Azure Cosmos DB

无人久伴 提交于 2021-02-08 10:02:23
问题 I tried to start scalardb backend QA application with Azure Cosmos DB. The Spring boot application shows as started. But I couldn't access the QA backend application with port 8090. Port 8090 does not list in listening ports lsof -i -P -n | grep LISTEN . QA backend Application When we connect it with the QA frontend application, it shows an error message An error occurred during the login QA frontend Application Step to reproduce Cosmos DB Account Creation Create an Azure Cosmos DB account

In Scalar DB, can I leave a Transaction as is if I don't need it or do I need to do some clean up

大城市里の小女人 提交于 2021-01-29 14:24:05
问题 The question is about Scalar DB (https://github.com/scalar-labs/scalardb). In the following code, I check if a user exists. If it does, I throw an exception. If it doesn't I go about adding it in tables. I am creating a DistributedTransaction instance at the beginning and am using it in all transactions. val transaction: DistributedTransaction = transactionService.start logger.trace("transaction started: " + transaction); //Perform the operations you want to group in the transaction val