diff --git a/docs/storage/remote.rst b/docs/storage/remote.rst --- a/docs/storage/remote.rst +++ b/docs/storage/remote.rst @@ -403,10 +403,10 @@ according to the remote storage server policy. Since there is overlapping between methods in the -``ProvenanceInterface`` operating over the same entity, one worker may -have to handle more than one method to guarantee conflict-free writings -to the underlying storage. For instance, consider the ``content`` -entity, for a given ID range, methods ``content_add`` and +``ProvenanceStorageInterface`` operating over the same entity, one worker +may have to handle more than one method to guarantee conflict-free +writings to the underlying storage. For instance, consider the +``content`` entity, for a given ID range, methods ``content_add`` and ``relation_add`` with ``relation=CNT_EARLY_IN_REV`` may conflict. Is the worker’s responsibility to solve this kind of conflicts.