Details
-
Type:
New Feature
-
Status: In Progress
-
Resolution: Unresolved
-
Affects Version/s: BIGDATA_RELEASE_1_5_0
-
Fix Version/s: None
-
Component/s: blueprints
-
Labels:None
Description
The current blueprints API implementation uses BigdataSail or BigdataRepository operations. These are not aware of the group commit API. They could be made aware by modifying them to use AbstractApiTask. Or this could remain an embedded interface without group commit support, similar to the direct use of the Sail APIs. In both cases you need to use AbstractApiTask to wrap up any requests within the MVCC concurrency manager.
See BLZG-670 (NSS GROUP COMMIT)