backend: automatically retry on idempotent commands
commit4b8bff9f4c90e6eb442c82b6f125279600311bf4
authorEric Wong <normalperson@yhbt.net>
Wed, 9 Nov 2011 09:06:19 +0000 (9 09:06 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 9 Nov 2011 09:10:50 +0000 (9 09:10 +0000)
tree2e5232adb613ee72cd3b226df9582c721f2ad571
parente0711f60d8cdd49e543764ce2252d77163cf6fd5
backend: automatically retry on idempotent commands

Read-only commands to the MogileFS tracker may be safely
retried if a request is sent but no response is received.
lib/mogilefs/backend.rb
lib/mogilefs/socket_common.rb
test/test_mogilefs.rb