Results 1 to 2 of 2

Thread: Just defining a redis bean using Jredis sends all of my cpu's to 100%

  1. #1
    Join Date
    Jun 2011
    Posts
    26

    Default Just defining a redis bean using Jredis sends all of my cpu's to 100%

    I have commented out every actual redis action in my code and the cpu still hits 100% which I assume to mean that it is something with the Jedis lib or config. I have checked the Jedis google group and there are stories of hitting 100% cpu but with much different causes.

    Anyone had any similar problems? Not really sure where to start on this one.

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Hasn't happened to me so I don't know what to tell you - try connecting to the JVM and see what thread eats the CPU. It's probably some sort of loop - try commenting out Jedis as well as see whether it helps. Also try the other libraries in Spring Data Redis to see whether they alleviate the problem.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •