Details
Description
When I set giraph.useOutOfCoreGraph=true by using OOC features, all wokers suspended at 'save vertices' status.
The reason is in BspServiceWorker.saveVertices, patition is not put back after get.
Add getPartitionStore().putPartition(partition) to line 973 is ok.