[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368102#comment-14368102
 ] 

Andrew Purtell commented on HBASE-13276:


+1

 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368082#comment-14368082
 ] 

Andrew Purtell commented on HBASE-13276:


Like [~churromorales] says on parent, I don't see how this happened either. 
Looks like a very unfortunate and hard to spot typo. 

I can call a RC for 0.98.12 on Monday March 23 so we can have a release at the 
end of the month, which is roughly on target with the 0.98 release cadence. Is 
that soon enough? 

 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368266#comment-14368266
 ] 

Hudson commented on HBASE-13276:


SUCCESS: Integrated in HBase-0.98 #907 (See 
[https://builds.apache.org/job/HBase-0.98/907/])
HBASE-13276 Fix incorrect condition for minimum block locality in 0.98. (churro 
morales and larsh) (larsh: rev dfb015d68288d090682308ffcc61badd8a821bb7)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java


 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368093#comment-14368093
 ] 

Andrew Purtell commented on HBASE-13276:


Can you look at HBASE-13269 [~lhofhansl]. Then I'll roll a RC directly.

 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368368#comment-14368368
 ] 

Hudson commented on HBASE-13276:


SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #862 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/862/])
HBASE-13276 Fix incorrect condition for minimum block locality in 0.98. (churro 
morales and larsh) (larsh: rev dfb015d68288d090682308ffcc61badd8a821bb7)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java


 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368092#comment-14368092
 ] 

Lars Hofhansl commented on HBASE-13276:
---

Is there anything waiting in 0.98.12? If not, why not call an RC today or 
tomorrow, and do it a few days ahead of time?

 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13276) Fix incorrect condition for minimum block locality in 0.98

2015-03-18 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367906#comment-14367906
 ] 

Lars Hofhansl commented on HBASE-13276:
---

Thanks [~churromorales].
[~apurtell], do you want to do a 0.98.11.1 for this? Or just do 0.98.12 soon?

 Fix incorrect condition for minimum block locality in 0.98
 --

 Key: HBASE-13276
 URL: https://issues.apache.org/jira/browse/HBASE-13276
 Project: HBase
  Issue Type: Sub-task
Reporter: Lars Hofhansl
Priority: Critical
 Fix For: 0.98.12

 Attachments: HBASE-11195-0.98.v1.patch


 0.98 only. Parent somehow was incorrect. One-liner to fix it.
 But it's critical as we perform potentially _way_ more compactions now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)