PlatformLab / TorcDB

TorcDB: A Low-Latency Graph Database on RAMCloud
Apache License 2.0
17 stars 4 forks source link

TorcGraph doesn't observe RAMCloud's 1MB object limit. #5

Closed jdellithorpe closed 8 years ago

jdellithorpe commented 8 years ago

TorcGraph has no checks in place for the size of RAMCloud objects, and has no mechanisms to deal with this scenario. If objects exceed RAMCloud's current limit of 1MB then the RAMCloud client library will fail to perform the operation.

jdellithorpe commented 8 years ago

Fixed as of 1e485fc7f9d7428da661b0006127047cbee131b7