[
https://issues.apache.org/jira/browse/BOOKKEEPER-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062428#comment-16062428
]
ASF GitHub Bot commented on BOOKKEEPER-1100:
--------------------------------------------
Github user yzang commented on the issue:
https://github.com/apache/bookkeeper/pull/210
Found a few flaky/failing tests not related to this commit:
Running org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 31.27 sec
<<< FAILURE! - in org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator
testGenerateLedgerId(org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator)
Time elapsed: 31.13 sec <<< FAILURE!
junit.framework.AssertionFailedError: Wait ledger id generation threads to
stop timeout :
at
org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator.testGenerateLedgerId(TestLongZkLedgerIdGenerator.java:130)
Running org.apache.bookkeeper.replication.AuditorLedgerCheckerTest
Tests run: 55, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 216.214
sec <<< FAILURE! - in org.apache.bookkeeper.replication.AuditorLedgerCheckerTest
testReadOnlyBookieShutdown[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
Time elapsed: 0.328 sec <<< FAILURE!
java.lang.AssertionError: latch should not have completed
at
org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieShutdown(AuditorLedgerCheckerTest.java:308)
Running org.apache.bookkeeper.client.TestFencing
Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 65.266 sec
<<< FAILURE! - in org.apache.bookkeeper.client.TestFencing
testManyOpenParallel(org.apache.bookkeeper.client.TestFencing) Time
elapsed: 60.384 sec <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 60000
milliseconds
at
org.apache.bookkeeper.client.TestFencing.testManyOpenParallel(TestFencing.java:196)
Running org.apache.bookkeeper.test.BookieFailureTest
Tests run: 80, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.453 sec
<<< FAILURE! - in org.apache.bookkeeper.test.BookieFailureTest
testLedgerOpenAfterBKCrashed[7](org.apache.bookkeeper.test.BookieFailureTest)
Time elapsed: 0.352 sec <<< ERROR!
org.apache.bookkeeper.client.BKException$BKNotEnoughBookiesException
> Add Http Endpoint for Bookkeeper
> --------------------------------
>
> Key: BOOKKEEPER-1100
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1100
> Project: Bookkeeper
> Issue Type: New Feature
> Components: bookkeeper-server
> Affects Versions: 4.5.0
> Reporter: Yiming Zang
> Assignee: Yiming Zang
> Fix For: 4.5.0
>
>
> Add a Http Server Component for Bookkeeper.
> It would be great that Bookkeeper can have an Http Server to expose some
> useful APIs. We can expose and manage the server status, server
> configuration, lifecycle states, query or trigger auto recovery through HTTP
> Endpoint, or even trigger GC and compaction over Http Endpoint.
> This ticket is mainly to add a Http framework for Bookkeeper, so that we can
> extend more useful APIs based on the existing Http framework.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)