On Fri, Jul 16, 2010 at 05:53:44AM -0400, njh@bandsman.co.uk via RT wrote:
Show quoted text> Fri Jul 16 05:53:44 2010: Request 59436 was acted upon.
>
> I have seen this message: "Client '16' failed to send parsable data!"
>
> 1) What's this mean?
It is generated by POE::Component::Metabase::Relay::Server when a client
disconnects and hasn't sent any valid data to the server.
We use Storable::thaw unfreeze the data and then check that it
a). exists; b). is a reference; c). it is a hash reference;
Show quoted text> 2) How do I fix it?
It could well be an incompatibility between the Storable on the relay
versus the Storable on the smoker. I tend to update Storable on my
smokers to the latest version ( I was doing this before metabase anyways ).
Check the Storable versions.
Show quoted text> 3) Will it retry the send?
No. It received nothing valid that it could send to metabase.
Test::Reporter::Transport::Socket has no retransmission mechanism.
Show quoted text> 4) If not and I retry will the client inform me (incorrectly, since it
> was never sent) that it's a duplicate report and fail to send?
>
Nothing was received by the relay to convert to a Metabase::Fact and
then submitted to the metabase so there won't be an duplicate reports.
---
Thanks for ticket.
--
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================