-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
In the updateStream_0_26_forum.csv file of the dataset, when listing all updates related to post-70368991551179 through
$ grep -w 70368991551179 updateStream_0_26_forum.csv
1349790181752|1278281267146|2|6597069905389|70368991551179|1349790181752
1349790181752|1289052676356|6|70368991551179||1349790181752|24.32.177.170|Internet Explorer|uz|About Niki Lauda, er Formula One racing driver and three-time F1 World Champion. More recently an aviati|104|10995116536216|21990277706324|57|164
1349790237878|1291770543934|2|10995116326590|70368991551179|1349790237878
1349790272484|1327084360170|2|26388279332421|70368991551179|1349790272484
1349790380456|1322943558393|2|24189256307723|70368991551179|1349790380456(Vertex post-70368991551179 doesn't appear in any other streams and the initial snapshot.)
The first insert query related to post-70368991551179 is adding a like edge (INS2) to this post, and the second one is adding the post (INS6).
Though these two queries have a same timestamp, they will be issued by driver sequentially.
So there will be an adding edge query to the post vertex before the vertex is added.
Similar problem also found in the sf300 dataset when adding like edge to a comment (INS3).
Metadata
Metadata
Assignees
Labels
No labels