| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.124s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1118] Specifying null as default of a union only works if null is specified as first type in the union - Avro - [issue]
|
|
...There is some unexpected behavior I am coming across where if I specify a union as such:"type": ["string", "null"],"default": nullI get an Exception:Exception in ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1118
Author: Mike Percy,
2013-05-09, 17:17
|
|
|
[AVRO-1122] Java: Avro RPC Requestor can block during handshake in async mode - Avro - [issue]
|
|
...We are seeing an issue in Flume where the Avro RPC Requestor is blocking for long periods of time waiting for the Avro handshake to complete. Since we are using the API with Futures, this sh...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1122
Author: Mike Percy,
2013-04-05, 20:33
|
|
|
[AVRO-1198] Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException - Avro - [issue]
|
|
...I am currently debugging an issue where I am getting an ArrayIndexOutOfBoundsException from the decoder while reading some Avro data. Turns out that the integer indicating number of bytes to...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1198
Author: Mike Percy,
2013-02-27, 00:54
|
|
|
[AVRO-1197] Avro Java mapreduce pom depends on IPC test jar which is not exposed - Avro - [issue]
|
|
...I am getting a build issue on trunk:[INFO] ------------------------------------------------------------------------[INFO] Reactor Summary:[INFO] [INFO] Apache...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1197
Author: Mike Percy,
2012-12-10, 17:57
|
|
|
Avro container format WAL with the Java API - Avro - [mail # user]
|
|
...Hi all, I am trying to implement a very simple WAL using the Avro container format. Since my records are small, at startup time I seek backward by 256 bytes from the end of the file before c...
|
|
|
Author: Mike Percy,
2012-10-09, 02:33
|
|
|
[AVRO-1156] Avro responder swallows thrown Errors - Avro - [issue]
|
|
...The Avro responder wraps caught Errors, such as OutOfMemoryErrors, in Exceptions and rethrows them. That's problematic because an Error should be allowed to crash the JVM, since it's often i...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1156
Author: Mike Percy,
2012-09-17, 21:59
|
|
|
Re: Avro remote exception - Avro - [mail # user]
|
|
...Som, on Flume NG you must run a source, channel, and sink all in the same JVM. An Avro source accepts connections and events from an Avro sink. Try taking a look @ the user guide: http...
|
|
|
Author: Mike Percy,
2012-07-17, 06:19
|
|
|
Re: Avro RPC interop - Avro - [mail # dev]
|
|
...Hi Scott & Doug, Thank you for your responses. I wonder if we couldn't retrofit the Netty implementation with SASL and see how close that gets us to something that looks like it ...
|
|
|
Author: Mike Percy,
2012-03-07, 23:18
|
|
|
Avro RPC interop - Avro - [mail # dev]
|
|
...Hi Avro devs, What is the latest on Avro RPC interoperability? Flume 1.x is currently using the Avro Netty implementation as an RPC protocol, however I am not aware of compatible...
|
|
|
Author: Mike Percy,
2012-03-04, 23:56
|
|
|
|