Skip to content

[BUG] Some data is lost during transmission. #1

@XLzed

Description

@XLzed

Describe the bug
Some data is lost during transmission,it causes the exception of grpc http2 deframe, and netty benchmark example hangs because of waiting for all data.

Steps to Reproduce

  • grpc command: ./build/example/install/hadronio/bin/hadronio grpc benchmark -m 10000 -rs 10000 -as 10000 -r 0.0.0.0
  • netty command: ./build/example/install/hadronio/bin/hadronio netty benchmark throughput -s -l 100000 -m 1000

Additional info

  • grpc exceptions
    • Stream x does not exist
    • Frame of type 0 must be associated with a stream.
    • INTERNAL: Encountered end-of-stream mid-frame
    • Frame length: x exceeds maximum: y
  • netty benchmark thourghput hangs
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions