Bug 1022890

Summary: ConnectionPoolConfigurationBuilder has not defined setters
Product: [JBoss] JBoss Data Grid 6 Reporter: Radim Vansa <rvansa>
Component: CPP ClientAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Alan Field <afield>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: mgencur
Target Milestone: ER3   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1022884 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: 1010419    

Description Radim Vansa 2013-10-24 08:58:14 UTC
All the setter methods (such as minIdle, maxActive etc...) are declared but not defined, using them causes error when linking with libhotrod

Comment 2 Martin Gencur 2013-10-25 06:39:53 UTC
This prevents us from running basic stress test and verifying the basic functionality of connection pool too.