Re: Moving 2.0 forward

2017-01-13 Thread Andrew Purtell
While I don't disagree that half finished features are undesirable, I'm not suggesting that as a strategy so much as we kick out stuff that just doesn't seem to be getting done. Pushing 2.0 out another three months is fine if there's a good chance this is realistic and we won't be having this

Re: Merge and HMerge

2017-01-13 Thread Stack
On Fri, Jan 13, 2017 at 7:16 PM, Stephen Jiang wrote: > Revive this thread > > I am in the process of removing Region Server side merge (and split) > transaction code in master branch; as now we have merge (and split) > procedure(s) from master doing the same thing. > >

Re: Moving 2.0 forward

2017-01-13 Thread Stack
On Sat, Dec 31, 2016 at 12:16 PM, Stephen Jiang wrote: > Hello, Andrew, I was a helper on Matteo so that we can help each other > while we are focusing on the new Assignment Manager work. Now he is not > available (at least in the next few months). I have to be more

[jira] [Created] (HBASE-17469) Properly handle empty TableName in TablePermission#readFields and #write

2017-01-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-17469: -- Summary: Properly handle empty TableName in TablePermission#readFields and #write Key: HBASE-17469 URL: https://issues.apache.org/jira/browse/HBASE-17469 Project: HBase

Re: Merge and HMerge

2017-01-13 Thread Stephen Jiang
Revive this thread I am in the process of removing Region Server side merge (and split) transaction code in master branch; as now we have merge (and split) procedure(s) from master doing the same thing. The Merge tool depends on RS-side merge code. I'd like to use this chance to remove the

[jira] [Created] (HBASE-17468) unread messages in TCP connections - possible connection leak

2017-01-13 Thread Shridhar Sahukar (JIRA)
Shridhar Sahukar created HBASE-17468: Summary: unread messages in TCP connections - possible connection leak Key: HBASE-17468 URL: https://issues.apache.org/jira/browse/HBASE-17468 Project: HBase

Re: Region comapction failed

2017-01-13 Thread Ted Yu
w.r.t. #2, I did a quick search for bloom related fixes. I found HBASE-13123 but it was in 1.0.2 Planning to spend more time in the next few days. On Fri, Jan 13, 2017 at 5:29 PM, Pankaj kr wrote: > Thanks Ted for replying. > > Actually issue happened in production

RE: Region comapction failed

2017-01-13 Thread Pankaj kr
Thanks Ted for replying. Actually issue happened in production environment and there are many HFiles in that store (can't get the file). As we don't log the file name which is corrupted, Is there anyway to get the corrupted file name? Block encoding is "NONE", table schema has bloom filter

[jira] [Created] (HBASE-17467) HBase Examples: C# DemoClient

2017-01-13 Thread Jeff Saremi (JIRA)
Jeff Saremi created HBASE-17467: --- Summary: HBase Examples: C# DemoClient Key: HBASE-17467 URL: https://issues.apache.org/jira/browse/HBASE-17467 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-17466) [C++] Speed up the tests a bit

2017-01-13 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-17466: - Summary: [C++] Speed up the tests a bit Key: HBASE-17466 URL: https://issues.apache.org/jira/browse/HBASE-17466 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-17465) [C++] implement request retry mechanism over RPC

2017-01-13 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HBASE-17465: - Summary: [C++] implement request retry mechanism over RPC Key: HBASE-17465 URL: https://issues.apache.org/jira/browse/HBASE-17465 Project: HBase Issue

[jira] [Created] (HBASE-17464) Fix HBaseTestingUtility.getNewDataTestDirOnTestFS to always return a unique path

2017-01-13 Thread Zach York (JIRA)
Zach York created HBASE-17464: - Summary: Fix HBaseTestingUtility.getNewDataTestDirOnTestFS to always return a unique path Key: HBASE-17464 URL: https://issues.apache.org/jira/browse/HBASE-17464 Project:

[jira] [Resolved] (HBASE-17463) [C++] RpcClient should close the thread pool

2017-01-13 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-17463. --- Resolution: Fixed > [C++] RpcClient should close the thread pool >

[jira] [Created] (HBASE-17463) [C++] RpcClient sholud close the thread pools

2017-01-13 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-17463: - Summary: [C++] RpcClient sholud close the thread pools Key: HBASE-17463 URL: https://issues.apache.org/jira/browse/HBASE-17463 Project: HBase Issue Type:

[jira] [Created] (HBASE-17462) Investigate using sliding window for read/write request costs in StochasticLoadBalancer

2017-01-13 Thread Ted Yu (JIRA)
Ted Yu created HBASE-17462: -- Summary: Investigate using sliding window for read/write request costs in StochasticLoadBalancer Key: HBASE-17462 URL: https://issues.apache.org/jira/browse/HBASE-17462 Project:

Successful: HBase Generate Website

2017-01-13 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. To update the live site, follow the instructions below. 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

Re: Region comapction failed

2017-01-13 Thread Ted Yu
In the second case, the error happened when writing hfile. Can you track down the path of the new file so that further investigation can be done ? Does the table use any encoding ? Thanks > On Jan 13, 2017, at 2:47 AM, Pankaj kr wrote: > > Hi, > > We met a weird issue

[jira] [Created] (HBASE-17461) HBase shell *major_compact* command should properly convert *table_or_region_name* parameter to java byte array properly before simply calling *HBaseAdmin.majorCompact*

2017-01-13 Thread Wellington Chevreuil (JIRA)
Wellington Chevreuil created HBASE-17461: Summary: HBase shell *major_compact* command should properly convert *table_or_region_name* parameter to java byte array properly before simply calling *HBaseAdmin.majorCompact* method

Region comapction failed

2017-01-13 Thread Pankaj kr
Hi, We met a weird issue in our production environment. Region compaction is always failing with following errors, 1. 2017-01-10 02:19:10,427 | ERROR | regionserver/RS-HOST/RS-IP:PORT-longCompactions-1483858654825 | Compaction failed Request = regionName=., storeName=XYZ, fileCount=6,

[jira] [Created] (HBASE-17460) enable_table_replication can not perform cyclic replication of a table

2017-01-13 Thread NITIN VERMA (JIRA)
NITIN VERMA created HBASE-17460: --- Summary: enable_table_replication can not perform cyclic replication of a table Key: HBASE-17460 URL: https://issues.apache.org/jira/browse/HBASE-17460 Project: HBase