[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-25 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15115232#comment-15115232 ] Eungsop Yoo commented on HBASE-15055: - Without that change, the running for a single test case

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15115140#comment-15115140 ] Anoop Sam John commented on HBASE-15055: As ExploringCompactionPolicy is the default policy now

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-22 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15113618#comment-15113618 ] Anoop Sam John commented on HBASE-15055: Patch looks good now. bq.// Test depends on this not

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

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

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15093911#comment-15093911 ] Anoop Sam John commented on HBASE-15055: new method isPeriodicMC() is having code copied from

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15094990#comment-15094990 ] Ted Yu commented on HBASE-15055: Some minor comments: {code} +boolean isPeriodicMC =

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-12 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095330#comment-15095330 ] Eungsop Yoo commented on HBASE-15055: - Right. "isMajorCompaction" should not be skipped. > Major

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-12 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15095331#comment-15095331 ] Eungsop Yoo commented on HBASE-15055: - OK > Major compaction is not triggered when both of TTL and

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

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

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-11 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15093125#comment-15093125 ] Anoop Sam John commented on HBASE-15055: bq.In the current code, it seems the skipLargeFiles() is

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

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

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-11 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15092601#comment-15092601 ] Eungsop Yoo commented on HBASE-15055: - I see. I will update the patch to trigger MC even if max size

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-11 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15092520#comment-15092520 ] Jerry He commented on HBASE-15055: -- Good summary from Anoop. bq. 1. When this max size is specified, at

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-10 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091567#comment-15091567 ] Anoop Sam John commented on HBASE-15055: HBASE-8676 Related issue but says the opposite of the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-10 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091565#comment-15091565 ] Anoop Sam John commented on HBASE-15055: The main concern was that because of this size limit,

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-08 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090249#comment-15090249 ] Eungsop Yoo commented on HBASE-15055: - testMajorCompactionWithTtlAndCompactionMaxSize2 is removed. >

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

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

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090432#comment-15090432 ] Ted Yu commented on HBASE-15055: >From

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089196#comment-15089196 ] Hadoop QA commented on HBASE-15055: --- {color:red}-1 overall{color}. Here are the results of testing the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089327#comment-15089327 ] Ted Yu commented on HBASE-15055: Without the floating point fix, I got: {code}

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-07 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087598#comment-15087598 ] Anoop Sam John commented on HBASE-15055: Quick comment bq.float expiredRatio =

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088762#comment-15088762 ] Hadoop QA commented on HBASE-15055: --- {color:red}-1 overall{color}. Here are the results of testing the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-07 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088271#comment-15088271 ] Eungsop Yoo commented on HBASE-15055: - OMG. I will fix it. > Major compaction is not triggered when

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-07 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088280#comment-15088280 ] Eungsop Yoo commented on HBASE-15055: - Yes. > Major compaction is not triggered when both of TTL and

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085334#comment-15085334 ] Ted Yu commented on HBASE-15055: {code} 150 // Do not skip large files when the sum of the size

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085326#comment-15085326 ] Eungsop Yoo commented on HBASE-15055: - The default is 0.5, major compaction is triggered if above 50%

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085378#comment-15085378 ] Eungsop Yoo commented on HBASE-15055: - Is this what I should be doing? > Major compaction is not

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085531#comment-15085531 ] Hadoop QA commented on HBASE-15055: --- {color:red}-1 overall{color}. Here are the results of testing the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15085503#comment-15085503 ] Hadoop QA commented on HBASE-15055: --- {color:red}-1 overall{color}. Here are the results of testing the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086544#comment-15086544 ] Jerry He commented on HBASE-15055: -- Does it have to be a major compaction? The inclusion or exclusion

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086566#comment-15086566 ] Hadoop QA commented on HBASE-15055: --- {color:green}+1 overall{color}. Here are the results of testing

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086540#comment-15086540 ] Jerry He commented on HBASE-15055: -- Does this cover per-cell TTL HBASE-10560? There is some related

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086733#comment-15086733 ] Eungsop Yoo commented on HBASE-15055: - I will check it out. > Major compaction is not triggered when

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086757#comment-15086757 ] Eungsop Yoo commented on HBASE-15055: - The new logic does not know whether this compaction is major

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086755#comment-15086755 ] Jerry He commented on HBASE-15055: -- It is ok you don't cover per-cell TTL in this JIRA. That will more

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-06 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15086718#comment-15086718 ] Jerry He commented on HBASE-15055: -- To ask the question in a better way. If it turns out to be a minor

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2016-01-01 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076263#comment-15076263 ] Hadoop QA commented on HBASE-15055: --- {color:green}+1 overall{color}. Here are the results of testing

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075641#comment-15075641 ] Ted Yu commented on HBASE-15055: {code} 139 if (cfTtl != HConstants.FOREVER && oldest > cfTtl)

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075811#comment-15075811 ] Hadoop QA commented on HBASE-15055: --- {color:green}+1 overall{color}. Here are the results of testing

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075731#comment-15075731 ] Eungsop Yoo commented on HBASE-15055: - I see. It may cause more major compactions. But the increased

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075351#comment-15075351 ] Hadoop QA commented on HBASE-15055: --- {color:red}-1 overall{color}. Here are the results of testing the

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075295#comment-15075295 ] Ted Yu commented on HBASE-15055: We already have TestMajorCompaction Can the new test be folded into

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Eungsop Yoo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075621#comment-15075621 ] Eungsop Yoo commented on HBASE-15055: - {quote} We already have TestMajorCompaction Can the new test

[jira] [Commented] (HBASE-15055) Major compaction is not triggered when both of TTL and hbase.hstore.compaction.max.size are set

2015-12-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15075742#comment-15075742 ] Hadoop QA commented on HBASE-15055: --- {color:green}+1 overall{color}. Here are the results of testing