jcarreira / cirrus-kv

High-performance key-value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server should send error back to client when no more space available

jcarreira opened this issue · comments

In src/BladeAllocServer.cpp

allocator->allocate(size)

can fail (exception thrown) when there is no more space available.

We should be able to send a message back to the client side with this error and propagate it all the way to whoever called the put().