br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

In-memory components' LSNs of the multiple partitioned indexes in a NC have been incorrectly updated. #614

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[Problem]
In-memory components' LSNs of the multiple partitioned indexes in a NC have 
been incorrectly updated.

[Cause]
Multiple partitioned indexes of a dataset in a NC see a single operationTracker 
instance. The operationTracker instance has been maintaining only one 
componentLsn even though there are multiple partitioned indexes. 

[Approach]
The operationTracker should maintain the componentLsn for each partitioned 
index. 

Original issue reported on code.google.com by kiss...@gmail.com on 15 Aug 2013 at 2:40

GoogleCodeExporter commented 8 years ago

Original comment by kiss...@gmail.com on 11 Oct 2013 at 12:31