lp:~guilhem-fr/mogilefs/perl-MogileFS-Client

Created by Guilhem Lettron and last modified
Get this branch:
bzr branch lp:~guilhem-fr/mogilefs/perl-MogileFS-Client

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Guilhem Lettron
Project:
MogileFS
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://github.com/mogilefs/perl-MogileFS-Client.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log

Recent revisions

190. By Eric Wong

Makefile.PL: declare explicit Time::HiRes dependency

Time::HiRes is no longer a standard module distributed with Perl in
RHEL/CentOS 6.x (and like other distros). Declaring an explicit
dependency on it should help users find and install the correct
package for their distro.

189. By Dave Lambley <email address hidden>

add force_disconnect function

Forces the client to disconnect from the tracker, causing it to reconnect
when the next request is made. It will reconnect to a different tracker if
possible. A paranoid application may wish to do to this before retrying a
failed command, on the off chance that another tracker may be working better.

[ew: commit message body taken from POD]

Signed-off-by: Eric Wong <email address hidden>

188. By Dave Lambley <email address hidden>

avoid retrying bad trackers

Dave Lambley wrote:

When we lose a connection to a tracker and reconnect, we do so in a strict
sequence so that we only ever retry the failed host after trying all the
others. The client also shuffles the list of hosts, so that if there are
more than two trackers, clients will use all the remaining ones when one
fails, rather than concentrating on the next in the supplied list.

This combines commits in "master" of
https://github.com/davel/perl-MogileFS-Client.git
85643b5ce07c0e536136f4a136ac136bf9e6fedd
b61965a761553ee10145512736ce95a90f7ad391

[ew: commit message]
Signed-off-by: Eric Wong <email address hidden>

187. By dormando

Checking in changes prior to tagging of version 1.16.

Changelog diff is:

diff --git a/CHANGES b/CHANGES
index 09a613b..ce1dc6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.16 - 2012-03-30
+
+ * Allow fetching hashtype in get_domains (eric wong)
+
 1.15 - 2012-01-27

    * Fix error in NewHTTPFile (Daniel.Bergmann)

186. By Eric Wong

admin: get_domains can parse out hashtype

This will enable mogadm to display the hashtype
in a class listing.

185. By dormando

Checking in changes prior to tagging of version 1.15.

Changelog diff is:

diff --git a/CHANGES b/CHANGES
index 1239f31..09a613b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+1.15 - 2012-01-27
+
+ * Fix error in NewHTTPFile (Daniel.Bergmann)
+
+ * Fixed build if the directory is named perl-MogileFS-Client. (Andrei Pascha <email address hidden>)
+
 1.14 - 2011-01-08

    * support the file_debug command (dormando <email address hidden>)

184. By dormando

Fix error in NewHTTPFile

From Daniel.Bergmann

183. By Andrei Pascha <email address hidden>

Fixed build if the directory is named perl-MogileFS-Client.

182. By dormando

Checking in changes prior to tagging of version 1.14.

Changelog diff is:

diff --git a/CHANGES b/CHANGES
index 633942b..1239f31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+1.14 - 2011-01-08
+
+ * support the file_debug command (dormando <email address hidden>)
+
+ * file_info command for fetching file metadata (dormando <email address hidden>)
+
+ * update some variables (dormando <email address hidden>)
+
+ * Update specfile version (Jonathan Steinert <email address hidden>)
+
+ * Ignore INSTALL_BASE during rpm building. (Jonathan Steinert <email address hidden>)
+
 1.13 - 2010-09-28

         * rebalance admin commands

181. By dormando

support the file_debug command

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers