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

Besu support #9

Open
dknopik opened this issue Oct 27, 2024 · 0 comments
Open

Besu support #9

dknopik opened this issue Oct 27, 2024 · 0 comments

Comments

@dknopik
Copy link
Contributor

dknopik commented Oct 27, 2024

We want to support the execution layer client Besu.

We seem to require suport for SO_REUSEADDR, as Besu incorrectly claims that the port is already occupied. Furthermore, there are more warnings logged by shadow:

Log
00:00:03.348554 [126508:shadow-worker] 00:00:05.022849390 [WARN] [node6:29.251.164.100] [mod.rs:602] [shadow_rs::host::syscall::handler] (LOG_ONCE) Detected unsupported syscall times (100) called from thread 1023 in process java on host node6
00:00:04.740233 [126508:shadow-worker] 00:00:05.031794670 [WARN] [node6:29.251.164.100] [udp.rs:642] [shadow_rs::host::descriptor::socket::inet::udp] (LOG_ONCE) We do not yet handle ioctl request SIOCGIFCONF on tcp sockets
00:00:04.828432 [126508:shadow-worker] 00:00:05.032529800 [WARN] [node6:29.251.164.100] [legacy_tcp.rs:1110] [shadow_rs::host::descriptor::socket::inet::legacy_tcp] (LOG_ONCE) getsockopt called with unsupported level 6 and opt 12
00:00:04.828511 [126508:shadow-worker] 00:00:05.032533800 [WARN] [node6:29.251.164.100] [legacy_tcp.rs:1110] [shadow_rs::host::descriptor::socket::inet::legacy_tcp] (LOG_ONCE) getsockopt called with unsupported level 6 and opt 4
00:00:04.828585 [126508:shadow-worker] 00:00:05.032537800 [WARN] [node6:29.251.164.100] [legacy_tcp.rs:1110] [shadow_rs::host::descriptor::socket::inet::legacy_tcp] (LOG_ONCE) getsockopt called with unsupported level 1 and opt 56
00:00:04.831917 [126508:shadow-worker] 00:00:05.032584380 [WARN] [node6:29.251.164.100] [udp.rs:965] [shadow_rs::host::descriptor::socket::inet::udp] (LOG_ONCE) setsockopt called with unsupported level 0 and opt 49
00:00:04.834225 [126508:shadow-worker] 00:00:05.032603290 [WARN] [node6:29.251.164.100] [udp.rs:945] [shadow_rs::host::descriptor::socket::inet::udp] (LOG_ONCE) setsockopt SO_REUSEADDR not yet implemented for udp
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