Suppose we have a row : row1, cf1:q1, value1, timestamp1. After the add-delete-add operation sequence on the same row, the row lost.
It seems that it was KeyValueSkipListSet in class MemStore ignored the last add operation. I would like to know what is the purpose of KeyValueSkipListSet, is it possible to replace KeyValueSkipListSet with a multi-value set implementation? -- Regards Angus
