janelia-flyem / dvid

Distributed, Versioned, Image-oriented Dataservice
http://dvid.io
Other
195 stars 33 forks source link

/supervoxel-splits response includes duplicate entries #315

Open stuarteberg opened 5 years ago

stuarteberg commented 5 years ago

The /supervoxel-splits endpoint includes many duplicates. Here are two examples:

In [143]: dvid_splits_df.query('mutid == 1002224862')
Out[143]:
                                uuid       mutid         old      remain       split     type
43  ef1da1a01c4941b6876ab77502843d0c  1002224862  5813075645  5813075647  5813075646  unknown
44  ef1da1a01c4941b6876ab77502843d0c  1002224862  5813075645  5813075647  5813075646  unknown

In [144]: dvid_splits_df.query('mutid == 1005819021')
Out[144]:
                                   uuid       mutid         old      remain       split     type
34651  3c281c385e064ed1b6ab93a9456a04eb  1005819021  2349519569  5901205938  5901205937  unknown
34652  3c281c385e064ed1b6ab93a9456a04eb  1005819021  2349519569  5901205938  5901205937  unknown

Some notes:

** Not including the root node 2884, which isn't represented in our kafka logs.