There's a serious race-condition with the filter-resolver: if any
statements for a given subject are added or removed in the time after
the resolver has sent the mods for that subject to fedora but before
fedora's resource-index-module has turned around and updated kowari,
then those mods will get clobbered by the resource-index-module's
update.
The problem is that fedora doesn't support incremental updates to
datastreams (in particular the RELS-EXT), and hence the
filter-resolver has to grab the whole list of statements and shove
them to fedora.
The easiest solution involves having the filter-resolver set a flag
(add a statement) and having the resource-index-module not update
kowari if it sees that flag.