[jira] [Updated] (BOOKKEEPER-661) Turn readonly back to writable if spaces are reclaimed.

2013-12-09 Thread Sijie Guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/BOOKKEEPER-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sijie Guo updated BOOKKEEPER-661:
-

Attachment: BOOKKEEPER-661.diff

attach a patch (which includes changes in BOOKKEEPER-662).

 Turn readonly back to writable if spaces are reclaimed.
 ---

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

 Attachments: BOOKKEEPER-661.diff


 should be able to turn a bookie from readonly back to writable if the spaces 
 are reclaimed.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (BOOKKEEPER-710) OpenLedgerNoRecovery should watch ensemble change.

2013-12-09 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on BOOKKEEPER-710:
--

Testing JIRA BOOKKEEPER-710


Patch 
[BOOKKEEPER-710.diff|https://issues.apache.org/jira/secure/attachment/12617793/BOOKKEEPER-710.diff]
 downloaded at Mon Dec  9 08:29:51 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 2 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: 886
{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/550/

 OpenLedgerNoRecovery should watch ensemble change.
 --

 Key: BOOKKEEPER-710
 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-710
 Project: Bookkeeper
  Issue Type: Bug
  Components: bookkeeper-client
Reporter: Sijie Guo
Assignee: Sijie Guo
Priority: Blocker
 Fix For: 4.3.0, 4.2.3

 Attachments: BOOKKEEPER-710.diff


 LedgerHandle opened by openLedgerNoRecovery should watch ensemble change. 
 otherwise, readLastConfirmed  readEntries will stuck if there are ensemble 
 changes in the ledger.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (BOOKKEEPER-703) Document all the settings added in BOOKKEEPER-656

2013-12-09 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on BOOKKEEPER-703:
--

Testing JIRA BOOKKEEPER-703


Patch 
[BOOKKEEPER-703.diff|https://issues.apache.org/jira/secure/attachment/12617790/BOOKKEEPER-703.diff]
 downloaded at Mon Dec  9 09:03:37 UTC 2013



{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-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:red}-1{color} the patch does not add/modify any testcase
{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: 885
{color:green}+1 DISTRO{color}
.{color:green}+1{color} distro tarball builds with the patch 


{color:red}*-1 Overall result, please check the reported -1(s)*{color}


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

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

 Document all the settings added in BOOKKEEPER-656
 -

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

 Attachments: BOOKKEEPER-703.diff


 As summary.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (BOOKKEEPER-661) Turn readonly back to writable if spaces are reclaimed.

2013-12-09 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on BOOKKEEPER-661:
--

Testing JIRA BOOKKEEPER-661


Patch 
[BOOKKEEPER-661.diff|https://issues.apache.org/jira/secure/attachment/12617797/BOOKKEEPER-661.diff]
 downloaded at Mon Dec  9 09:38:31 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 5 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/552/

 Turn readonly back to writable if spaces are reclaimed.
 ---

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

 Attachments: BOOKKEEPER-661.diff


 should be able to turn a bookie from readonly back to writable if the spaces 
 are reclaimed.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)