PlatformLab / TorcDB

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

Unsafe use of ramcloud.incrementInt64 #7

Closed jdellithorpe closed 8 years ago

jdellithorpe commented 8 years ago

Variable ramcloud is used directly in multi-entrant method TorcGraph.addVertex to increment a counter, but ramcloud is not thread-safe.