Reproduce
A simple process, which creates a Byte Array variable (e.g. saves a serialized Java Object) and then deletes this variable in the same transaction.
Problem
At the end of the transaction there is a INSERT and DELETE_BULK SQL statement for this variable, even though these are not needed as the variable was already deleted.
Hint
This bug only has a performance impact of unnecessary SQL statements.