You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/01/09 01:02:00 UTC

[bookkeeper] branch branch-4.6 updated: BookieRequestProcessor: shutdown the longPollThreadPool as well

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.6 by this push:
     new 13f22f3  BookieRequestProcessor: shutdown the longPollThreadPool as well
13f22f3 is described below

commit 13f22f3bebd70058d982c315aef781ca443ca5dd
Author: Samuel Just <sj...@salesforce.com>
AuthorDate: Fri Jan 5 01:10:44 2018 -0800

    BookieRequestProcessor: shutdown the longPollThreadPool as well
    
    Signed-off-by: Samuel Just <sjustsalesforce.com>
    
    Author: Samuel Just <sj...@salesforce.com>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>, Sijie Guo <si...@apache.org>
    
    This closes #938 from athanatos/forupstream/requestprocessorfixes/1
---
 .../main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java
index d13fc97..919db98 100644
--- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java
+++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/BookieRequestProcessor.java
@@ -189,6 +189,7 @@ public class BookieRequestProcessor implements RequestProcessor {
     public void close() {
         shutdownExecutor(writeThreadPool);
         shutdownExecutor(readThreadPool);
+        shutdownExecutor(longPollThreadPool);
     }
 
     private OrderedSafeExecutor createExecutor(

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <co...@bookkeeper.apache.org>'].