Add a new isServing() method to TServer ---------------------------------------
Key: THRIFT-951 URL: https://issues.apache.org/jira/browse/THRIFT-951 Project: Thrift Issue Type: Improvement Components: Java - Library Affects Versions: 0.5 Reporter: Bryan Duxbury Assignee: Bryan Duxbury Priority: Minor Fix For: 0.6 It'd be nice if our server implementations would publish a way to know if they've started serving. Many implementations, like the nonblocking one, know when things are good to go, so they'd be able to flip the switch easily. This would make it much easier to implement "block until server is up" behavior in tests and elsewhere. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.