| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
53 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: asynchronous server - Avro - [mail # user]
|
|
...Oh, I see what you're trying to do. Well there is not currently an async API on the server side so that the result could be passed back to Netty asynchronously. However, one thin...
|
|
|
Author: James Baldassari,
2012-02-27, 01:52
|
|
|
Re: asynchronous server - Avro - [mail # user]
|
|
...Hi Peter, Yes, there is support in Avro for asynchronous RPCs, but it's currently limited to Java and the Netty client/server implementation. This was implemented in AVRO-539 and...
|
|
|
Author: James Baldassari,
2012-02-27, 00:40
|
|
|
Re: release 1.6.3 soon? - Avro - [mail # dev]
|
|
...I'd like to commit this one if there are no objections: https://issues.apache.org/jira/browse/AVRO-1027 -James On Fri, Feb 24, 2012 at 9:30 PM, Scott Carey wrote: &n...
|
|
|
Author: James Baldassari,
2012-02-25, 22:57
|
|
|
Re: Avro Callback instance and Protocol formats - Avro - [mail # user]
|
|
...Hi Bhavani, Regarding the protocol formats, I think you're referring to the difference between declaring protocols in JSON and declaring them using the Avro IDL. As far as I know there...
|
|
|
Author: James Baldassari,
2012-02-24, 16:41
|
|
|
[AVRO-993] Add methods back to GenericDatumReader that were removed in AVRO-839 - Avro - [issue]
|
|
...As part of AVRO-839 three methods were moved from GenericDatumReader to GenericData: newRecord(Object, Schema) createFixed(Object old, Schema schema) createFixed(Object, byte[], Schema)Altho...
|
|
|
http://issues.apache.org/jira/browse/AVRO-993
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
[AVRO-994] TestFileSpanStorage.testTonsOfSpans() fails on my slow VM - Avro - [issue]
|
|
...Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.554 sec <<< FAILURE!testTonsOfSpans(org.apache.avro.ipc.trace.TestFileSpanStorage) Time elapsed: 3.853 sec &...
|
|
|
http://issues.apache.org/jira/browse/AVRO-994
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
[AVRO-1013] NettyTransceiver can hang after server restart - Avro - [issue]
|
|
...I ran into a very specific scenario today which can lead to NettyTransceiver hanging indefinitely: Start up a NettyServer Initialize a NettyTransceiver and SpecificRequestor Execute an RPC t...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1013
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
[AVRO-1007] Insufficient validation in generated specific record builder implementations - Avro - [issue]
|
|
...The are two main problems with the generated build() method in specific record builders: For non-primitive types, if there is no default value and the user does not set the value, build() wi...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1007
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
[AVRO-1019] Add unit test for Netty server concurrent execution - Avro - [issue]
|
|
...Add a new unit test to verify that multiple RCPs associated with a single NettyTransceiver can be executing concurrently in the NettyServer....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1019
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
[AVRO-1020] Builder API fails to substitute default values for enum types - Avro - [issue]
|
|
...If a schema has an enum type with a default value, and the Builder API is used to automatically substitute the default value on build(), a ClassCastException is thrown. The reason is t...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1020
Author: James Baldassari,
2012-02-15, 00:46
|
|
|
|