minor bug report..

Brad Fitzpatrick brad at danga.com
Fri Sep 29 20:20:32 UTC 2006


I'm using 409 and it works fine for me:

$ mogadm domain add foo
$ mogadm domain add foo
Domain already exists.
$ mogadm domain delete foo
$ svn info | grep ^Rev
Revision: 409

And when I upgrade to 411, same thing.

How can I reproduce?


On Thu, 28 Sep 2006 komtanoo.pinpimai at livetext.com wrote:

> At 411, the *_debug is still under do_request and adding domain is failing
> for me.
>
> -kem
>
> On Thu, September 28, 2006 5:28 pm, Brad Fitzpatrick wrote:
> > I think Jonathan already fixed this today (independent of you reporting
> > it?) in svn rev 411.
> >
> > Could you verify?
> >
> >
> >
> > On Thu, 28 Sep 2006 komtanoo.pinpimai at livetext.com wrote:
> >
> >
> >> Hi All,
> >>
> >>
> >> Right now, I'm trying to use the latest MogileFS from trunk, but I'm
> >> not able to add domain, it always complains "Unable to retrieve domains
> >> from trackers". I traced some codes and found that in "Backend.pm",
> >>
> >> *_debug = *MogileFS::Client::_debug;
> >>
> >>
> >> should be lifted to the head of the file or at least above do_request
> >> otherwise do_request will fail because it calls _debug, which has
> >> already been moved to MogileFS::Client, and it's not initialized yet at
> >> that point. I guess there is an exception handler covers do_request so
> >> it won't return the real error message, but the default one which is
> >> misleading.
> >>
> >> -kem
> >>
> >>
> >>
> >
>
>


More information about the mogilefs mailing list