[jira] Updated: (ZOOKEEPER-360) WeakHashMap in Bookie.java causes NPE

2009-04-03 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-360:


  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

 WeakHashMap in Bookie.java causes NPE
 -

 Key: ZOOKEEPER-360
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-360
 Project: Zookeeper
  Issue Type: Bug
  Components: contrib-bookkeeper
Affects Versions: 3.1.1
Reporter: Flavio Paiva Junqueira
Assignee: Flavio Paiva Junqueira
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-BOOKKEEPER-360.patch


 We need a strong reference to prevent a key in masterKeys on Bookie.java to 
 be garbage collected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-360) WeakHashMap in Bookie.java causes NPE

2009-04-02 Thread Flavio Paiva Junqueira (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flavio Paiva Junqueira updated ZOOKEEPER-360:
-

Attachment: ZOOKEEPER-BOOKKEEPER-360.patch

This patch gets rid of the masterKeys WeakHashMap in Bookie.java and adds an 
attribute to LedgerDescriptor to keep it.

 WeakHashMap in Bookie.java causes NPE
 -

 Key: ZOOKEEPER-360
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-360
 Project: Zookeeper
  Issue Type: Bug
  Components: contrib-bookkeeper
Affects Versions: 3.1.1
Reporter: Flavio Paiva Junqueira
Assignee: Flavio Paiva Junqueira
 Fix For: 3.2.0

 Attachments: ZOOKEEPER-BOOKKEEPER-360.patch


 We need a strong reference to prevent a key in masterKeys on Bookie.java to 
 be garbage collected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.