| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
53 (0.142s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: NettyServer multi-thread? - Avro - [mail # user]
|
|
...Hi Yang, That's correct. The NettyServer constructor uses Executors.newCachedThreadPool() to create a thread pool for servicing incoming requests. The Responder can be invo...
|
|
|
Author: James Baldassari,
2011-06-16, 03:13
|
|
|
Re: avro-maven-plugin in eclipse? - Avro - [mail # user]
|
|
...Just to follow up on this, I tried commenting out the and settings, and everything still compiled correctly for me, so i t appears that the default settings are working correctly...
|
|
|
Author: James Baldassari,
2011-06-16, 02:36
|
|
|
Re: avro-maven-plugin in eclipse? - Avro - [mail # user]
|
|
...Glad you got it working. If the default values are not behaving as expected, we should file an issue. When I have a few minutes I'll try to reproduce your problem. -James &...
|
|
|
Author: James Baldassari,
2011-06-15, 15:07
|
|
|
Re: Builder pattern and default values in records - Avro - [mail # user]
|
|
...Thanks Doug. I think I'll have some time in the coming weeks to work on it. I guess I'll go ahead and create a new issue so that we can discuss the design. -James On...
|
|
|
Author: James Baldassari,
2011-06-15, 15:06
|
|
|
Re: avro-maven-plugin in eclipse? - Avro - [mail # user]
|
|
...HI Arun, I think the default phase for the Avro Maven plugin is generate-sources, so I'm surprised that doesn't work. You can always explicitly bind the plugin to that phase. &nb...
|
|
|
Author: James Baldassari,
2011-06-14, 19:17
|
|
|
Re: SaslSocketServer.close() doesn't close? - Avro - [mail # user]
|
|
...I ran the test on Linux, so yes, it could be a platform-specific problem. I think this is the more likely cause, though: https://issues.apache.org/jira/browse/AVRO-776 May...
|
|
|
Author: James Baldassari,
2011-06-14, 07:06
|
|
|
Re: SaslSocketServer.close() doesn't close? - Avro - [mail # user]
|
|
...Hi Sudhan, The parts of SocketServer that we need to examine are the run() and close() methods. Removing everything but the core functionality, these methods look something like ...
|
|
|
Author: James Baldassari,
2011-06-14, 06:32
|
|
|
Re: SaslSocketServer.close() doesn't close? - Avro - [mail # user]
|
|
...Hi Alex, The test you posted works fine for me, even using a sleep time as short as 5ms between closing and reopening. Looking at trunk, the code to close the socket is in the fi...
|
|
|
Author: James Baldassari,
2011-06-13, 19:31
|
|
|
Builder pattern and default values in records - Avro - [mail # user]
|
|
...Hi, I was confused about why the Avro compiler wasn't initializing my record's member variables with the default values I specified in my IDL/schema, and then I came across this thread...
|
|
|
Author: James Baldassari,
2011-06-13, 18:37
|
|
|
Re: Avro enhancement: asynchronous RPCs for Java clients - Avro - [mail # user]
|
|
...Thanks, Scott! Patch posted to https://issues.apache.org/jira/browse/AVRO-539, and it's up on ReviewBoard here: https://reviews.apache.org/r/834/ -James On Thu, Jun 2, 201...
|
|
|
Author: James Baldassari,
2011-06-02, 06:35
|
|
|
|