On Mon, Feb 8, 2010 at 3:53 PM, Jack Culpepper <jackculpep...@gmail.com> wrote:
> $ python --version
> Python 2.6.4

2.6.4 here, too.

> One more stupid question if you can stand it: when I get "Connection
> reset by peer" on the python side, where should I see the
> corresponding error on the java side?

Connection reset by peer usually means "the other side [here, the
server] closed the connection before it finished reading everything I
sent."  Which isn't supposed to happen with Thrift, so I dunno.  Maybe
you are using framed on server?  system tests assume unframed.  But if
that were the case I would expect everything to error out much
earlier.

-Jonathan

Reply via email to