Releases: BeStateless/RAMCloud
Releases · BeStateless/RAMCloud
Deep copies RejectRules so they stay in scope
Merge pull request #39 from OferMania/129_2 AUE-129: Deep copies RejectRules in all MultiOp objects, so they stay…
Command-line parameters for IP CIDR & docker names
Merge pull request #38 from OferMania/129 AUE-129: Allows IP CIDR and Docker names to be changed at command-line
Avoids rebuilding ramcloud-test docker image when we don't have to
Merge pull request #37 from OferMania/92 AUE-92: Adds ability to use prebuilt ramcloud-test docker image
Reject-Rule fix for NonExistant Items
Makes sure versionNE and versionLE as reject-rules don't pass when the object doesn't exist.
Also adds ability to log the RAMCloud test cluster
RAMCloud TableEnumerator.h is exported for nfapp use
TableEnumerator.h and ShortMacros.h are now usable by nfapp, when necessary. Former is a simpler way to enumerate tables than the rpc calls in RamCloud.h, latter is a collection of macros that may come in handy.
RAMCloud Test Cluster Deployment
Adds scripts to deploy a test RAMCloud cluster (includes ZK, rc-coordinator, and rc-server)
stateless-4: Merge pull request #17 from saxonparker/async_transaction
Add async commit to Transaction, and allow reject rules to be provided