IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Retry transactions on lock timeouts #51

Closed vishakha041 closed 3 months ago

vishakha041 commented 6 years ago

Once the PMGD concurrency branch is merged and we remove locks from PMGDQueryHandler, there might be some failed transactions due to lock timeout. It might be worth figuring out a way to retry them since there was no user error there.

ifadams commented 3 months ago

@cwlacewe this is a well known issue at this point, closing for the moment, though we should probably revisit it as this becomes a serious problem under heavy load/high concurrency.