[jira] [Created] (HBASE-17008) Examples, Doc, and Helper Classes to make AsyncClient go down easy

2016-11-02 Thread stack (JIRA)
stack created HBASE-17008: - Summary: Examples, Doc, and Helper Classes to make AsyncClient go down easy Key: HBASE-17008 URL: https://issues.apache.org/jira/browse/HBASE-17008 Project: HBase Issue T

Re: Hangout on Slack?

2016-11-02 Thread Stack
Want to respond to Mahsa Ghafourian's request in another thread that they be added to the channel? Thanks, S On Tue, Nov 1, 2016 at 11:44 PM, Apekshit Sharma wrote: > Hey, so am the admin right now. I remember adding purtell also as admin. As > for inviting new people, any can do it. > Let me ad

[jira] [Reopened] (HBASE-16994) Region report a last flushed sequence id that is less than the previous last flushed sequence id

2016-11-02 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin reopened HBASE-16994: -- > Region report a last flushed sequence id that is less than the previous last > flushed sequence id > --

[jira] [Resolved] (HBASE-16994) Region report a last flushed sequence id that is less than the previous last flushed sequence id

2016-11-02 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin resolved HBASE-16994. -- Resolution: Duplicate > Region report a last flushed sequence id that is less than the previous last >

[jira] [Resolved] (HBASE-16994) Region report a last flushed sequence id that is less than the previous last flushed sequence id

2016-11-02 Thread binlijin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin resolved HBASE-16994. -- Resolution: Invalid > Region report a last flushed sequence id that is less than the previous last > f

[jira] [Resolved] (HBASE-16978) Disable backup by default

2016-11-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16978. Resolution: Fixed Addendum integrated. > Disable backup by default > - > >

[jira] [Reopened] (HBASE-16983) TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/...

2016-11-02 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang reopened HBASE-16983: Reopen for addendum. [~stack] > TestMultiTableSnapshotInputFormat failing with Unable to crea

[jira] [Created] (HBASE-17007) Move ZooKeeper logging to its own log file

2016-11-02 Thread Esteban Gutierrez (JIRA)
Esteban Gutierrez created HBASE-17007: - Summary: Move ZooKeeper logging to its own log file Key: HBASE-17007 URL: https://issues.apache.org/jira/browse/HBASE-17007 Project: HBase Issue Ty

[jira] [Created] (HBASE-17006) Add names to threads for better debugability of thread dumps

2016-11-02 Thread Appy (JIRA)
Appy created HBASE-17006: Summary: Add names to threads for better debugability of thread dumps Key: HBASE-17006 URL: https://issues.apache.org/jira/browse/HBASE-17006 Project: HBase Issue Type: Imp

[jira] [Created] (HBASE-17005) Improve log message in MobFileCache

2016-11-02 Thread huaxiang sun (JIRA)
huaxiang sun created HBASE-17005: Summary: Improve log message in MobFileCache Key: HBASE-17005 URL: https://issues.apache.org/jira/browse/HBASE-17005 Project: HBase Issue Type: Improvement

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Andrew Purtell
Right, these drawbacks are what I was getting at with "​impose limits on how HBase structures storage on the filesystem". It does imply major changes to filesystem structure and multiple WALs. I didn't think of snapshots, you are right that makes filesystem reorganization more complicated. To your

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Ted Yu
Josh: Please capture the following in design doc. Thanks On Wed, Nov 2, 2016 at 3:28 PM, Enis Söztutar wrote: > Thanks Andrew, > > I forgot to mention that we have considered using the HDFS quota > enforcement directly as well, but decided against it for a couple of > reasons. > - Our current

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Enis Söztutar
Thanks Andrew, I forgot to mention that we have considered using the HDFS quota enforcement directly as well, but decided against it for a couple of reasons. - Our current layout has files in the data directory, as well as archive directory and WALs, etc. Since there is no option for HDFS quotas

[jira] [Reopened] (HBASE-16978) Disable backup by default

2016-11-02 Thread Vladimir Rodionov (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov reopened HBASE-16978: --- Reopen for addendum > Disable backup by default > - > >

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Andrew Purtell
Another approach to hard limits could be pushing the quota down to the HDFS level, because HDFS would have a very accurate assessment of quota utilization at all times, but this would only work with HDFS and impose limits on how HBase structures storage on the filesystem (e.g. all files for a names

[jira] [Created] (HBASE-17004) Refactor IntegrationTestManyRegions to use @ClassRule for timing out

2016-11-02 Thread Appy (JIRA)
Appy created HBASE-17004: Summary: Refactor IntegrationTestManyRegions to use @ClassRule for timing out Key: HBASE-17004 URL: https://issues.apache.org/jira/browse/HBASE-17004 Project: HBase Issue T

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Enis Söztutar
Thanks Josh for the doc and pursuing this. I was involved with some of the design choices so consider me a +1 on the general approach. One topic which is not covered here is that the other design decision that we could have pursued is a more strict control on the quota usage so that we would alway

[jira] [Created] (HBASE-17003) Update book for filesystem use quotas

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-17003: -- Summary: Update book for filesystem use quotas Key: HBASE-17003 URL: https://issues.apache.org/jira/browse/HBASE-17003 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-17002) [Master] Report quotas and active violations on Master UI

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-17002: -- Summary: [Master] Report quotas and active violations on Master UI Key: HBASE-17002 URL: https://issues.apache.org/jira/browse/HBASE-17002 Project: HBase Issue T

[jira] [Created] (HBASE-17001) [RegionServer] Implement enforcement of quota violation policies

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-17001: -- Summary: [RegionServer] Implement enforcement of quota violation policies Key: HBASE-17001 URL: https://issues.apache.org/jira/browse/HBASE-17001 Project: HBase

[jira] [Created] (HBASE-17000) [RegionServer] Compute region filesystem space use

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-17000: -- Summary: [RegionServer] Compute region filesystem space use Key: HBASE-17000 URL: https://issues.apache.org/jira/browse/HBASE-17000 Project: HBase Issue Type: Su

[jira] [Created] (HBASE-16999) [Master] Inform RegionServers on size quota violations

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-16999: -- Summary: [Master] Inform RegionServers on size quota violations Key: HBASE-16999 URL: https://issues.apache.org/jira/browse/HBASE-16999 Project: HBase Issue Type

[jira] [Created] (HBASE-16998) [Master] Analyze table use reports and update quota violations

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-16998: -- Summary: [Master] Analyze table use reports and update quota violations Key: HBASE-16998 URL: https://issues.apache.org/jira/browse/HBASE-16998 Project: HBase I

[jira] [Created] (HBASE-16997) Collect table use information from RegionServers in Master

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-16997: -- Summary: Collect table use information from RegionServers in Master Key: HBASE-16997 URL: https://issues.apache.org/jira/browse/HBASE-16997 Project: HBase Issue

[jira] [Created] (HBASE-16996) Implement storage/retrieval of filesystem-use quotas into quota table

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-16996: -- Summary: Implement storage/retrieval of filesystem-use quotas into quota table Key: HBASE-16996 URL: https://issues.apache.org/jira/browse/HBASE-16996 Project: HBase

[jira] [Created] (HBASE-16995) Build client Java API and client protobuf messages

2016-11-02 Thread Josh Elser (JIRA)
Josh Elser created HBASE-16995: -- Summary: Build client Java API and client protobuf messages Key: HBASE-16995 URL: https://issues.apache.org/jira/browse/HBASE-16995 Project: HBase Issue Type: Su

Re: [DISCUSS] FileSystem Quotas in HBase

2016-11-02 Thread Josh Elser
Thanks for the reviews so far, Ted and Stack. The comments were great and much appreciated. Interpreting consensus from lack of objection, I'm going to move ahead in earnest starting to work on what was described in the doc. Expect to see some work break-out happening under HBASE-16961 and pat

Re: Hangout on Slack?

2016-11-02 Thread Enis Söztutar
> Maybe we should bring up our day-to-day technical doubts on that common platform to give it some life. Technical discussions should happen in jira or the dev mailing list. Enis On Wed, Nov 2, 2016 at 8:05 AM, Yu Li wrote: > Just joint the channel, looks interesting (Smile). > > Best Regards,

Re: Hangout on Slack?

2016-11-02 Thread Yu Li
Just joint the channel, looks interesting (Smile). Best Regards, Yu On 2 November 2016 at 14:44, Apekshit Sharma wrote: > Hey, so am the admin right now. I remember adding purtell also as admin. As > for inviting new people, any can do it. > Let me add more people as admin. > > On a side note,

Successful: HBase Generate Website

2016-11-02 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 yo

[jira] [Created] (HBASE-16994) Region report a last flushed sequence id that is less than the previous last flushed sequence id

2016-11-02 Thread binlijin (JIRA)
binlijin created HBASE-16994: Summary: Region report a last flushed sequence id that is less than the previous last flushed sequence id Key: HBASE-16994 URL: https://issues.apache.org/jira/browse/HBASE-16994

[jira] [Created] (HBASE-16993) BucketCache throw java.io.IOException: Invalid HFile block magic when DATA_BLOCK_ENCODING set to DIFF

2016-11-02 Thread liubangchen (JIRA)
liubangchen created HBASE-16993: --- Summary: BucketCache throw java.io.IOException: Invalid HFile block magic when DATA_BLOCK_ENCODING set to DIFF Key: HBASE-16993 URL: https://issues.apache.org/jira/browse/HBASE-1699

[jira] [Created] (HBASE-16992) The usage of mutation from CP is weird.

2016-11-02 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-16992: - Summary: The usage of mutation from CP is weird. Key: HBASE-16992 URL: https://issues.apache.org/jira/browse/HBASE-16992 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-16991) Make the intialization of AsyncConnection asynchronous

2016-11-02 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-16991: - Summary: Make the intialization of AsyncConnection asynchronous Key: HBASE-16991 URL: https://issues.apache.org/jira/browse/HBASE-16991 Project: HBase Issue Type:

[jira] [Created] (HBASE-16990) Shell tool to dump table schemas and table privileges

2016-11-02 Thread huzheng (JIRA)
huzheng created HBASE-16990: --- Summary: Shell tool to dump table schemas and table privileges Key: HBASE-16990 URL: https://issues.apache.org/jira/browse/HBASE-16990 Project: HBase Issue Type: New F

[jira] [Created] (HBASE-16989) RowProcess#postBatchMutate doesn’t be executed before the mvcc transaction completion

2016-11-02 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-16989: - Summary: RowProcess#postBatchMutate doesn’t be executed before the mvcc transaction completion Key: HBASE-16989 URL: https://issues.apache.org/jira/browse/HBASE-16989