Aaron

The stats are showing that the JDBC cache is working - this is with
diskusagepatternname=swap. Although I never saw anything go into the
database only purgatory.

Detail for region [InteractionControllerProcessCache]
All Regions
Key     Eternal?        Create time     Max Life (s)    Till Expiration (s)
[GAN: groupId=[groupId=InteractionControllerProcessCache,
InteractionControllerProcessCache], attrName=-1252094005]       false   8/13/08
11:16 PM        28800   28798   View | Remove
[GAN: groupId=[groupId=InteractionControllerProcessCache,
InteractionControllerProcessCache], attrName=generic_PG-1252094005]     false 
8/13/08 11:16 PM        28800   28798   View | Remove

Stats for region [InteractionControllerProcessCache]

        Region Name = InteractionControllerProcessCache
HitCountRam = 20
HitCountAux = 0
---------------------------LRU Memory Cache
List Size = 2
Map Size = 2
Put Count = 13
Hit Count = 20
Miss Count = 19
---------------------------JDBC/Abstract Disk Cache
Update Count = 1
Get Count = 19
Size = 0
Active DB Connections = 0
Idle DB Connections = 2
DB URL = jdbc:oracle:thin:@ncddb-lod1613.nam.nsroot.net:1526:CHRDANT1
Purgatory Hits = 0
Purgatory Size = 1
Working = true
Alive = true
Empty = true

When I set it to UPDATE nothing makes it into the JDBC cache, shouldn't
every put get added to memory and the JDBC cache, that's the behaviour we
are after.

I set the MaxObjects for the memory cache to 4 and the diskUsuagePattern to
UPDATE and these are the stats

 Detail for region [InteractionControllerProcessCache]
All Regions
Key     Eternal?        Create time     Max Life (s)    Till Expiration (s)
[GAN: groupId=[groupId=InteractionControllerProcessCache,
InteractionControllerProcessCache], attrName=generic_PG-1252156007]     false 
8/13/08 11:48 PM        28800   28799   View | Remove
[GAN: groupId=[groupId=InteractionControllerProcessCache,
InteractionControllerProcessCache], attrName=-1252156008]       false   8/13/08
11:48 PM        28800   28798   View | Remove
[GAN: groupId=[groupId=InteractionControllerProcessCache,
InteractionControllerProcessCache], attrName=-1252156007]       false   8/13/08
11:48 PM        28800   28781   View | Remove

Stats for region [InteractionControllerProcessCache]

        Region Name = InteractionControllerProcessCache
HitCountRam = 39
HitCountAux = 0
---------------------------LRU Memory Cache
List Size = 3
Map Size = 3
Put Count = 21
Hit Count = 39
Miss Count = 26
---------------------------JDBC/Abstract Disk Cache
Update Count = 1
Get Count = 26
Size = 0
Active DB Connections = 0
Idle DB Connections = 1
DB URL = jdbc:oracle:thin:@ncddb-lod1613.nam.nsroot.net:1526:CHRDANT1
Purgatory Hits = 0
Purgatory Size = 1
Working = true
Alive = true
Empty = false
Size = 3
    

-- 
View this message in context: 
http://www.nabble.com/JDBC-not-working-as-expected-tp18884628p18975352.html
Sent from the JCS - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to