You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/03/23 21:43:53 UTC

[jira] [Commented] (THRIFT-3031) migrate "shouldStop" flag to TServer

    [ https://issues.apache.org/jira/browse/THRIFT-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376594#comment-14376594 ] 

Hudson commented on THRIFT-3031:
--------------------------------

SUCCESS: Integrated in Thrift #1480 (See [https://builds.apache.org/job/Thrift/1480/])
THRIFT-3031 Java: migrate "shouldStop" flag to TServer (roger: rev 2bb6f51dda6838a7d7c946d4a0ee50f40bcda54b)
* lib/java/src/org/apache/thrift/server/TThreadedSelectorServer.java
* lib/java/src/org/apache/thrift/server/TNonblockingServer.java
* lib/java/src/org/apache/thrift/server/TSimpleServer.java
* lib/java/src/org/apache/thrift/server/TThreadPoolServer.java
* lib/java/src/org/apache/thrift/server/TServer.java


> migrate "shouldStop" flag to TServer
> ------------------------------------
>
>                 Key: THRIFT-3031
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3031
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.9.1, 0.9.2
>            Reporter: John Wang
>            Assignee: Roger Meier
>         Attachments: THRIFT-3031.patch
>
>
> At present, there are fields called "private volatile boolean stopped_ = false" for several Thrift server implementations.  I propose that we could define this field in class TServer along with two methods, one for get while the other for set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)