You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/20 00:58:31 UTC

[GitHub] sijie commented on a change in pull request #1953: [bookie-http-server] Fix: broken vertx rest endpoints

sijie commented on a change in pull request #1953: [bookie-http-server] Fix: broken vertx rest endpoints
URL: https://github.com/apache/bookkeeper/pull/1953#discussion_r258294735
 
 

 ##########
 File path: bookkeeper-http/vertx-http-server/src/main/java/org/apache/bookkeeper/http/vertx/VertxHttpServer.java
 ##########
 @@ -70,6 +70,9 @@ public boolean startServer(int port) {
             @Override
             public void bindHandler(String endpoint, VertxAbstractHandler handler) {
                 router.get(endpoint).handler(handler);
+                router.put(endpoint).handler(handler);
 
 Review comment:
   interesting... I am wondering why it was not captured by our tests. /cc @jiazhai can you check do we have test coverage of `gc` endpoint? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services