You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/08/16 19:05:38 UTC

[jira] [Created] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

stack created HBASE-6596:
----------------------------

             Summary: Revert HBASE-5022; it undoes HBC.create
                 Key: HBASE-6596
                 URL: https://issues.apache.org/jira/browse/HBASE-6596
             Project: HBase
          Issue Type: Bug
            Reporter: stack


See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436342#comment-13436342 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-TRUNK #3228 (See [https://builds.apache.org/job/HBase-TRUNK/3228/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM (Revision 1374012)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-6596:
-------------------------

    Attachment: 6596_trunk.txt

-R of hbase-5022 for trunk
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Zhihong Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436232#comment-13436232 ] 

Zhihong Ted Yu commented on HBASE-6596:
---------------------------------------

Looks like TestClassLoading failure in trunk is reproducible.
In test log, I saw:
{code}
2012-08-16 11:59:55,134 WARN  [RS_OPEN_REGION-lm-sjn-00713032.corp.ebay.com,61729,1345143569962-2] regionserver.RegionCoprocessorHost(201): java.lang.UnsupportedOperationException: Immutable Configuration
  at org.apache.hadoop.hbase.regionserver.CompoundConfiguration.iterator(CompoundConfiguration.java:408)
  at org.apache.hadoop.hbase.HBaseConfiguration.merge(HBaseConfiguration.java:135)
  at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:124)
  at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.loadTableCoprocessors(RegionCoprocessorHost.java:183)
  at org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.&lt;init&gt;(RegionCoprocessorHost.java:152)
  at org.apache.hadoop.hbase.regionserver.HRegion.&lt;init&gt;(HRegion.java:461)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at org.apache.hadoop.hbase.regionserver.HRegion.newHRegion(HRegion.java:3715)
  at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:3896)
  at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.openRegion(OpenRegionHandler.java:334)
  at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.process(OpenRegionHandler.java:110)
  at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:195)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
{code}
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436331#comment-13436331 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-0.94 #402 (See [https://builds.apache.org/job/HBase-0.94/402/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM (Revision 1374013)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-6596:
-------------------------

    Attachment: addendum2.txt

Addendum2 removes the  javadoc as suggested by nkeywal on HBC#create(conf) over in HBASE-5022.
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436441#comment-13436441 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #132 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/132/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2 (Revision 1374097)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM (Revision 1374012)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create (Revision 1373936)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

stack : 
Files : 
* /hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436446#comment-13436446 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-0.94 #404 (See [https://builds.apache.org/job/HBase-0.94/404/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2 (Revision 1374098)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436217#comment-13436217 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-TRUNK #3226 (See [https://builds.apache.org/job/HBase-TRUNK/3226/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create (Revision 1373936)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448304#comment-13448304 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #7 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/7/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2 (Revision 1374098)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM (Revision 1374013)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create (Revision 1373935)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
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-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-6596:
-------------------------

    Attachment: addendum.txt

Thanks Ted.

Here is addendum I applied to trunk and 0.94.

It changes RegionCoprocessorHost to do new Configuration(conf) instead of HBaseConfiguration.create(conf) instead of changing how HBC.create(conf) works.
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436223#comment-13436223 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-0.94 #400 (See [https://builds.apache.org/job/HBase-0.94/400/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create (Revision 1373935)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436393#comment-13436393 ] 

stack commented on HBASE-6596:
------------------------------

Committed addendum2 to 0.94 and trunk.
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439521#comment-13439521 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-0.94-security #48 (See [https://builds.apache.org/job/HBase-0.94-security/48/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2 (Revision 1374098)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM (Revision 1374013)
HBASE-6596 Revert HBASE-5022; it undoes HBC.create (Revision 1373935)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java

stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-6596:
-------------------------

    Attachment: 6596_094.txt

hbase-5022 applied in reverse
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-6596.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.2
         Assignee: stack

Applied to 0.94 and trunk.
                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6596) Revert HBASE-5022; it undoes HBC.create

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436452#comment-13436452 ] 

Hudson commented on HBASE-6596:
-------------------------------

Integrated in HBase-TRUNK #3230 (See [https://builds.apache.org/job/HBase-TRUNK/3230/])
    HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2 (Revision 1374097)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/HBaseConfiguration.java

                
> Revert HBASE-5022; it undoes HBC.create
> ---------------------------------------
>
>                 Key: HBASE-6596
>                 URL: https://issues.apache.org/jira/browse/HBASE-6596
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.94.2
>
>         Attachments: 6596_094.txt, 6596_trunk.txt, addendum2.txt, addendum.txt
>
>
> See this thread: http://search-hadoop.com/m/WAXXV1OQ1QY/What+is+HBaseConfiguration.create%2528Configuration%2529+good+for%253F&subj=What+is+HBaseConfiguration+create+Configuration+good+for+

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira