Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is TcpStream broken? #592

Open
yngrtc opened this issue Mar 19, 2023 · 2 comments
Open

Is TcpStream broken? #592

yngrtc opened this issue Mar 19, 2023 · 2 comments

Comments

@yngrtc
Copy link

yngrtc commented Mar 19, 2023

both echo bench hang

cargo bench -p glommio --bench echo

long-lived connections, 1000000 128-byte messages, 1 clients, Tokio  : 12.11s (82602.31 req/s, 100.0%)

hang after Tokio, no glommio start_clients

cargo run --example echo
Server Listening on 127.0.0.1:10000 on 1 connections

Tried tag v0.8.0 and master

@yngrtc
Copy link
Author

yngrtc commented Mar 19, 2023

:~$ ulimit -l
unlimited

~$ uname -r
5.15.77-amd64-desktop

so, it is not memlock issue.

@yngrtc
Copy link
Author

yngrtc commented Mar 19, 2023

just add echo_test in PR #593 to verify it

looks like github action passed

test tests::echo_test ... ok

But the same test hang in my local machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant