[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-111) Transaction not available in afterCompletion() of CacheStoreInterceptor

2005-03-11 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-111?page=history ] Bela Ban resolved JBCACHE-111: -- Resolution: Done fixed according to solution > Transaction not available in afterCompletion() of CacheStoreIntercep

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-111) Transaction not available in afterCompletion() of CacheStoreInterceptor

2005-03-11 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-111?page=comments#action_12316073 ] Bela Ban commented on JBCACHE-111: -- Original posting: What might be the reason for receiving the following exception? java.lang.Exception: entry for transaction :2 not

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-111) Transaction not available in afterCompletion() of CacheStoreInterceptor

2005-03-11 Thread Bela Ban (JIRA)
Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.2.1 Reason: if LockInterceptor's afterCompletion() is executed before CacheStoreInterceptor's afterCompletion(), the GTX is removed from the TransactionTable. SOLUTION: keep a ref to the modification list in CacheStoreI

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1561) Fix for Hibernate/JBossCache integration

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1561?page=history ] Bela Ban reassigned JBAS-1561: -- Assign To: Bela Ban > Fix for Hibernate/JBossCache integration > > > Key: JBAS-1561 >

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1561) Fix for Hibernate/JBossCache integration

2005-03-10 Thread Bela Ban (JIRA)
Fix for Hibernate/JBossCache integration Key: JBAS-1561 URL: http://jira.jboss.com/jira/browse/JBAS-1561 Project: JBoss Application Server Type: Bug Components: Hibernate service, JBoss Cache service Reporter: Bela

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-93) Memory problem at repeated remote PUT

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-93?page=history ] Bela Ban resolved JBCACHE-93: - Resolution: Done attached configs which make for flat memory > Memory problem at repeated remote PUT > - > >

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-93) Memory problem at repeated remote PUT

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-93?page=comments#action_12316025 ] Bela Ban commented on JBCACHE-93: - Needed to change properties of JGroups, use either tcp.xml or fc-fast.xml to get high sustained throughput. Mem is flat with either of

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-93) Memory problem at repeated remote PUT

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-93?page=history ] Bela Ban updated JBCACHE-93: Attachment: tcp.xml fc-fast.xml > Memory problem at repeated remote PUT > - > > Key

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-94) Incorrect synchronization between threads (CreateIfNotExistsInterceptor and LockInterceptor)

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-94?page=history ] Bela Ban resolved JBCACHE-94: - Resolution: Done CreateIfNotExistsInterceptor is currently not used, code for creation is in LockInterceptor. Will be externalized into LockTable in 1.3

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-97) ReadWriteLockWithUpgrade: UpgradeException with more than 1 reader/writer waiting to upgrade lock

2005-03-10 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-97?page=history ] Bela Ban updated JBCACHE-97: Fix Version: 1.3 (was: 1.2.1) > ReadWriteLockWithUpgrade: UpgradeException with more than 1 reader/writer > waiting to upgrad

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-51) Create standalone CVS version of JBossCache

2005-03-09 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-51?page=history ] Bela Ban updated JBCACHE-51: Fix Version: 1.2.2 (was: 1.3) > Create standalone CVS version of JBossCache > --- > >

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-109) Use context classloader or classloader of current class

2005-03-09 Thread Bela Ban (JIRA)
Use context classloader or classloader of current class --- Key: JBCACHE-109 URL: http://jira.jboss.com/jira/browse/JBCACHE-109 Project: JBoss Cache Type: Task Reporter: Bela Ban Assigned to: Bela Ban

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-108) Make CacheLoader use interface rather than TreeCache implementation

2005-03-09 Thread Bela Ban (JIRA)
Make CacheLoader use interface rather than TreeCache implementation --- Key: JBCACHE-108 URL: http://jira.jboss.com/jira/browse/JBCACHE-108 Project: JBoss Cache Type: Sub-task Reporter: Bela Ban

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-94) Incorrect synchronization between threads (CreateIfNotExistsInterceptor and LockInterceptor)

2005-03-09 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-94?page=comments#action_12315987 ] Bela Ban commented on JBCACHE-94: - T0 is under tx to do removeObject("/aop", ...) of which has many sub-cache operations. But first thing, it does a write on,

[JBoss-dev] [JBoss JIRA] Reopened: (JBCACHE-94) Incorrect synchronization between threads (CreateIfNotExistsInterceptor and LockInterceptor)

2005-03-09 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-94?page=history ] Bela Ban reopened JBCACHE-94: - The following append details a case in which this still fails > Incorrect synchronization between threads (CreateIfNotExistsInterceptor and > LockInter

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-107) Extract locks from TreeCache into LockingTable

2005-03-09 Thread Bela Ban (JIRA)
Extract locks from TreeCache into LockingTable -- Key: JBCACHE-107 URL: http://jira.jboss.com/jira/browse/JBCACHE-107 Project: JBoss Cache Type: Feature Request Reporter: Bela Ban Assigned to: Bela Ban Fix For

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-103) ConfiguratorFactory#getConfigStream should not throw a AccessControlException

2005-03-09 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-103?page=history ] Bela Ban updated JBCACHE-103: - Fix Version: 1.2.2 (was: 1.2.1) > ConfiguratorFactory#getConfigStream should not throw a AccessControlExcept

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-106) Override default properties on a method call basis

2005-03-09 Thread Bela Ban (JIRA)
Override default properties on a method call basis -- Key: JBCACHE-106 URL: http://jira.jboss.com/jira/browse/JBCACHE-106 Project: JBoss Cache Type: Feature Request Versions: 1.2.1 Reporter: Bela Ban

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315959 ] Bela Ban commented on JGRP-33: -- It discards all messages sent by myself. Let's not use JIRA for questions; let's use the jgroups dev list in the future > J

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315957 ] Bela Ban commented on JGRP-33: -- You either need to call receive() (and discard the msg), or set Channel.LOCAL to false. > JGroups throws OutOfMemoryError after running for a

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-105) Please make the proper configuration document of BOSS Cache

2005-03-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-105?page=history ] Bela Ban resolved JBCACHE-105: -- Assign To: Amit Bansal (was: Bela Ban) Resolution: Rejected The doc is more than sufficient > Please make the proper configuration document of B

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-104) Mass Removal

2005-03-04 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-104?page=history ] Bela Ban updated JBCACHE-104: - Assign To: Ben Wang (was: Bela Ban) Version: 1.2 Fix Version: 1.2.2 > Mass Removal > > > Key: JBCACHE-104 >

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-103) ConfiguratorFactory#getConfigStream should not throw a AccessControlException

2005-03-02 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-103?page=history ] Bela Ban updated JBCACHE-103: - Fix Version: 1.2.1 > ConfiguratorFactory#getConfigStream should not throw a AccessControlExcept

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-36) Run testsuite on multi-CPU boxes in ATL lab

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-36?page=history ] Bela Ban resolved JBCACHE-36: - Resolution: Done all tests except TxDeadlockUnitTest (as expected) pass > Run testsuite on multi-CPU boxes in ATL

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-44) RpcDispatcher hangs waiting for response from dead members

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-44?page=history ] Bela Ban updated JGRP-44: - Version: (was: 2.2.8) Fix Version: 2.2.8 > RpcDispatcher hangs waiting for response from dead memb

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-101) JGroups-based DelegatingCacheLoader

2005-02-25 Thread Bela Ban (JIRA)
JGroups-based DelegatingCacheLoader --- Key: JBCACHE-101 URL: http://jira.jboss.com/jira/browse/JBCACHE-101 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Bela Ban Assigned to: Bela Ban Fix For

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-96) Memory leak in FileCacheLoader

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-96?page=history ] Bela Ban resolved JBCACHE-96: - Resolution: Done applied patch, thanks > Memory leak in FileCacheLoader > -- > > Key: JBCACHE-96 >

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-99) FileCacheLoader uses incorrect classloader

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-99?page=history ] Bela Ban resolved JBCACHE-99: - Resolution: Done > FileCacheLoader uses incorrect classloader > -- > > Key: JBCACHE-99 >

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-101) JGroups-based DelegatingCacheLoader

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-101?page=history ] Bela Ban resolved JBCACHE-101: -- Resolution: Done done, added (RpcDelegatingCacheLoader) > JGroups-based DelegatingCacheLoader > --- > >

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-100) RMI-based DelegatingCacheLoader

2005-02-25 Thread Bela Ban (JIRA)
RMI-based DelegatingCacheLoader --- Key: JBCACHE-100 URL: http://jira.jboss.com/jira/browse/JBCACHE-100 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.2.2

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-99) FileCacheLoader uses incorrect classloader

2005-02-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-99?page=history ] Bela Ban updated JBCACHE-99: Fix Version: 1.2.1 done, thanks > FileCacheLoader uses incorrect classloader > -- > > Key: JBCACHE-99 &g

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-93) Memory problem at repeated remote PUT

2005-02-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-93?page=comments#action_12315763 ] Bela Ban commented on JBCACHE-93: - Doesn't compile, you have some HM specific classes. Please modify your code and resubmit it. Thanks, > Memory problem at repeate

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-94) Incorrect synchronization between threads (CreateIfNotExistsInterceptor and LockInterceptor)

2005-02-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-94?page=history ] Bela Ban resolved JBCACHE-94: - Resolution: Done Involved changing synchronization of put() and evict()/remove() methods in CreateIfNotExistsInterceptor > Incorrect synchronization betw

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-97) ReadWriteLockWithUpgrade: UpgradeException with more than 1 reader/writer waiting to upgrade lock

2005-02-24 Thread Bela Ban (JIRA)
: JBoss Cache Type: Bug Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.2.1 TxDeadlockUnitTestCase has 2 methods that show the following stack traces: testMoreThanOneUpgrader: Upgrader#0: get(/a/b/c) Upgrader#1: get(/a/b/c) main: locks: /a (read owners=[:2, :1]) /b

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1482) java deadlock during starutp

2005-02-23 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1482?page=history ] Bela Ban reassigned JBAS-1482: -- Assign To: Ovidiu Feodorov (was: Bela Ban) Deadlock between ReplicantManager and HASingleton. HASingleton blocks in a callback. Ovidiu: didn't you change

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-96) Memory leak in FileCacheLoader

2005-02-23 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-96?page=history ] Bela Ban updated JBCACHE-96: Attachment: FileCacheLoader.java > Memory leak in FileCacheLoader > -- > > Key: JBCACHE-96 > URL: http:/

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-96) Memory leak in FileCacheLoader

2005-02-23 Thread Bela Ban (JIRA)
Memory leak in FileCacheLoader -- Key: JBCACHE-96 URL: http://jira.jboss.com/jira/browse/JBCACHE-96 Project: JBoss Cache Type: Bug Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.2.1 Attachments: FileCacheLoader.java

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-89) Allow Specifying Custom Interceptors in XML Configuration

2005-02-22 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-89?page=comments#action_12315646 ] Bela Ban commented on JBCACHE-89: - You can do this even now, albeit programmatically. You get the interceptor list, just modify it. > Allow Specifying Custom Intercept

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-22 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315624 ] Bela Ban commented on JGRP-31: -- This is configurable (you can switch it off via a property). I'd use the file system and temp storage. > Problem with MERGE2 when n

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-95) Class cast exception in TreeCacheView2

2005-02-22 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-95?page=history ] Bela Ban resolved JBCACHE-95: - Resolution: Done fixed > Class cast exception in TreeCacheView2 > -- > > Key: JBCACHE-95 >

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-95) Class cast exception in TreeCacheView2

2005-02-22 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-95?page=history ] Bela Ban updated JBCACHE-95: Original Estimate: 300 Remaining Estimate: 300 Fix Version: 1.2.1 > Class cast exception in TreeCacheVi

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-94) Incorrect synchronization between threads (CreateIfNotExistsInterceptor and LockInterceptor)

2005-02-21 Thread Bela Ban (JIRA)
Type: Bug Reporter: Bela Ban Assigned to: Bela Ban Priority: Blocker Fix For: 1.2.1 Example (assumes RPE-READ (R/W lock) semantics): - TX1 does a put(/a/b/c) - TX1 acquires lock1 in CreateIfNotExistsInterceptor - TX1 creates /a/b (RL) and /a/b/c (WL), locking those nodes

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-20 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315542 ] Bela Ban commented on JGRP-31: -- In this case, the timeout for purging of idle members in the persistent cache should be higher than the longest anticipated network partition. We

[JBoss-dev] [JBoss JIRA] Resolved: (JGRP-38) Deprecate DistributedTree,ReplicatedTree,DistrHashtable,ReplHashtable

2005-02-19 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-38?page=history ] Bela Ban resolved JGRP-38: -- Resolution: Done > Deprecate DistributedTree,ReplicatedTree,DistrHashtable,ReplHashta

[JBoss-dev] [JBoss JIRA] Created: (JGRP-43) Use persistent storage to store results of initial discovery

2005-02-19 Thread Bela Ban (JIRA)
Use persistent storage to store results of initial discovery Key: JGRP-43 URL: http://jira.jboss.com/jira/browse/JGRP-43 Project: JGroups Type: Feature Request Reporter: Bela Ban Assigned to: Bela Ban

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-19 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315540 ] Bela Ban commented on JGRP-31: -- I actually had in mind to use a little temp persistence store which would store the approximate membership (including mnop). Elements here would

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-93) Memory problem at repeated remote PUT

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-93?page=history ] Bela Ban updated JBCACHE-93: Fix Version: 1.2.1 If this is a real bug, we will hold the 1.2.1 release until this has been fixed > Memory problem at repeated remote

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-91) TX Isolation always REPEATABLE_READ

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-91?page=comments#action_12315517 ] Bela Ban commented on JBCACHE-91: - Works for me. How did they set the isolation level ? I can't seem to reply on the java.net forum, even though I'm logged in.

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-39) A TCP stack does not correctly detect failure (pulled cable) for certain TCPPING configurations

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-39?page=comments#action_12315514 ] Bela Ban commented on JGRP-39: -- does that occur with FD_SOCK as well ? > A TCP stack does not correctly detect failure (pulled cable) for certain > TCPPING configur

[JBoss-dev] [JBoss JIRA] Created: (JGRP-41) Hierarchical message dissemination

2005-02-18 Thread Bela Ban (JIRA)
Hierarchical message dissemination -- Key: JGRP-41 URL: http://jira.jboss.com/jira/browse/JGRP-41 Project: JGroups Type: Feature Request Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.9 Scheme proposed by EPFL

[JBoss-dev] [JBoss JIRA] Assigned: (JGRP-39) A TCP stack does not correctly detect failure (pulled cable) for certain TCPPING configurations

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-39?page=history ] Bela Ban reassigned JGRP-39: Assign To: Ovidiu Feodorov (was: Bela Ban) > A TCP stack does not correctly detect failure (pulled cable) for certain > TCPPING configur

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-40) Connections remain open even after the channel port changes, while using TCP

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-40?page=history ] Bela Ban updated JGRP-40: - Fix Version: 2.2.8 > Connections remain open even after the channel port changes, while using

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-39) A TCP stack does not correctly detect failure (pulled cable) for certain TCPPING configurations

2005-02-18 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-39?page=history ] Bela Ban updated JGRP-39: - Fix Version: 2.2.8 > A TCP stack does not correctly detect failure (pulled cable) for certain > TCPPING configur

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-86) invalidate() across cluster

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-86?page=comments#action_12315511 ] Bela Ban commented on JBCACHE-86: - yes > invalidate() across cluster > --- > > Key: JBCACHE-86 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Created: (JGRP-38) Deprecate DistributedTree,ReplicatedTree,DistrHashtable,ReplHashtable

2005-02-17 Thread Bela Ban (JIRA)
Deprecate DistributedTree,ReplicatedTree,DistrHashtable,ReplHashtable - Key: JGRP-38 URL: http://jira.jboss.com/jira/browse/JGRP-38 Project: JGroups Type: Task Reporter: Bela Ban Assigned to

[JBoss-dev] [JBoss JIRA] Created: (JGRP-37) TCP should generate a SUSPECT event when connection is closed

2005-02-17 Thread Bela Ban (JIRA)
TCP should generate a SUSPECT event when connection is closed - Key: JGRP-37 URL: http://jira.jboss.com/jira/browse/JGRP-37 Project: JGroups Type: Feature Request Reporter: Bela Ban Assigned to: Bela

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-92) Eviction of entire subtrees

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-92?page=comments#action_12315486 ] Bela Ban commented on JBCACHE-92: - 1. Are there any plans in the roadmap to support the kind of forceful eviction policy I need in JBoss Cache? 2. Are there any side

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-89) Allow Specifying Custom Interceptors in XML Configuration

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-89?page=history ] Bela Ban updated JBCACHE-89: Fix Version: 1.3 This feature is planned. Currently, one has to add their interceptor(s) dynamically using the getInterceptors() method > Allow Specifying Cus

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-86) invalidate() across cluster

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-86?page=comments#action_12315484 ] Bela Ban commented on JBCACHE-86: - There is a nodeEvicted(Fqn) callback > invalidate() across cluster > --- > > Key

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-88) Add RemoteDelegatingCacheLoader

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-88?page=history ] Bela Ban updated JBCACHE-88: Fix Version: 1.3 > Add RemoteDelegatingCacheLoader > --- > > Key: JBCACHE-88 > URL: http://jira.jboss.

[JBoss-dev] [JBoss JIRA] Created: (JGRP-36) TCP:PING, TCP transport combined with multicast discovery

2005-02-17 Thread Bela Ban (JIRA)
TCP:PING, TCP transport combined with multicast discovery - Key: JGRP-36 URL: http://jira.jboss.com/jira/browse/JGRP-36 Project: JGroups Type: Feature Request Reporter: Bela Ban Assigned to: Bela Ban

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1481) HAPartitionImpl.viewAccepted()

2005-02-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1481?page=comments#action_12315483 ] Bela Ban commented on JBAS-1481: Here's the class that notifies listeners of view changes (in HAPartitionImpl): private class AsynchViewChangeHandler implements Run

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1481) HAPartitionImpl.viewAccepted()

2005-02-17 Thread Bela Ban (JIRA)
HAPartitionImpl.viewAccepted() -- Key: JBAS-1481 URL: http://jira.jboss.com/jira/browse/JBAS-1481 Project: JBoss Application Server Type: Bug Components: Clustering Reporter: Bela Ban Here's the end of the method: // Pu

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1476) Need to include a notion of cluster instance in the cluster view

2005-02-16 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1476?page=comments#action_12315474 ] Bela Ban commented on JBAS-1476: // 1) At cluster formation (first node in cluster), create a cluster instance GUID Yes // 2) At cluster join (second+ node in cluster) get

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1476) Need to include a notion of cluster instance in the cluster view

2005-02-16 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1476?page=comments#action_12315473 ] Bela Ban commented on JBAS-1476: // 1) Is this the correct solution I would suggest to also include a timestamp, generated on the server side. So we have timestamp

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1475) Provide optimized JGroups config for Clustering as default

2005-02-16 Thread Bela Ban (JIRA)
: Bela Ban Assigned to: Bela Ban - Use fc-fast.xml as default properties for JBoss Clustering. - Provide a commented tcp-based configuration, with TCP:PING (mcast discovery) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-86) invalidate() across cluster

2005-02-15 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-86?page=history ] Bela Ban updated JBCACHE-86: Fix Version: 1.3 (was: 1.2.1) > invalidate() across cluster > --- > > Key: JBCACHE-86 >

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-91) TX Isolation always REPEATABLE_READ

2005-02-15 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-91?page=history ] Bela Ban updated JBCACHE-91: Fix Version: 1.2.1 > TX Isolation always REPEATABLE_READ > --- > > Key: JBCACHE-91 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-34) NPE when using bootstrap or system class loader

2005-02-15 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-34?page=history ] Bela Ban updated JGRP-34: - Fix Version: 2.2.8 > NPE when using bootstrap or system class loader > --- > > Key: JGRP-34 >

[JBoss-dev] [JBoss JIRA] Created: (JGRP-35) NPE when using bootstrap or system class loader

2005-02-15 Thread Bela Ban (JIRA)
NPE when using bootstrap or system class loader --- Key: JGRP-35 URL: http://jira.jboss.com/jira/browse/JGRP-35 Project: JGroups Type: Bug Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.8 Some classes

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-92) Eviction of entire subtrees

2005-02-15 Thread Bela Ban (JIRA)
Eviction of entire subtrees --- Key: JBCACHE-92 URL: http://jira.jboss.com/jira/browse/JBCACHE-92 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Bela Ban Assigned to: Ben Wang Fix For: 1.3 -- This

[JBoss-dev] [JBoss JIRA] Closed: (JGRP-35) NPE when using bootstrap or system class loader

2005-02-15 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-35?page=history ] Bela Ban closed JGRP-35: Resolution: Duplicate Issue duplicate of 34 > NPE when using bootstrap or system class loader > --- > >

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-86) invalidate() across cluster

2005-02-08 Thread Bela Ban (JIRA)
invalidate() across cluster --- Key: JBCACHE-86 URL: http://jira.jboss.com/jira/browse/JBCACHE-86 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.2.1 -- This

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] Bela Ban updated JGRP-33: - Fix Version: 2.2.8 > JGroups throws OutOfMemoryError after running for a few hours > - > >

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-27) UNICAST: use cases that test window_size and min_threshold

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-27?page=history ] Bela Ban updated JGRP-27: - Fix Version: 2.2.8 (was: 2.2.9) > UNICAST: use cases that test window_size and min_thresh

[JBoss-dev] [JBoss JIRA] Created: (JGRP-32) UnicastTest too slow

2005-02-07 Thread Bela Ban (JIRA)
UnicastTest too slow Key: JGRP-32 URL: http://jira.jboss.com/jira/browse/JGRP-32 Project: JGroups Type: Task Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.8 -- This message is automatically generated by JIRA. - If you

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=history ] Bela Ban updated JGRP-31: - Fix Version: 2.2.8 (was: 2.2.9) > Problem with MERGE2 when not using multicast > > >

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1381) Clustering with CrossContext Enabled generates exception

2005-02-05 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1381?page=history ] Bela Ban updated JBAS-1381: --- Assign To: Ben Wang (was: Bela Ban) > Clustering with CrossContext Enabled generates except

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-05 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=history ] Bela Ban updated JGRP-31: - Fix Version: 2.2.9 > Problem with MERGE2 when not using multicast > > > Key: JGRP-31 >

[JBoss-dev] [JBoss JIRA] Created: (JGRP-30) Check whether the same bug exists in TCP:TCPPING

2005-01-28 Thread Bela Ban (JIRA)
Check whether the same bug exists in TCP:TCPPING Key: JGRP-30 URL: http://jira.jboss.com/jira/browse/JGRP-30 Project: JGroups Type: Sub-task Reporter: Bela Ban Assigned to: Bela Ban Fix For: 2.2.8 Does

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-29) Messages are not sent to all members when using UDP with ip_mcast disabled

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-29?page=history ] Bela Ban updated JGRP-29: - Priority: Major (was: Critical) Version: (was: 2.2.8) Fix Version: 2.2.8 downgraded to major b/c nobody uses the UDP:TCPPING combo > Messages are not s

[JBoss-dev] [JBoss JIRA] Resolved: (JGRP-30) Check whether the same bug exists in TCP:TCPPING

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-30?page=history ] Bela Ban resolved JGRP-30: -- Resolution: Done Bug doesn't exist > Check whether the same bug exists in TCP:TCPPING > > >

[JBoss-dev] [JBoss JIRA] Resolved: (JGRP-29) Messages are not sent to all members when using UDP with ip_mcast disabled

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-29?page=history ] Bela Ban resolved JGRP-29: -- Resolution: Done Fixed > Messages are not sent to all members when using UDP with ip_mcast disab

[JBoss-dev] [JBoss JIRA] Created: (JGRP-27) UNICAST: use cases that test window_size and min_threshold

2005-01-28 Thread Bela Ban (JIRA)
UNICAST: use cases that test window_size and min_threshold -- Key: JGRP-27 URL: http://jira.jboss.com/jira/browse/JGRP-27 Project: JGroups Type: Task Reporter: Bela Ban Assigned to: Bela Ban Fix For

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314983 ] Bela Ban commented on JBCACHE-31: - Okay, since I'm not able to reproduce it on JDK 1.5, I'm going to re-open it, but under the JBossCache 1.3 release. I don'

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-84) unable to call getKeys using JNDI

2005-01-28 Thread Bela Ban (JIRA)
unable to call getKeys using JNDI - Key: JBCACHE-84 URL: http://jira.jboss.com/jira/browse/JBCACHE-84 Project: JBoss Cache Type: Bug Versions: 1.2 Reporter: Bela Ban Assigned to: Bela Ban Priority: Minor Fix For

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-84) unable to call getKeys using JNDI

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-84?page=history ] Bela Ban resolved JBCACHE-84: - Resolution: Done fixed in 1.2.1 > unable to call getKeys using JNDI > - > > Key: JBCACHE-84 >

[JBoss-dev] [JBoss JIRA] Reopened: (JBCACHE-31) Out of memory problem

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=history ] Bela Ban reopened JBCACHE-31: - re-opened, but downgraded to major, as testing under JDK 1.5 reveals mo problems > Out of memory problem > - > > Key

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-28) Remove sendDummyPacket() in UDP

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-28?page=comments#action_12315012 ] Bela Ban commented on JGRP-28: -- [Lez Haslewoord] We don't want to use the bind.address property, as it sets that value for the entire VM and all components that reference it

[JBoss-dev] [JBoss JIRA] Created: (JGRP-28) Remove sendDummyPacket() in UDP

2005-01-28 Thread Bela Ban (JIRA)
Remove sendDummyPacket() in UDP --- Key: JGRP-28 URL: http://jira.jboss.com/jira/browse/JGRP-28 Project: JGroups Type: Task Reporter: Bela Ban Assigned to: Bela Ban Priority: Minor Fix For: 2.2.8 -- This message is

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-69) Optimistic Locking

2005-01-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-69?page=history ] Bela Ban updated JBCACHE-69: Fix Version: 1.3 (was: 1.5) > Optimistic Locking > -- > > Key: JBCACHE-69 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-27 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314976 ] Bela Ban commented on JBCACHE-31: - What JDK ? SUN 1.4.2_05 ? Can you try on 1.5 > Out of memory problem > - > > Key: JBCACHE-31 &g

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-31) Out of memory problem

2005-01-27 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=history ] Bela Ban updated JBCACHE-31: Fix Version: 1.3 (was: 1.2.1) > Out of memory problem > - > > Key: JBCACHE-31 > URL: http:/

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1273) Clustering Error: UnsupportedOperationException

2005-01-26 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1273?page=comments#action_12314924 ] Bela Ban commented on JBAS-1273: The error message you saw was definitely not causing any problems, and no erroneous behavior. Has been fixed (a.k.a. 'removed'

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314904 ] Bela Ban commented on JBCACHE-31: - I'm now 45 mins into the tests, and the numbers don't move at all. I'm going to close this issue. Please feel free to re-

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1273) Clustering Error: UnsupportedOperationException

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1273?page=history ] Bela Ban resolved JBAS-1273: Resolution: Done fixed in JBossCache 1.2.1 > Clustering Error: UnsupportedOperationException > --- > >

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314903 ] Bela Ban commented on JBCACHE-31: - Tried on JDK 5 with 5 different CacheMemTest processes (arg is 1-5). After 15 minutes of running, heap is unchanged at ca 1.8MB and non

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-83) java.lang.IllegalStateException: addWriter(): owner already existed

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-83?page=history ] Bela Ban updated JBCACHE-83: Original Estimate: 28800 Remaining Estimate: 28800 Fix Version: 1.2.1 > java.lang.IllegalStateException: addWriter(): owner already exis

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-39) Correct restart of JBossCache (inside JBoss)

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-39?page=history ] Bela Ban resolved JBCACHE-39: - Resolution: Done > Correct restart of JBossCache (inside JBoss) > > > Key: JBCACHE-39 &g

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-31) Out of memory problem

2005-01-25 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=history ] Bela Ban resolved JBCACHE-31: - Resolution: Cannot Reproduce Bug See comments > Out of memory problem > - > > Key: JBCACHE-31 >

<    1   2   3   4   5   >