[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2014-01-15 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13871807#comment-13871807
 ] 

Hadoop QA commented on BOOKKEEPER-662:
--

Testing JIRA BOOKKEEPER-662


Patch 
[BOOKKEEPER-662.diff|https://issues.apache.org/jira/secure/attachment/12623085/BOOKKEEPER-662.diff]
 downloaded at Wed Jan 15 08:03:30 UTC 2014



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
120
.{color:green}+1{color} the patch does adds/modifies 4 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 FINDBUGS{color}
.{color:green}+1{color} the patch does not seem to introduce new Findbugs 
warnings
{color:green}+1 TESTS{color}
.Tests run: 887
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/bookkeeper-trunk-precommit-build/554/

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, 
 BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2014-01-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13872166#comment-13872166
 ] 

Hudson commented on BOOKKEEPER-662:
---

FAILURE: Integrated in bookkeeper-trunk #509 (See 
[https://builds.apache.org/job/bookkeeper-trunk/509/])
BOOKKEEPER-662: Major GC should kick in immediately if remaining space reaches 
a warning threshold (sijie via ivank) (ivank: rev 1558410)
* /zookeeper/bookkeeper/trunk/CHANGES.txt
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryLogger.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/IndexPersistenceMgr.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/InterleavedLedgerStorage.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDirsManager.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DiskChecker.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieInitializationTest.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/CompactionTest.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/TestSyncThread.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/test/java/org/apache/bookkeeper/util/TestDiskChecker.java


 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, 
 BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2014-01-15 Thread Flavio Junqueira (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13872171#comment-13872171
 ] 

Flavio Junqueira commented on BOOKKEEPER-662:
-

It is possibly not related to the committed patch, but this test case failed 
according to build 509:

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testToggleLedgerReplication[2]

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, 
 BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2014-01-15 Thread Ivan Kelly (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13872177#comment-13872177
 ] 

Ivan Kelly commented on BOOKKEEPER-662:
---

Probably unrelated. That test has a history of flake. Part of it also failed on 
build 505. Creating JIRA for it.

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, 
 BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2014-01-14 Thread Rakesh R (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13870879#comment-13870879
 ] 

Rakesh R commented on BOOKKEEPER-662:
-

Nice work Sijie. Adding few comments, please see:
# Please add private static final long serialVersionUID =  to public static 
class DiskWarnThresholdException.
# Please include log message showing the DiskWarnThreshold, so that will be 
helpful to do analysis.
# CompactionTest.java has few compilation errors, due to LedgerDirsManager 
constructor changes.
# Would like to see testcase checking DiskWarnThreshold exception.

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2013-11-09 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818264#comment-13818264
 ] 

Hadoop QA commented on BOOKKEEPER-662:
--

Testing JIRA BOOKKEEPER-662


Patch 
[BOOKKEEPER-662.diff|https://issues.apache.org/jira/secure/attachment/12613005/BOOKKEEPER-662.diff]
 downloaded at Sat Nov  9 20:05:09 UTC 2013



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
120
.{color:green}+1{color} the patch does adds/modifies 4 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 FINDBUGS{color}
.{color:green}+1{color} the patch does not seem to introduce new Findbugs 
warnings
{color:green}+1 TESTS{color}
.Tests run: 884
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/bookkeeper-trunk-precommit-build/531/

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: 0001-WIP.patch, BOOKKEEPER-662.diff, BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (BOOKKEEPER-662) Major GC should kick in immediately if remaining space reaches a warning threshold

2013-07-26 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13721501#comment-13721501
 ] 

Hadoop QA commented on BOOKKEEPER-662:
--

Testing JIRA BOOKKEEPER-662


Patch 
[BOOKKEEPER-662.diff|https://issues.apache.org/jira/secure/attachment/12594506/BOOKKEEPER-662.diff]
 downloaded at Sat Jul 27 02:11:01 UTC 2013



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
.{color:green}+1{color} the patch does not introduce any @author tags
.{color:green}+1{color} the patch does not introduce any tabs
.{color:green}+1{color} the patch does not introduce any trailing spaces
.{color:green}+1{color} the patch does not introduce any line longer than 
120
.{color:green}+1{color} the patch does adds/modifies 3 testcase(s)
{color:green}+1 RAT{color}
.{color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.{color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.{color:green}+1{color} HEAD compiles
.{color:green}+1{color} patch compiles
.{color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1 FINDBUGS{color}
.{color:green}+1{color} the patch does not seem to introduce new Findbugs 
warnings
{color:green}+1 TESTS{color}
.Tests run: 861
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:green}*+1 Overall result, good!, no -1s*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/bookkeeper-trunk-precommit-build/443/

 Major GC should kick in immediately if remaining space reaches a warning 
 threshold
 --

 Key: BOOKKEEPER-662
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-662
 Project: Bookkeeper
  Issue Type: Improvement
  Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Aniruddha
 Fix For: 4.3.0

 Attachments: BOOKKEEPER-662.diff


 in a high throughput case, Major GC should kick in immediately if remaining 
 spaces reaches a warning threshold.

--
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