[jira] [Commented] (THRIFT-4429) Make TThreadPoolServer.executorService_ available in inherited classes and refactor methods to be able customization

2018-02-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on THRIFT-4429:


Github user dmvolod commented on the issue:

https://github.com/apache/thrift/pull/1485
  
@jeking3 , could you please to look at this PR.
Thanks in advance.


> Make TThreadPoolServer.executorService_ available in inherited classes and 
> refactor methods to be able customization
> 
>
> Key: THRIFT-4429
> URL: https://issues.apache.org/jira/browse/THRIFT-4429
> Project: Thrift
>  Issue Type: Improvement
>  Components: Java - Library
>Affects Versions: 0.11.0
>Reporter: Dmitry Volodin
>Priority: Minor
>
> In some cases (for example in Apache Camel component for Thrift) there is a 
> requirement, when it is necessary not only to transfer executorService from 
> the external system through the Args in TThreadPoolServer , but to organize 
> control them from outside. In this case, it's possible to create a class 
> which is inherited from TThreadPoolServer, but not possible to access invoker 
> in overloaded method.
> Also a good approach to split main execution code to the several methods to 
> be able to invoke them separately in appropriate sequence.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (THRIFT-4337) Able to set keyStore and trustStore as InputStream in the TSSLTransportFactory.TSSLTransportParameters

2018-02-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on THRIFT-4337:


Github user dmvolod commented on the issue:

https://github.com/apache/thrift/pull/1486
  
@jeking3 , could you please to look at this PR.
Thanks in advance. 


> Able to set keyStore and trustStore as InputStream in the 
> TSSLTransportFactory.TSSLTransportParameters
> --
>
> Key: THRIFT-4337
> URL: https://issues.apache.org/jira/browse/THRIFT-4337
> Project: Thrift
>  Issue Type: Improvement
>  Components: Java - Library
>Affects Versions: 0.10.0
>Reporter: Dmitry Volodin
>Priority: Major
>
> There are a lot cases available, when requires to set keyStore and trustStore 
> not only as file location, but as InputStream. It's easy and good to add this 
> feature to the Thrift Java library. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] thrift issue #1486: THRIFT-4337: Able to set keyStore and trustStore as Inpu...

2018-02-26 Thread dmvolod
Github user dmvolod commented on the issue:

https://github.com/apache/thrift/pull/1486
  
@jeking3 , could you please to look at this PR.
Thanks in advance. 


---


[GitHub] thrift issue #1485: THRIFT-4429: Make TThreadPoolServer.executorService_ ava...

2018-02-26 Thread dmvolod
Github user dmvolod commented on the issue:

https://github.com/apache/thrift/pull/1485
  
@jeking3 , could you please to look at this PR.
Thanks in advance.


---


[GitHub] thrift issue #1497: Do not call workSocket() in TNonblockigServer without en...

2018-02-26 Thread ozymaxx
Github user ozymaxx commented on the issue:

https://github.com/apache/thrift/pull/1497
  
I also encounter the same error, but it does not show up every time I run 
the tests on Travis CI.


---