question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use redisson make jvm old generation overflow

See original GitHub issue

Expected behavior redisson use without problem Actual behavior old generation overflow, stack exception is "redisson-netty-160-64" #21377 prio=5 os_prio=0 tid=0x00007fc192b01000 nid=0x490b6 runnable [0x00007fbd44645000] Steps to reproduce or test case set redisson config connectionMinimumIdleSize =256 connectionPoolSize =512 Redis version 4.0 Redisson version 3.10.7 Redisson configuration {“singleServerConfig”:{“idleConnectionTimeout”:10000,“pingTimeout”:1000,“connectTimeout”:10000,“timeout”:6000,“retryAttempts”:3,“retryInterval”:1500,“reconnectionTimeout”:3000,“failedAttempts”:3,“password”:“”,“subscriptionsPerConnection”:5,“clientName”:null,“address”:“”,“subscriptionConnectionMinimumIdleSize”:1,“subscriptionConnectionPoolSize”:50,“connectionMinimumIdleSize”:256,“connectionPoolSize”:512,“database”:0},“threads”:0,“nettyThreads”:0,“codec”:{“class”:“org.redisson.codec.JsonJacksonCodec”},“transportMode”:“NIO”}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Unanswered 'redisson' Questions - Stack Overflow
We are using Redisson to connect to a replicated Redis on AWS elasticache with 1 master and 2 replica nodes. The app makes...
Read more >
Overview of Redisson: The Redis Java Client - DZone
Redis is an open-source, in-memory data structure store that can be used as a NoSQL key-value database, as well as a cache and...
Read more >
mrniko/redisson - Gitter
Hi, using 4 shard nodes of AWS r5.large specification. This error occurs when there is little traffic on the server. (1000 TPS) java.util.concurrent....
Read more >
Garbage Collection in Java – What is GC and How it Works in ...
It is same as Parallel GC except that it uses multiple threads for both Young Generation and Old Generation. The JVM argument to...
Read more >
Spring Data Redis
The modules might also work with an older bugfix version of that minor version. However, using the most recent version within that generation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found