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

[Bug] Redis is throwing socket exception after staying idle for few minutes #4560

Closed
sumitsum opened this issue May 18, 2021 · 0 comments · Fixed by #4791
Closed

[Bug] Redis is throwing socket exception after staying idle for few minutes #4560

sumitsum opened this issue May 18, 2021 · 0 comments · Fixed by #4791
Assignees
Labels
Bug Something isn't working Core Query Execution Issues related to the execution of all queries Datasources Issues related to configuring datasource on appsmith High This issue blocks a user from building or impacts a lot of users Needs More Info Needs additional information Needs Triaging Needs attention from maintainers to triage QA Needs QA attention Query & JS Pod Issues related to the query & JS Pod

Comments

@sumitsum
Copy link
Contributor

sumitsum commented May 18, 2021

Description

Execution failed with status undefined
java.net.SocketException: Broken pipe (Write failed)
redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Broken pipe (Write failed)
	at redis.clients.jedis.Connection.flush(Connection.java:268)
	at redis.clients.jedis.Connection.getOne(Connection.java:255)
	at redis.clients.jedis.Jedis.sendCommand(Jedis.java:3984)
	at com.external.plugins.RedisPlugin$RedisPluginExecutor.lambda$execute$0(RedisPlugin.java:82)
	at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
	at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:126)
	at reactor.core.publisher.MonoFlatMap.subscribeOrReturn(MonoFlatMap.java:53)
	at reactor.core.publisher.Mono.subscribe(Mono.java:4090)
	at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:124)
	at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
	at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Broken pipe (Write failed)
	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.base/java.net.SocketOutputStream.socketWrite(Unknown Source)
	at java.base/java.net.SocketOutputStream.write(Unknown Source)
	at redis.clients.jedis.util.RedisOutputStream.flushBuffer(RedisOutputStream.java:52)
	at redis.clients.jedis.util.RedisOutputStream.flush(RedisOutputStream.java:133)
	at redis.clients.jedis.Connection.flush(Connection.java:265)
	... 15 more

@sumitsum sumitsum added Bug Something isn't working Datasources Issues related to configuring datasource on appsmith High This issue blocks a user from building or impacts a lot of users Needs Triaging Needs attention from maintainers to triage Core Query Execution Issues related to the execution of all queries labels May 18, 2021
@sumitsum sumitsum self-assigned this May 18, 2021
@close-label close-label bot added the QA Needs QA attention label May 31, 2021
@prapullac prapullac added the Needs More Info Needs additional information label Jun 3, 2021
@github-actions github-actions bot added the Query & JS Pod Issues related to the query & JS Pod label Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Core Query Execution Issues related to the execution of all queries Datasources Issues related to configuring datasource on appsmith High This issue blocks a user from building or impacts a lot of users Needs More Info Needs additional information Needs Triaging Needs attention from maintainers to triage QA Needs QA attention Query & JS Pod Issues related to the query & JS Pod
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants