acquaman / AcquamanDataServer

Server architecture to provide a network and storage efficient data cache
2 stars 0 forks source link

Pull Request for Issue119: Fix a memory isssue. #120

Closed XuetaoLiu-CLS closed 8 years ago

XuetaoLiu-CLS commented 8 years ago

When dwell is enabled, we will add the dataholder to the dwellBufferManager as well, which should be a new instance of AMDSDwellSpectrualDataHolder instead of the instance of existing ones. Otherwise, that dataholder might be released by one of the two bufferGroupManager and the app will crash if the other one wants to release it.

@davidChevrier @dretrex this is the first bunch of changes based on my found last night.

XuetaoLiu-CLS commented 8 years ago

close PR to delete the branch