Successful: HBase Generate Website

2015-12-22 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Created] (HBASE-15032) hbase shell scan filter string assumes UTF-8 encoding

2015-12-22 Thread huaxiang sun (JIRA)
huaxiang sun created HBASE-15032: Summary: hbase shell scan filter string assumes UTF-8 encoding Key: HBASE-15032 URL: https://issues.apache.org/jira/browse/HBASE-15032 Project: HBase Issue

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.7,Hadoop #578

2015-12-22 Thread Stack
This is a version of the flakey HBASE-14814 On Tue, Dec 22, 2015 at 10:09 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See < > https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.7,label=Hadoop/578/changes > > > > Changes: > > [tedyu] HBASE-15028 Minor fix on

[jira] [Reopened] (HBASE-8549) Integrate Favored Nodes into StochasticLoadBalancer

2015-12-22 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das reopened HBASE-8549: I was discussing this offline with [~toffer], and there is a patch that Yahoo has developed that

[jira] [Created] (HBASE-15033) Backport test-patch.sh and zombie-detector.sh from master to branch-1.0/1.1

2015-12-22 Thread stack (JIRA)
stack created HBASE-15033: - Summary: Backport test-patch.sh and zombie-detector.sh from master to branch-1.0/1.1 Key: HBASE-15033 URL: https://issues.apache.org/jira/browse/HBASE-15033 Project: HBase

Re: There is a branch called trunk in our git repo

2015-12-22 Thread ramkrishna vasudevan
Thanks Sean. On Wed, Dec 23, 2015 at 10:53 AM, Sean Busbey wrote: > It's an error. See > > https://issues.apache.org/jira/browse/HBASE-15006 > On Dec 22, 2015 23:19, "ramkrishna vasudevan" < > ramkrishna.s.vasude...@gmail.com> wrote: > > > Hi All > > > > There is a branch

[jira] [Resolved] (HBASE-15033) Backport test-patch.sh and zombie-detector.sh from master to branch-1.0/1.1

2015-12-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-15033. --- Resolution: Fixed Fix Version/s: 1.0.4 1.1.3 Resolving. > Backport test-patch.sh

Re: questions on HConnectionImplementation and HTable in hbase0.98.10

2015-12-22 Thread Enis Söztutar
A "managed" connection HConnection is a way that HBase auto-magically used to handle connection lifecycle management and connection caching. However, managed connections have been deprecated for some time and will be completely removed by 2.0 timeframe. You should look into only using un-managed

There is a branch called trunk in our git repo

2015-12-22 Thread ramkrishna vasudevan
Hi All There is a branch called trunk in our git repo. https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=shortlog;h=refs/heads/trunk . Was that intentional or by mistake? If it was by mistake then we cannot delete the branch now. See https://issues.apache.org/jira/browse/INFRA-10800.

[jira] [Resolved] (HBASE-14979) Update to the newest Zookeeper release

2015-12-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-14979. --- Resolution: Fixed Fix Version/s: (was: 1.2.0) Removing 1.2.0 from fix list. ZooKeeper 3.4.7

[jira] [Created] (HBASE-15027) Refactor the way the CompactedHFileDischarger threads are created

2015-12-22 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-15027: -- Summary: Refactor the way the CompactedHFileDischarger threads are created Key: HBASE-15027 URL: https://issues.apache.org/jira/browse/HBASE-15027

[jira] [Reopened] (HBASE-14684) Try to remove all MiniMapReduceCluster in unit tests

2015-12-22 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen reopened HBASE-14684: --- revert branch-1. It seems some problems about some tests > Try to remove all MiniMapReduceCluster in

[jira] [Created] (HBASE-15029) A number of inconsistent defaults of configuration parameters

2015-12-22 Thread Tianyin Xu (JIRA)
Tianyin Xu created HBASE-15029: -- Summary: A number of inconsistent defaults of configuration parameters Key: HBASE-15029 URL: https://issues.apache.org/jira/browse/HBASE-15029 Project: HBase

[jira] [Created] (HBASE-15028) Minor fix on RegionGroupingProvider

2015-12-22 Thread Yu Li (JIRA)
Yu Li created HBASE-15028: - Summary: Minor fix on RegionGroupingProvider Key: HBASE-15028 URL: https://issues.apache.org/jira/browse/HBASE-15028 Project: HBase Issue Type: Bug Components:

[jira] [Created] (HBASE-15030) Deadlock in master TableNamespaceManager while running IntegrationTestDDLMasterFailover

2015-12-22 Thread Samir Ahmic (JIRA)
Samir Ahmic created HBASE-15030: --- Summary: Deadlock in master TableNamespaceManager while running IntegrationTestDDLMasterFailover Key: HBASE-15030 URL: https://issues.apache.org/jira/browse/HBASE-15030

Re: There is a branch called trunk in our git repo

2015-12-22 Thread Sean Busbey
It's an error. See https://issues.apache.org/jira/browse/HBASE-15006 On Dec 22, 2015 23:19, "ramkrishna vasudevan" < ramkrishna.s.vasude...@gmail.com> wrote: > Hi All > > There is a branch called trunk in our git repo. > >

questions on HConnectionImplementation and HTable in hbase0.98.10

2015-12-22 Thread WangYQ
the version we use is hbase 0.98.10 i have some doubt on HConnectionImplementation and HTable 1. we can get a HConnectionImplementation using HConnectionManager using 'createConnection' method, and we can set the parameter 'managed' to true such as the method in class HConnectionManager,

[jira] [Created] (HBASE-15031) Fix merge of MVCC and SequenceID performance regression in branch-1.0

2015-12-22 Thread stack (JIRA)
stack created HBASE-15031: - Summary: Fix merge of MVCC and SequenceID performance regression in branch-1.0 Key: HBASE-15031 URL: https://issues.apache.org/jira/browse/HBASE-15031 Project: HBase

Re:Re: questions on HConnectionImplementation and HTable in hbase0.98.10

2015-12-22 Thread WangYQ
to the first question, I just think the method to get hconnectionImplementation with managed equals true is useless, because we can not use this htable instance get htable, when getTable, exception to the second problem, in class hconnectionmanager, line 798, we can assign a pool to a htable,