| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
53 (0.222s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1292] NettyTransceiver: Client threads can block under certain connection failure scenarios - Avro - [issue]
|
|
...I've recently found a couple of different failure scenarios with NettyTransceiver that result in: Client threads blocking for long periods of time (uninterruptibly at that) while holding the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1292
Author: James Baldassari,
2013-05-16, 22:37
|
|
|
[AVRO-1293] NettyTransceiver: Deadlock can occur when different threads call getChannel() and close() concurrently - Avro - [issue]
|
|
...While testing patches for AVRO-1292 I stumbled upon a deadlock in NettyTransceiver that I've never seen before. It happened when close() was called at roughly the same time that anothe...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1293
Author: James Baldassari,
2013-05-16, 22:34
|
|
|
Re: release 1.7.5 soon? - Avro - [mail # dev]
|
|
...I recently ran into a couple of blocking/deadlock issues with NettyTransceiver in a production environment. Patches are available here: https://issues.apache.org/jira/browse/AVRO...
|
|
|
Author: James Baldassari,
2013-04-30, 19:17
|
|
|
[AVRO-1297] NettyTransceiver: Provide overloaded close(boolean awaitCompletion) - Avro - [issue]
|
|
...In some cases clients may wish to close a NettyTransceiver without waiting for the close operation to complete, such as when the client knows that the server is dead. There should be a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1297
Author: James Baldassari,
2013-04-24, 00:08
|
|
|
[AVRO-1008] Allow IPC clients to perform the IPC handshake before the first RPC is invoked - Avro - [issue]
|
|
...Currently, the first RPC must complete before any subsequent RPCs may be invoked using the same Transceiver instance. The reason for this behavior is that the IPC client-server handsha...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1008
Author: James Baldassari,
2013-02-27, 00:54
|
|
|
Avro meetup at Strata/Hadoop World? - Avro - [mail # user]
|
|
...Hi, Is anyone planning on getting together to discuss Avro at Hadoop World this week? -James...
|
|
|
Author: James Baldassari,
2012-10-22, 15:58
|
|
|
Re: Async Callbacks using Netty - Avro - [mail # user]
|
|
...Sorry for the long delay getting back to you on this. You're correct that Avro only supports async request handling on the client side currently, so the behavior you're seeing makes se...
|
|
|
Author: James Baldassari,
2012-10-22, 15:04
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...If you want to make a deep copy of a specific record, the easiest way is probably to use the Builder API, e.g. GraphNodeData.newBuilder(recordToCopy).build(). This will create a deep c...
|
|
|
Author: James Baldassari,
2012-03-12, 05:22
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...GenericData is a singleton. You can use the static method GenericData#get() to obtain the singleton instance: http://avro.apache.org/docs/current/api/java/org/apache/avro/generic...
|
|
|
Author: James Baldassari,
2012-03-12, 01:20
|
|
|
Re: NettyServer not setting TCP keep-alive leading to leaked connections - Avro - [mail # user]
|
|
...Hi Frank, I read the thread you referenced. So the root cause of the problem is that the firewall is terminating the connection without doing a proper TCP teardown, right? ...
|
|
|
Author: James Baldassari,
2012-03-01, 19:27
|
|
|
|