Skip to content

Reversed order of add post (INS6) and add like to post (INS2) #24

@luoxiaojian

Description

@luoxiaojian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions