[jira] [Created] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-18835: -- Summary: The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell Key: HBASE-18835 URL: https://issues.apache.org/jira/browse/HBASE-18835

[jira] [Updated] (HBASE-14247) Separate the old WALs into different regionserver directories

2017-09-18 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-14247: --- Status: Patch Available (was: In Progress) > Separate the old WALs into different

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169786#comment-16169786 ] Hadoop QA commented on HBASE-18142: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-17169) Remove Cell variants with ShareableMemory

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169817#comment-16169817 ] Chia-Ping Tsai commented on HBASE-17169: bq. Still +1 on making that change.. Ya that make sense

[jira] [Updated] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18835: --- Fix Version/s: 2.0.0-alpha-4 > The return type of ExtendedCell#deepClone should be

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169834#comment-16169834 ] Chia-Ping Tsai commented on HBASE-18142: Please retry ur patch. Thanks. > Deletion of a cell

[jira] [Commented] (HBASE-17169) Remove Cell variants with ShareableMemory

2017-09-18 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169810#comment-16169810 ] Anoop Sam John commented on HBASE-17169: bq.The clone of ExtendedCell is not a ExtendedCell but

[jira] [Updated] (HBASE-18825) Use HStoreFile instead of StoreFile in our own code base and remove unnecessary methods in StoreFile interface

2017-09-18 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18825: -- Attachment: HBASE-18825-v1.patch Purge all unnecessary usage of StoreFile. Remove several methods in

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChunHao updated HBASE-18142: Status: Open (was: Patch Available) > Deletion of a cell deletes the previous versions too >

[jira] [Commented] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169923#comment-16169923 ] Hadoop QA commented on HBASE-18835: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18796) Admin#isTableAvailable returns incorrect result before daughter regions are opened

2017-09-18 Thread Abhishek Singh Chouhan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169812#comment-16169812 ] Abhishek Singh Chouhan commented on HBASE-18796: The same code is there in master's

[jira] [Updated] (HBASE-18609) Apply ClusterStatus#getClusterStatus(EnumSet) in code base

2017-09-18 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan updated HBASE-18609: -- Status: Patch Available (was: Open) > Apply ClusterStatus#getClusterStatus(EnumSet) in code base >

[jira] [Updated] (HBASE-18609) Apply ClusterStatus#getClusterStatus(EnumSet) in code base

2017-09-18 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan updated HBASE-18609: -- Attachment: HBASE-18609.master.004.patch Fix unit test {{TestZKAsyncRegistry}} error, test passed on

[jira] [Updated] (HBASE-18609) Apply ClusterStatus#getClusterStatus(EnumSet) in code base

2017-09-18 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan updated HBASE-18609: -- Status: Open (was: Patch Available) > Apply ClusterStatus#getClusterStatus(EnumSet) in code base >

[jira] [Commented] (HBASE-18825) Use HStoreFile instead of StoreFile in our own code base and remove unnecessary methods in StoreFile interface

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169796#comment-16169796 ] Hadoop QA commented on HBASE-18825: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169921#comment-16169921 ] Hadoop QA commented on HBASE-18142: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18609) Apply ClusterStatus#getClusterStatus(EnumSet) in code base

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169924#comment-16169924 ] Hadoop QA commented on HBASE-18609: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Updated] (HBASE-18796) Admin#isTableAvailable returns incorrect result before daughter regions are opened

2017-09-18 Thread Abhishek Singh Chouhan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Singh Chouhan updated HBASE-18796: --- Attachment: HBASE-18796.branch-1.003.patch > Admin#isTableAvailable returns

[jira] [Updated] (HBASE-18796) Admin#isTableAvailable returns incorrect result before daughter regions are opened

2017-09-18 Thread Abhishek Singh Chouhan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Singh Chouhan updated HBASE-18796: --- Attachment: HBASE-18796.master.001.patch > Admin#isTableAvailable returns

[jira] [Updated] (HBASE-18415) The local timeout may cause Admin to submit duplicate request

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18415: --- Attachment: HBASE-18415.branch-1.v3.patch > The local timeout may cause Admin to submit

[jira] [Updated] (HBASE-18415) The local timeout may cause Admin to submit duplicate request

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18415: --- Status: Patch Available (was: Open) > The local timeout may cause Admin to submit duplicate

[jira] [Updated] (HBASE-18415) The local timeout may cause Admin to submit duplicate request

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18415: --- Status: Open (was: Patch Available) > The local timeout may cause Admin to submit duplicate

[jira] [Commented] (HBASE-18797) Deprecate Filter#filterKeyValue and add Filter#filterCell

2017-09-18 Thread Abhishek Singh Chouhan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169863#comment-16169863 ] Abhishek Singh Chouhan commented on HBASE-18797: [~tamaas] I believe the latest patch is

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169804#comment-16169804 ] ChunHao commented on HBASE-18142: - I don't know why QA said that hbase-shell in the patch failed. In my

[jira] [Updated] (HBASE-14247) Separate the old WALs into different regionserver directories

2017-09-18 Thread Guanghao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang updated HBASE-14247: --- Attachment: HBASE-14247.master.001.patch > Separate the old WALs into different regionserver

[jira] [Updated] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18835: --- Attachment: HBASE-18835.v0.patch > The return type of ExtendedCell#deepClone should be

[jira] [Updated] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18835: --- Status: Patch Available (was: Open) > The return type of ExtendedCell#deepClone should be

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChunHao updated HBASE-18142: Attachment: HBASE-18142.branch-1.v1.patch > Deletion of a cell deletes the previous versions too >

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChunHao updated HBASE-18142: Attachment: (was: HBASE-18142.branch-1.v1.patch) > Deletion of a cell deletes the previous versions

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChunHao updated HBASE-18142: Status: Patch Available (was: Open) > Deletion of a cell deletes the previous versions too >

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170170#comment-16170170 ] Mike Drob commented on HBASE-18833: --- What are the shadejar errors and how did they get fixed, since it

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170220#comment-16170220 ] Sean Busbey commented on HBASE-18833: - figured it out! the failure in [build

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170275#comment-16170275 ] Hudson commented on HBASE-18142: FAILURE: Integrated in Jenkins build HBase-1.3-JDK7 #278 (See

[jira] [Created] (HBASE-18838) shaded artifacts are incorrect when built against hadoop 3

2017-09-18 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18838: --- Summary: shaded artifacts are incorrect when built against hadoop 3 Key: HBASE-18838 URL: https://issues.apache.org/jira/browse/HBASE-18838 Project: HBase

[jira] [Resolved] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-18811. Resolution: Later > Introduce the limited private to filter >

[jira] [Commented] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170238#comment-16170238 ] Chia-Ping Tsai commented on HBASE-18811: [~davelatham] Thanks for the response!! bq. I think a

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170284#comment-16170284 ] Sean Busbey commented on HBASE-18833: - I issued a rebuild on build #8688 to confirm. > Ensure

[jira] [Updated] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18836: Summary: Note need for explicit javax.el and exclude from shaded artifacts (was: fix shaded jar

[jira] [Updated] (HBASE-18834) fix shellcheck warning on hbase personality

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18834: Resolution: Fixed Fix Version/s: 2.0.0-alpha-4 3.0.0 Status:

[jira] [Commented] (HBASE-18767) Release hbase-2.0.0-alpha-3; Theme "Scrubbed API"

2017-09-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170219#comment-16170219 ] stack commented on HBASE-18767: --- I need to do a clean before generating the src tgz. From [~busbey] VOTE

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170216#comment-16170216 ] Chia-Ping Tsai commented on HBASE-18142: Will commit it later. > Deletion of a cell deletes the

[jira] [Commented] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Dave Latham (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170222#comment-16170222 ] Dave Latham commented on HBASE-18811: - The idea here is that Filters should no longer be part of the

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170233#comment-16170233 ] Mike Drob commented on HBASE-18833: --- Is this because you uploaded two patches in quick succession?

[jira] [Commented] (HBASE-17852) Add Fault tolerance to HBASE-14417 (Support bulk loaded files in incremental backup)

2017-09-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170246#comment-16170246 ] Josh Elser commented on HBASE-17852: {noformat} +String coproc =

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170281#comment-16170281 ] Sean Busbey commented on HBASE-18833: - right, it's because of the quick succession. The second result

[jira] [Updated] (HBASE-17852) Add Fault tolerance to HBASE-14417 (Support bulk loaded files in incremental backup)

2017-09-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated HBASE-17852: --- Fix Version/s: (was: 2.0.0) 2.0.0-alpha-4 > Add Fault tolerance to

[jira] [Updated] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18833: Attachment: HBASE-18833-branch-2.v1.patch -reattach branch-2 v1 > Ensure precommit personality is

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170304#comment-16170304 ] Hudson commented on HBASE-18142: FAILURE: Integrated in Jenkins build HBase-1.2-JDK7 #222 (See

[jira] [Updated] (HBASE-18803) Mapreduce job get failed caused by NoClassDefFoundError: org/apache/commons/lang3/ArrayUtils

2017-09-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-18803: -- Fix Version/s: (was: 2.0.0) 2.0.0-alpha-4 > Mapreduce job get failed caused by

[jira] [Updated] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18836: Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (HBASE-18010) Connect CellChunkMap to be used for flattening in CompactingMemStore

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170273#comment-16170273 ] Hadoop QA commented on HBASE-18010: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170187#comment-16170187 ] Sean Busbey commented on HBASE-18833: - shadejar errors are/were HBASE-18836. they don't exist on

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170204#comment-16170204 ] Sean Busbey commented on HBASE-18833: - branch-2 v1 is essentially the same as branch-2 v0 that has a

[jira] [Commented] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170211#comment-16170211 ] Chia-Ping Tsai commented on HBASE-18811: bq. shouldn't we atleast have an interface (eg. filter

[jira] [Updated] (HBASE-18786) FileNotFoundException should not be silently handled for primary region replicas

2017-09-18 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-18786: --- Attachment: HBASE-18786.patch Patch for master. Let me port this back down to branch-1.4.

[jira] [Commented] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170228#comment-16170228 ] stack commented on HBASE-18836: --- +1 > Note need for explicit javax.el and exclude from shaded artifacts >

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170292#comment-16170292 ] Hudson commented on HBASE-18142: SUCCESS: Integrated in Jenkins build HBase-1.3-IT #207 (See

[jira] [Commented] (HBASE-18808) Ineffective config check in BackupLogCleaner#getDeletableFiles()

2017-09-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170148#comment-16170148 ] Ted Yu commented on HBASE-18808: lgtm > Ineffective config check in BackupLogCleaner#getDeletableFiles()

[jira] [Work started] (HBASE-18838) shaded artifacts are incorrect when built against hadoop 3

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-18838 started by Sean Busbey. --- > shaded artifacts are incorrect when built against hadoop 3 >

[jira] [Commented] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Dave Latham (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170259#comment-16170259 ] Dave Latham commented on HBASE-18811: - Thanks, [~chia7712]. Sorry I missed the thread. I understand

[jira] [Updated] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18142: --- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to branch-2,

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170288#comment-16170288 ] Mike Drob commented on HBASE-18833: --- ah, right. so branch-2.v1 never ran, that's the one we need to

[jira] [Commented] (HBASE-17852) Add Fault tolerance to HBASE-14417 (Support bulk loaded files in incremental backup)

2017-09-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170290#comment-16170290 ] Josh Elser commented on HBASE-17852: bq. We add files to backup system tables, but I have not found

[jira] [Assigned] (HBASE-17399) region_mover.rb uses different default filename, also needs slight change

2017-09-18 Thread ChunHao (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChunHao reassigned HBASE-17399: --- Assignee: ChunHao > region_mover.rb uses different default filename, also needs slight change >

[jira] [Work started] (HBASE-18836) fix shaded jar for javax.el

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-18836 started by Sean Busbey. --- > fix shaded jar for javax.el > --- > >

[jira] [Updated] (HBASE-18446) Mark StoreFileScanner/StoreFileReader as IA.LimitedPrivate(Phoenix)

2017-09-18 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18446: -- Resolution: Fixed Hadoop Flags: Incompatible change,Reviewed Status: Resolved (was:

[jira] [Updated] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18833: Attachment: HBASE-18833-branch-2.v1.patch -branch-2 v1 - rebased for current branch-2 > Ensure

[jira] [Updated] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18833: Attachment: HBASE-18833-branch-1.v2.patch -branch-1 v2 - updated for current master > Ensure

[jira] [Updated] (HBASE-18793) Remove deprecated methods in RegionObserver

2017-09-18 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18793: -- Release Note: These deprecated methods are removed from RegionObserver: InternalScanner

[jira] [Commented] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170103#comment-16170103 ] huaxiang sun commented on HBASE-18836: -- +1 looks good to me > Note need for explicit javax.el and

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170040#comment-16170040 ] Sean Busbey commented on HBASE-18833: - the shadedclient failures on branch-2 are handled by

[jira] [Updated] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18836: Status: Patch Available (was: In Progress) > Note need for explicit javax.el and exclude from

[jira] [Commented] (HBASE-18834) fix shellcheck warning on hbase personality

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170041#comment-16170041 ] Sean Busbey commented on HBASE-18834: - the shadedclient failures on master are handled by

[jira] [Updated] (HBASE-18010) Connect CellChunkMap to be used for flattening in CompactingMemStore

2017-09-18 Thread Anastasia Braginsky (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anastasia Braginsky updated HBASE-18010: Attachment: (was: HBASE-18010-branch-2.patch) > Connect CellChunkMap to be

[jira] [Updated] (HBASE-18010) Connect CellChunkMap to be used for flattening in CompactingMemStore

2017-09-18 Thread Anastasia Braginsky (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anastasia Braginsky updated HBASE-18010: Attachment: HBASE-18010-branch-2.patch > Connect CellChunkMap to be used for

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170084#comment-16170084 ] Hadoop QA commented on HBASE-18833: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18811) Introduce the limited private to filter

2017-09-18 Thread Abhishek Singh Chouhan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169960#comment-16169960 ] Abhishek Singh Chouhan commented on HBASE-18811: Since filters are something that is

[jira] [Commented] (HBASE-18834) fix shellcheck warning on hbase personality

2017-09-18 Thread Dima Spivak (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170032#comment-16170032 ] Dima Spivak commented on HBASE-18834: - +1 > fix shellcheck warning on hbase personality >

[jira] [Commented] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170106#comment-16170106 ] Sean Busbey commented on HBASE-18836: - thanks for the review! > Note need for explicit javax.el and

[jira] [Updated] (HBASE-18825) Use HStoreFile instead of StoreFile in our own code base and remove unnecessary methods in StoreFile interface

2017-09-18 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-18825: -- Attachment: HBASE-18825-v2.patch Fix findbugs warnings and some failed UTs. > Use HStoreFile instead

[jira] [Commented] (HBASE-18825) Use HStoreFile instead of StoreFile in our own code base and remove unnecessary methods in StoreFile interface

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170053#comment-16170053 ] Hadoop QA commented on HBASE-18825: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170055#comment-16170055 ] Hadoop QA commented on HBASE-18833: --- (!) A patch to the testing environment has been detected.

[jira] [Comment Edited] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170052#comment-16170052 ] Sean Busbey edited comment on HBASE-18833 at 9/18/17 2:01 PM: -- -branch-2 v1

[jira] [Created] (HBASE-18837) HTableMultiplexer behavior during regions split

2017-09-18 Thread chausson (JIRA)
chausson created HBASE-18837: Summary: HTableMultiplexer behavior during regions split Key: HBASE-18837 URL: https://issues.apache.org/jira/browse/HBASE-18837 Project: HBase Issue Type:

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170096#comment-16170096 ] Hadoop QA commented on HBASE-18833: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-18131) Add an hbase shell command to clear deadserver list in ServerManager

2017-09-18 Thread Guangxu Cheng (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169938#comment-16169938 ] Guangxu Cheng commented on HBASE-18131: --- bq.The getClusterStatus can return the list of dead

[jira] [Commented] (HBASE-14247) Separate the old WALs into different regionserver directories

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170010#comment-16170010 ] Hadoop QA commented on HBASE-14247: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Created] (HBASE-18836) fix shaded jar for javax.el

2017-09-18 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18836: --- Summary: fix shaded jar for javax.el Key: HBASE-18836 URL: https://issues.apache.org/jira/browse/HBASE-18836 Project: HBase Issue Type: Bug

[jira] [Updated] (HBASE-18836) Note need for explicit javax.el and exclude from shaded artifacts

2017-09-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-18836: Attachment: HBASE-18836.0.patch -0 - adds a note so that future users of dependency:analyze (or

[jira] [Updated] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18835: --- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch

[jira] [Commented] (HBASE-18835) The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell

2017-09-18 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169998#comment-16169998 ] Anoop Sam John commented on HBASE-18835: +1 > The return type of ExtendedCell#deepClone should

[jira] [Commented] (HBASE-18131) Add an hbase shell command to clear deadserver list in ServerManager

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170127#comment-16170127 ] Chia-Ping Tsai commented on HBASE-18131: bq. on the server side, we may not need to implement the

[jira] [Commented] (HBASE-18833) Ensure precommit personality is up to date on all active branches

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170067#comment-16170067 ] Hadoop QA commented on HBASE-18833: --- (!) A patch to the testing environment has been detected.

[jira] [Commented] (HBASE-18142) Deletion of a cell deletes the previous versions too

2017-09-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170499#comment-16170499 ] Hudson commented on HBASE-18142: FAILURE: Integrated in Jenkins build HBase-1.5 #66 (See

[jira] [Commented] (HBASE-18832) LTT fails with casting exception for HColumnDescriptor

2017-09-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170542#comment-16170542 ] Hadoop QA commented on HBASE-18832: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HBASE-18823) Apply RegionInfo to MasterObserver/RegionObserver/WALObserver

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18823: --- Status: Patch Available (was: Open) > Apply RegionInfo to

[jira] [Updated] (HBASE-18823) Apply RegionInfo to MasterObserver/RegionObserver/WALObserver

2017-09-18 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated HBASE-18823: --- Attachment: HBASE-18823.v0.patch > Apply RegionInfo to

[jira] [Commented] (HBASE-17787) Drop rollback for all procedures; not useful afterall

2017-09-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170379#comment-16170379 ] stack commented on HBASE-17787: --- Unscheduling from 2.x. We depend on rollback. Needs beefing up as a

[jira] [Updated] (HBASE-17787) Drop rollback for all procedures; not useful afterall

2017-09-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-17787: -- Fix Version/s: (was: 2.0.0) > Drop rollback for all procedures; not useful afterall >

[jira] [Commented] (HBASE-18803) Mapreduce job get failed caused by NoClassDefFoundError: org/apache/commons/lang3/ArrayUtils

2017-09-18 Thread Umesh Agashe (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16170528#comment-16170528 ] Umesh Agashe commented on HBASE-18803: -- +1 lgtm > Mapreduce job get failed caused by

  1   2   3   >