Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.1dp
-
Fix Version/s: None
-
Component/s: library
-
Security Level: Public
-
Labels:None
-
Environment:Hideclient and server are running on the same machine
On mac os 10.7.3,
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
DP java client: http://www.couchbase.com/develop/java/next
<repository>
<id>couchbase</id>
<name>couchbase repo</name>
<url>http://files.couchbase.com/maven2</url>
<layout>default</layout>
</repository>
<dependency>
<groupId>spy</groupId>
<artifactId>spymemcached</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>couchbase</groupId>
<artifactId>couchbase-client</artifactId>
<version>1.1-dp</version>
</dependency>
<dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.0.Final</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.5</version>
</dependency>Showclient and server are running on the same machine On mac os 10.7.3, java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b) Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode) DP java client: http://www.couchbase.com/develop/java/next <repository> <id>couchbase</id> <name>couchbase repo</name> <url> http://files.couchbase.com/maven2</url > <layout>default</layout> </repository> <dependency> <groupId>spy</groupId> <artifactId>spymemcached</artifactId> <version>2.8.1</version> </dependency> <dependency> <groupId>couchbase</groupId> <artifactId>couchbase-client</artifactId> <version>1.1-dp</version> </dependency> <dependency> <groupId>org.jboss.netty</groupId> <artifactId>netty</artifactId> <version>3.2.0.Final</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.5</version> </dependency>
Description
presales customer is connecting 1.1dp java client to dp4 and seeing 160% cpu load.
With the older client jars against dp3 they were seeing 100-120% cpu load.
This cpu load is right after application start with no load at all, after connecting to couchbase.
from customer:
"This issue specifically in DP3: http://www.couchbase.com/forums/thread/high-cpu-load-even-when-java-database-client-idle We've been seeing this both on mac and ubuntu."
With the older client jars against dp3 they were seeing 100-120% cpu load.
This cpu load is right after application start with no load at all, after connecting to couchbase.
from customer:
"This issue specifically in DP3: http://www.couchbase.com/forums/thread/high-cpu-load-even-when-java-database-client-idle We've been seeing this both on mac and ubuntu."
Activity
Velasticus
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | ViewNode-HighCPU.patch [ 12676 ] |
Alan Wood
made changes -
| Attachment | ViewConnection.java [ 13014 ] |
Mike Wiederhold
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] |
Just wondering if there was any update on this ticket?
thanks
-Alex