Jenkins build is back to normal : Thrift-Compiler-Windows #531

2013-03-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Compiler-Windows/531/



[jira] [Updated] (THRIFT-1629) Ruby 1.9 Compatibility during Thrift configure, make, install

2013-03-04 Thread Nick Zalabak (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Zalabak updated THRIFT-1629:
-

Attachment: thrift-1629-ruby-thin-webserver.patch

 Ruby 1.9 Compatibility during Thrift configure, make, install
 -

 Key: THRIFT-1629
 URL: https://issues.apache.org/jira/browse/THRIFT-1629
 Project: Thrift
  Issue Type: Improvement
  Components: Ruby - Library
Affects Versions: 0.8
 Environment: Mac OSX, *nix
Reporter: Nick Zalabak
Assignee: Jake Farrell
 Attachments: thrift-1629-ruby-thin-webserver.patch


 I downloaded the 0.8 stable version of Thrift and began by performing the 
 configure, make tasks. It appears that this version of Thrift is not 
 compatible with Ruby 1.9.
 The problem encountered is that Ruby library inside Thrift includes the 
 Mongrel web server. Mongrel does not work with Ruby 1.9. A drop in 
 replacement for Mongrel is the Thin web server, and there are also several 
 other choices. 
 I have submitted a pull request via Github to resolve this matter. 
 https://github.com/apache/thrift/pull/23
 Thanks.
 Nick Zalabak
 @techwhizbang

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1629) Ruby 1.9 Compatibility during Thrift configure, make, install

2013-03-04 Thread Nick Zalabak (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13592610#comment-13592610
 ] 

Nick Zalabak commented on THRIFT-1629:
--

Hi Jake,

I attached the patch. 

Sorry about the delay, I ended up not using Thrift so I forgot about the patch 
I promised.



 Ruby 1.9 Compatibility during Thrift configure, make, install
 -

 Key: THRIFT-1629
 URL: https://issues.apache.org/jira/browse/THRIFT-1629
 Project: Thrift
  Issue Type: Improvement
  Components: Ruby - Library
Affects Versions: 0.8
 Environment: Mac OSX, *nix
Reporter: Nick Zalabak
Assignee: Jake Farrell
 Attachments: thrift-1629-ruby-thin-webserver.patch


 I downloaded the 0.8 stable version of Thrift and began by performing the 
 configure, make tasks. It appears that this version of Thrift is not 
 compatible with Ruby 1.9.
 The problem encountered is that Ruby library inside Thrift includes the 
 Mongrel web server. Mongrel does not work with Ruby 1.9. A drop in 
 replacement for Mongrel is the Thin web server, and there are also several 
 other choices. 
 I have submitted a pull request via Github to resolve this matter. 
 https://github.com/apache/thrift/pull/23
 Thanks.
 Nick Zalabak
 @techwhizbang

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (THRIFT-1872) issues with TBufferedTransport buffer

2013-03-04 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-1872:
--

 Summary: issues with TBufferedTransport buffer
 Key: THRIFT-1872
 URL: https://issues.apache.org/jira/browse/THRIFT-1872
 Project: Thrift
  Issue Type: Bug
  Components: Delphi - Library
Affects Versions: 0.9
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0
 Attachments: THRIFT-1872_issues_with_TBufferedTransport_buffer.patch

TBufferedTransport did not differentiate between read and write buffer. This 
could lead to the situation, where remaining unread tnput bytes were wrongly 
interpreted as unwritten output bytes that need to be flush()ed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1872) issues with TBufferedTransport buffer

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1872:
---

Description: TBufferedTransport did not differentiate between read and 
write buffer. This could lead to the situation, where remaining unread input 
bytes were wrongly interpreted as unwritten output bytes that need to be 
flush()ed.  (was: TBufferedTransport did not differentiate between read and 
write buffer. This could lead to the situation, where remaining unread tnput 
bytes were wrongly interpreted as unwritten output bytes that need to be 
flush()ed.)

 issues with TBufferedTransport buffer
 -

 Key: THRIFT-1872
 URL: https://issues.apache.org/jira/browse/THRIFT-1872
 Project: Thrift
  Issue Type: Bug
  Components: Delphi - Library
Affects Versions: 0.9
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: THRIFT-1872_issues_with_TBufferedTransport_buffer.patch


 TBufferedTransport did not differentiate between read and write buffer. This 
 could lead to the situation, where remaining unread input bytes were wrongly 
 interpreted as unwritten output bytes that need to be flush()ed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1872) issues with TBufferedTransport buffer

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1872:
---

Attachment: THRIFT-1872_issues_with_TBufferedTransport_buffer.patch

 issues with TBufferedTransport buffer
 -

 Key: THRIFT-1872
 URL: https://issues.apache.org/jira/browse/THRIFT-1872
 Project: Thrift
  Issue Type: Bug
  Components: Delphi - Library
Affects Versions: 0.9
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: THRIFT-1872_issues_with_TBufferedTransport_buffer.patch


 TBufferedTransport did not differentiate between read and write buffer. This 
 could lead to the situation, where remaining unread input bytes were wrongly 
 interpreted as unwritten output bytes that need to be flush()ed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (THRIFT-1874) hardcoded timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-1874:
--

 Summary: hardcoded timeout for the server-side end of a named pipe
 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0


The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1874) hardcoded timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1874:
---

Patch Info: Patch Available

 hardcoded timeout for the server-side end of a named pipe
 -

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1874:
---

Attachment: 
THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch

 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1874:
---

Summary: timeout for the server-side end of a named pipe  (was: hardcoded 
timeout for the server-side end of a named pipe)

 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13592779#comment-13592779
 ] 

Jens Geyer commented on THRIFT-1874:


This patch also includes the test case for THRIFT-1873

 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (THRIFT-1629) Ruby 1.9 Compatibility during Thrift configure, make, install

2013-03-04 Thread Jake Farrell (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell closed THRIFT-1629.


   Resolution: Fixed
Fix Version/s: 1.0
 Assignee: Nick Zalabak  (was: Jake Farrell)

Committed, thanks Nick

 Ruby 1.9 Compatibility during Thrift configure, make, install
 -

 Key: THRIFT-1629
 URL: https://issues.apache.org/jira/browse/THRIFT-1629
 Project: Thrift
  Issue Type: Improvement
  Components: Ruby - Library
Affects Versions: 0.8
 Environment: Mac OSX, *nix
Reporter: Nick Zalabak
Assignee: Nick Zalabak
 Fix For: 1.0

 Attachments: thrift-1629-ruby-thin-webserver.patch


 I downloaded the 0.8 stable version of Thrift and began by performing the 
 configure, make tasks. It appears that this version of Thrift is not 
 compatible with Ruby 1.9.
 The problem encountered is that Ruby library inside Thrift includes the 
 Mongrel web server. Mongrel does not work with Ruby 1.9. A drop in 
 replacement for Mongrel is the Thin web server, and there are also several 
 other choices. 
 I have submitted a pull request via Github to resolve this matter. 
 https://github.com/apache/thrift/pull/23
 Thanks.
 Nick Zalabak
 @techwhizbang

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1872) issues with TBufferedTransport buffer

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1872:
---

Attachment: (was: 
THRIFT-1872_issues_with_TBufferedTransport_buffer.patch)

 issues with TBufferedTransport buffer
 -

 Key: THRIFT-1872
 URL: https://issues.apache.org/jira/browse/THRIFT-1872
 Project: Thrift
  Issue Type: Bug
  Components: Delphi - Library
Affects Versions: 0.9
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1872_issues_with_TBufferedTransport_buffer_rev2.patch


 TBufferedTransport did not differentiate between read and write buffer. This 
 could lead to the situation, where remaining unread input bytes were wrongly 
 interpreted as unwritten output bytes that need to be flush()ed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1874:
---

Attachment: 
THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe_rev2.patch

 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe_rev2.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1872) issues with TBufferedTransport buffer

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1872:
---

Attachment: THRIFT-1872_issues_with_TBufferedTransport_buffer_rev2.patch

 issues with TBufferedTransport buffer
 -

 Key: THRIFT-1872
 URL: https://issues.apache.org/jira/browse/THRIFT-1872
 Project: Thrift
  Issue Type: Bug
  Components: Delphi - Library
Affects Versions: 0.9
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1872_issues_with_TBufferedTransport_buffer_rev2.patch


 TBufferedTransport did not differentiate between read and write buffer. This 
 could lead to the situation, where remaining unread input bytes were wrongly 
 interpreted as unwritten output bytes that need to be flush()ed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer updated THRIFT-1874:
---

Attachment: (was: 
THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe.patch)

 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe_rev2.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (THRIFT-1874) timeout for the server-side end of a named pipe

2013-03-04 Thread Jens Geyer (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13592779#comment-13592779
 ] 

Jens Geyer edited comment on THRIFT-1874 at 3/5/13 7:43 AM:


This patch also includes the test cases for THRIFT-1872 and THRIFT-1873

  was (Author: jensg):
This patch also includes the test case for THRIFT-1873
  
 timeout for the server-side end of a named pipe
 ---

 Key: THRIFT-1874
 URL: https://issues.apache.org/jira/browse/THRIFT-1874
 Project: Thrift
  Issue Type: Improvement
  Components: Delphi - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
 Fix For: 1.0

 Attachments: 
 THRIFT-1874_timeout_for_the_server-side_end_of_a_named_pipe_rev2.patch


 The timeout is currently hardcoded but should be configurable

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira