[jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread stack (JIRA)

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

stack updated HBASE-9391:
-

Fix Version/s: (was: 0.96.0)
   0.96.1

[~nkeywal] FYI, we branched 0.95 to make 0.96 branch.  This commit missed 0.96 
and went on the 0.95 branch.  Just FYI.

So, this fix is not in 0.96.  Not sure it is enough to sink the RC.  I've 
marked it fix in 0.96.1 for now.  If a new RC, will include this fix in it.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0, 0.96.1

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread stack (JIRA)

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

stack updated HBASE-9391:
-

Fix Version/s: (was: 0.96.1)

Hm... so, yeah, this missed 0.96 and is resolved.  I made HBASE-9409 to add it 
to 0.96 or 0.96.1 if this RC passes.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-9391:
--

Attachment: 9391.patch

Attached a patch that creates a TreeMap using its constructor.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-9391:
--

Priority: Critical  (was: Major)

Seeing this on another newly made dev host also, raising to critical.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Critical
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-9391:
--

Priority: Major  (was: Critical)

Not critical though if only OpenJDK. 

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira