Coder Social home page Coder Social logo

Comments (6)

dsymonds avatar dsymonds commented on June 20, 2024

That number is -8404, overflowed into a uint32. It sounds like some maths went wrong somewhere along the line in the grpc-go code.

from grpc-go.

yinhm avatar yinhm commented on June 20, 2024

@dsymonds Sounds logic.

There is no way client send that much data. Also, the counted bytes are random, eg:

2015/04/10 14:39:05 transport: http2Server connection error: desc = "recieved 4294959553-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:08 transport: http2Server connection error: desc = "recieved 4294955938-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:09 transport: http2Server connection error: desc = "recieved 4294963741-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:10 transport: http2Server connection error: desc = "recieved 4294964600-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:15 transport: http2Server connection error: desc = "recieved 4294962664-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:25 transport: http2Server connection error: desc = "recieved 4294957419-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:28 transport: http2Server connection error: desc = "recieved 4294959790-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:28 transport: http2Server connection error: desc = "recieved 4294960371-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:31 transport: http2Server connection error: desc = "recieved 4294958567-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:33 transport: http2Server connection error: desc = "recieved 4294965801-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:35 transport: http2Server connection error: desc = "recieved 4294966930-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:38 transport: http2Server connection error: desc = "recieved 4294959610-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:44 transport: http2Server connection error: desc = "recieved 4294962618-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:52 transport: http2Server connection error: desc = "recieved 4294960581-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:54 transport: http2Server connection error: desc = "recieved 4294962832-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:39:59 transport: http2Server connection error: desc = "recieved 4294966675-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:40:04 transport: http2Server connection error: desc = "recieved 4294966801-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:40:08 transport: http2Server connection error: desc = "recieved 4294965389-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:40:20 transport: http2Server connection error: desc = "recieved 4294952903-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:40:29 transport: http2Server connection error: desc = "recieved 4294956834-bytes data exceeding the limit 1048560 bytes"
2015/04/10 14:40:32 transport: http2Server connection error: desc = "recieved 4294960782-bytes data exceeding the limit 1048560 bytes"

from grpc-go.

iamqizhao avatar iamqizhao commented on June 20, 2024

is there a way I can reproduce this?

from grpc-go.

iamqizhao avatar iamqizhao commented on June 20, 2024

This could be fixed by #160 already. Can you sync the repo and retry? Let me know if it still sustains. In meanwhile, I will add a new end2end test case to mimic your use case next week.

from grpc-go.

yinhm avatar yinhm commented on June 20, 2024

@iamqizhao Sorry, I may not be able to reproduce this. I encountered this issue when archiving our feed at friendfeed, https://github.com/yinhm/friendfeed

Since friendfeed was closed, I have no longer be able to reproduce. So sad.

from grpc-go.

iamqizhao avatar iamqizhao commented on June 20, 2024

This should be fixed by #162. I reproduced the error you got with the existing test cases.

from grpc-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.