janelia-flyem / dvid

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

Modify labelmap kafka log for mutations to segmentation to include voxel size #333

Closed umayaml closed 2 years ago

umayaml commented 4 years ago

Update the labelmap kafka log to show the voxel size for each Neuron after it is mutated. One way to relay this information in the Kafka logs is to post the updated Neuron sizes when you log that the mutation has bee completed. (Ex. split-complete, merge-complete, cleave-complete) for all bodies involved in the mutation.

DocSavage commented 4 years ago

So this doesn't have to be for all mutations (like voxel-level changes via POST /raw) but only via split, merge, and cleave, right?

DocSavage commented 2 years ago

Fixed in commit 12d6cac