Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1152942

Summary: TransactionTable.start() initialize the TxCleanupService thread pool even when the cache is NON_TRANSACTIONAL
Product: [JBoss] JBoss Data Grid 6 Reporter: Takayoshi Kimura <tkimura>
Component: InfinispanAssignee: Dan Berindei <dberinde>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.1CC: dberinde, jdg-bugs, slaskawi
Target Milestone: ER3   
Target Release: 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1168235 (view as bug list) Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1168235    

Description Takayoshi Kimura 2014-10-15 08:49:58 UTC
Infinispan spawns extra TxCleanupService thread per cache but it's not used in a no-tx cache.

Comment 3 Sebastian Ɓaskawiec 2014-10-24 11:50:21 UTC
PR: https://github.com/infinispan/jdg/pull/304

Comment 4 Martin Gencur 2014-10-30 15:42:53 UTC
I can't find the commit in the GIT history for ER2. Can you please check this was really integrated?

Comment 5 Dan Berindei 2014-11-05 10:35:00 UTC
It was only integrated after ER2.
PR: https://github.com/infinispan/jdg/pull/304