Skip to content

Releases: BeStateless/RAMCloud

Deep copies RejectRules so they stay in scope

12 Aug 23:40
6cbbbab
Compare
Choose a tag to compare
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

09 Aug 21:37
58184c4
Compare
Choose a tag to compare
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

28 Jul 20:09
315b5f9
Compare
Choose a tag to compare
Merge pull request #37 from OferMania/92

AUE-92: Adds ability to use prebuilt ramcloud-test docker image

Reject-Rule fix for NonExistant Items

14 Jun 15:35
f317157
Compare
Choose a tag to compare

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

24 May 17:48
2da4cdb
Compare
Choose a tag to compare

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

12 Apr 22:04
d982da5
Compare
Choose a tag to compare

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

16 Sep 19:51
c57214f
Compare
Choose a tag to compare
Add async commit to Transaction, and allow reject rules to be provided