Here is my scenario: Asynchronous replication is set with long period like 2 days in 2 nodes DFS-R. Considering load balancing, client A accessing files on DFS will be redirected to node A while client B will be redirected to node B. There is a text file
called "test.txt" with date 2014-1-1 on the DFS shared folder, After client A modify "test.txt" with date 2014-2-2 in node A, and the replication doesn't run yet, client B want to read the file test.txt, in which version the file will be
read by client B?
↧