cjcchen
cjcchen
Currently, the deploy configuration only supports "ubuntu@ip" as the destination. We need to extend it to any username. Also, if the ssh key is empty, remove the ssh key requirement.
The current release version or the version from the master branch does not support reconfiguration. The number of replicas to be deployed is determined by the configuration when deploying to...
In the current version of ResilientDB, "get" transactions (i.e., read-only transactions) retrieve the values of some keys. To guarantee data consistency, these transactions are forced through the consensus layer to...
The following files should be removed from the ecosystem subfolders. 'ecosystem/**/.gitignore' 'ecosystem/**/.bazelrc' 'ecosystem/**/.gitattributes' 'ecosystem/**/.npmrc' 'ecosystem/**/.prettierrc' 'ecosystem/**/.prettierignore' 'ecosystem/**/.licenserc.yaml'
Need to be fixed in the next release.
Currently, ResilientDB supports recovering the data ResilientDB will record every operation in the log and redo the log when starting up. ([code](https://github.com/apache/incubator.-resilientdb/blob/master/platform/consensus/recovery/recovery.cpp#L40)). However, the current version does not utilize the...