[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread stack (JIRA)

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

stack commented on HBASE-7954:
--

[~himan...@cloudera.com] Patch is for trunk and 0.94?

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Attachments: HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-7954:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12600727/HBase-7954-v0.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 
2.0 profile.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6977//console

This message is automatically generated.

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Attachments: HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-7954:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12600791/HBase-7954-94.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6987//console

This message is automatically generated.

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7954:
---

SUCCESS: Integrated in HBase-0.94-security #276 (See 
[https://builds.apache.org/job/HBase-0.94-security/276/])
HBASE-7954 Fix the retrying logic of memstore flushes to avoid extra sleep 
(stack: rev 1519011)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java


 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Fix For: 0.98.0, 0.94.12

 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Himanshu Vashishtha (JIRA)

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

Himanshu Vashishtha commented on HBASE-7954:


The first patch was for trunk, second one is for 0.94.

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7954:
---

SUCCESS: Integrated in HBase-0.94 #1130 (See 
[https://builds.apache.org/job/HBase-0.94/1130/])
HBASE-7954 Fix the retrying logic of memstore flushes to avoid extra sleep 
(stack: rev 1519011)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java


 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Fix For: 0.98.0, 0.94.12

 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7954:
---

SUCCESS: Integrated in HBase-TRUNK #4450 (See 
[https://builds.apache.org/job/HBase-TRUNK/4450/])
HBASE-7954 Fix the retrying logic of memstore flushes to avoid extra sleep 
(stack: rev 1519010)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java


 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Fix For: 0.98.0, 0.94.12

 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-08-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7954:
---

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #705 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/705/])
HBASE-7954 Fix the retrying logic of memstore flushes to avoid extra sleep 
(stack: rev 1519010)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java


 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor
 Fix For: 0.98.0, 0.94.12

 Attachments: HBase-7954-94.patch, HBase-7954-v0.patch


 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-04-09 Thread stack (JIRA)

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

stack commented on HBASE-7954:
--

[~himan...@cloudera.com] You see Lar's comment above?

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor

 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-04-09 Thread Himanshu Vashishtha (JIRA)

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

Himanshu Vashishtha commented on HBASE-7954:


Somehow, I missed it is there in 0.95. Sorry about that.

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor

 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-7954) Fix the retrying logic of memstore flushes to avoid extra sleep

2013-04-08 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-7954:
--

Well there's HBASE-7929. And HBASE-7507 was only rolled back from 0.94.

 Fix the retrying logic of memstore flushes to avoid extra sleep
 ---

 Key: HBASE-7954
 URL: https://issues.apache.org/jira/browse/HBASE-7954
 Project: HBase
  Issue Type: Bug
  Components: regionserver
Affects Versions: 0.94.5, 0.95.0
Reporter: Himanshu Vashishtha
Assignee: Himanshu Vashishtha
Priority: Minor

 Matteo pointed out:
 We can avoid the redundant sleep in the retrying logic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira