You have a three node cluster. Client A is connected to node 1, writing file data. Client B is
connected to node 2, reading file data. How long will the delay be before Client B can read the file
data that Client A is writing? (Choose 1)

A.
If the data is in the write cache of node 1, there is a delay of approximately 10 seconds. If the
data has been committed to disk, there is no delay.
B.
If the data is in the write cache of node 1, there is no delay. If the data has been committed to
disk, there is a delay of approximately 10 seconds.
C.
There is a delay of approximately 10 seconds.
D.
There is nodelay ?data written by Client A is immediately available to Client B, even if the file
data is in the write cache of node 1
Correct answer is D
0
0
I have the same idea. D
0
0