Github user pujav65 commented on the issue: https://github.com/apache/incubator-rya/pull/236 Looks good. @isper3at , yes catching the exception prevents the drops because it will keep going rather than crapping out on individual adds -- that was why there was a catch for that exception in the original dao before we introduced the batch writing stuff.
---