bikeshare-capstone-pdx / h-store

H-Store Distributed Main Memory OLTP Database System
http://hstore.cs.brown.edu
GNU General Public License v3.0
2 stars 0 forks source link

Riders deviating from Fianl station #7

Closed MrRacoon closed 10 years ago

MrRacoon commented 10 years ago

The station is not full and for some reason riders seem to be deviating. Im not sure if every rider is deviating and how many times most of them do it.

I suspect that everyrider is deviating once due to a possible race condition with the hash set Im using to keep track of when riders checkin their bikes.

MrRacoon commented 10 years ago

Issue has been resolved by ommiting callback routines and just handling the result of the check(in/out) procedures directly.