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

Check for max window length at start up to ensure socket buffers have sufficient capacity #420

Closed
mjpt777 opened this issue Oct 21, 2017 · 0 comments

Comments

@mjpt777
Copy link
Contributor

mjpt777 commented Oct 21, 2017

1 observations from 2017-10-21 18:49:33.373+0100 to 2017-10-21 18:49:33.373+0100 for:
 io.aeron.driver.exceptions.ConfigurationException: Max Window length greater than socket SO_RCVBUF, increase 'aeron.rcv.initial.window.length' to match window: windowMaxLength=2097152, SO_RCVBUF=212992
	at io.aeron.driver.media.ReceiveChannelEndpoint.validateSenderMtuLength(ReceiveChannelEndpoint.java:236)
	at io.aeron.driver.DriverConductor.onCreatePublicationImage(DriverConductor.java:180)
	at io.aeron.driver.cmd.CreatePublicationImageCmd.execute(CreatePublicationImageCmd.java:62)
	at io.aeron.driver.DriverConductor.accept(DriverConductor.java:134)
	at io.aeron.driver.DriverConductor.accept(DriverConductor.java:53)
	at org.agrona.concurrent.OneToOneConcurrentArrayQueue.drain(OneToOneConcurrentArrayQueue.java:111)
	at io.aeron.driver.DriverConductor.doWork(DriverConductor.java:142)
	at org.agrona.concurrent.AgentRunner.doDutyCycle(AgentRunner.java:220)
	at org.agrona.concurrent.AgentRunner.run(AgentRunner.java:159)
	at java.lang.Thread.run(Thread.java:748)
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

2 participants