Executing a benchmark that hammers the Crane proxy with several requests, the proxy stops working. On the primary's logs, we find:
/PAXOS_OP_QUEUE-valerio is too small for this app. Please enlarge it in paxos-op-queue.h
We've tried several different values by changing the value of the ELEM_CAPACITY here: https://github.com/columbia/crane/blob/master/xtern/lib/runtime/paxos-op-queue.cpp#L34
Is that the right variable to change ? It doesn't seem to produce beneficial effects on our benchmark.