Replication, Readers Field, and ACL Deletion Rights scenario

The scenario is, an application exists with two replicas, one on Server1 and another on Server2. A document in this application has a readers field populated so that both Server1 and Server2 have visibility of the document and thus the document has replicated and is present on both servers. Now, on Server1 the readers field is edited so that Server2 no longer has visibility of the document. However, in the ACLs neither Server1 nor Server2 have delete rights. Does the document remain on both servers?

Subject: Replication, Readers Field, and ACL Deletion Rights scenario

Yes, because the document has not been deleted, therefore there is no deletion stub, thus even though the document is not visible on one of the servers, it will not be deleted by the other server.