cjcchen

Results 11 issues of 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.

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

Config files need to include the ASF header.

documentation

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'

documentation

Need to be fixed in the next release.

documentation

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...

enhancement
help wanted
good first issue