[jira] [Created] (THRIFT-4553) are there any plans for add middle-ware support for thrift Go implementation?

2018-04-11 Thread gansteed (JIRA)
gansteed created THRIFT-4553: Summary: are there any plans for add middle-ware support for thrift Go implementation? Key: THRIFT-4553 URL: https://issues.apache.org/jira/browse/THRIFT-4553 Project:

[jira] [Created] (THRIFT-4552) why acquire a lock in TSimpleServer implementation for Go?

2018-04-11 Thread gansteed (JIRA)
gansteed created THRIFT-4552: Summary: why acquire a lock in TSimpleServer implementation for Go? Key: THRIFT-4552 URL: https://issues.apache.org/jira/browse/THRIFT-4552 Project: Thrift Issue

why acquire a lock in TSimpleServer implementation for Go?

2018-04-11 Thread gansteed
hi, all: I'm using Thrift and I'm reading thrift implementation for Go, I found code in `TSimpleServer.AcceptLoop` like this: ```go func (p *TSimpleServer) AcceptLoop() error { for { client, err := p.serverTransport.Accept() p.mu.Lock()

[jira] [Commented] (THRIFT-4551) Add prettier for consistent JS code formatting

2018-04-11 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434241#comment-16434241 ] James E. King, III commented on THRIFT-4551: Thanks for opening a ticket and the PRs. > Add

[jira] [Created] (THRIFT-4551) Add prettier for consistent JS code formatting

2018-04-11 Thread Filip Spiridonov (JIRA)
Filip Spiridonov created THRIFT-4551: Summary: Add prettier for consistent JS code formatting Key: THRIFT-4551 URL: https://issues.apache.org/jira/browse/THRIFT-4551 Project: Thrift

[jira] [Commented] (THRIFT-4532) Avoid updating Thrift compiler generated code if the output has not changed

2018-04-11 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433893#comment-16433893 ] Mustafa Şenol Coşar commented on THRIFT-4532: - [~jking3] I implemented the feature and wrote