about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-10-09 02:41:05 +0000
committerEric Wong <normalperson@yhbt.net>2012-10-09 02:41:05 +0000
commitc5d000337cdcbb15827258d6fd6b6830e8afcd59 (patch)
tree1ab6a819bc0d0bf575e62f929cf9e0dbfe60bd9b
parentf552185695b2fd80502ca27b81d09aaa3988a0fc (diff)
downloadmogilefs-client-c5d000337cdcbb15827258d6fd6b6830e8afcd59.tar.gz
Admin speedups for get_domains, get_hosts, and get_devices.
Previous versions were completely unusable for parsing a list of
3000+ domains.  Installations with thousands of hosts or devices
should see noticeable performance improvements.

The client interface gains the each_file_info iterator method.
This behaves like each_key, but gives access to the entire
response the file_info returns, including: checksum, devcount,
file size, class, and domain.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7600b80..9829109 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
-DEF_VER = "v3.3.0"
+DEF_VER = "v3.4.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),