[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1094 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-26 Thread asm0dey
Github user asm0dey commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80414179 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread asm0dey
Github user asm0dey commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80392646 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80392522 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread asm0dey
Github user asm0dey commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80391813 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread asm0dey
Github user asm0dey commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80391820 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80390983 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-25 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/1094#discussion_r80390991 --- Diff: lib/go/thrift/simple_server.go --- @@ -183,9 +186,6 @@ func (p *TSimpleServer) processRequests(client TTransport) error {

[GitHub] thrift pull request #1094: Fixes THRIFT-3855

2016-09-24 Thread asm0dey
GitHub user asm0dey opened a pull request: https://github.com/apache/thrift/pull/1094 Fixes THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce. You can merge this pull request into a Git repository by running: $ git pull https://github.com/asm0dey/thrift master