sharjeel / data-provenance

Automatically exported from code.google.com/p/data-provenance
0 stars 0 forks source link

Graphviz Reporter does not parse things correctly #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Graphviz reporter has a parsing issue. Upon feeding Graphviz reporter's output 
to a Graphviz storage, its output should be identical but it purges a lot of 
data.

Reproducability
1. Start SPADE
2. Start Graphviz storage and provide output file
3. Start Graphviz storage with the attached file

Expected output:
Generated dot file should be same as the input file

Output received:
A purged file with only couple of lines

Original issue reported on code.google.com by sharjeel...@gmail.com on 8 Jul 2013 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
Following exception is observed on SPADE's kernel log upon parsing

INFO|3799/0|SPADE|13-07-08 16:37:01|java.lang.ClassCastException: 
spade.vertex.opm.Process cannot be cast to spade.vertex.opm.Artifact
INFO|3799/0|SPADE|13-07-08 16:37:01|    at 
spade.reporter.Graphviz.processLine(Graphviz.java:134)
INFO|3799/0|SPADE|13-07-08 16:37:01|    at 
spade.reporter.Graphviz.access$200(Graphviz.java:42)
INFO|3799/0|SPADE|13-07-08 16:37:01|    at 
spade.reporter.Graphviz$1.run(Graphviz.java:74)
INFO|3799/0|SPADE|13-07-08 16:37:01|    at java.lang.Thread.run(Thread.java:724)

Original comment by sharjeel...@gmail.com on 8 Jul 2013 at 11:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r931.

Original comment by sharjeel...@gmail.com on 9 Jul 2013 at 11:33