question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Avro decoder gets System.ArgumentOutOfRangeException when reading events from an empty queue

See original GitHub issue

Avro decoder gets the following exception when reading events from an empty queue. Much better to return an empty resultset rather than throwing an exception.

  • MESSAGE: An unhandled exception from user code has been reported when invoking the method ‘Extract’ on the user type ‘Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor’
  • DETAILS: ==== Caught exception System.ArgumentOutOfRangeException at Microsoft.Hadoop.Avro.BinaryDecoder.DecodeFixed(Int32 size) at Microsoft.Hadoop.Avro.Container.StreamReader1.MoveNext() at Microsoft.Hadoop.Avro.Container.SequentialReader1.<get_Objects>d__0.MoveNext() at Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor.<Extract>d__2.MoveNext() at ScopeEngine.SqlIpExtractorScopeEngine::CosmosInput,Extract_0_Data0.GetNextRow(SqlIpExtractorScopeEngine::CosmosInput\,Extract_0_Data0* , Extract_0_Data0* output) in d:\data\ccs\jobs\18401d7a-d28f-469a-bf89-153cf8ca7a00_v0\sqlmanaged.h:line 1924

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
razlanicommented, May 13, 2019

assume still not fixed?

assumption correct

0reactions
msftbot[bot]commented, May 2, 2020

Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logstash with Kafka: Unable to decode avro
codec => avro { schema_uri => "/opt/ELK/logstash-1.5.4/bin/user.avsc" }. I guess the syntax is changed. Share. Share a link to this answer.
Read more >
SSIS Productivity Pack
Whenever there is an event happening, Integration Gateway is ready to take the message and publish the changes as needed to facilitate real-time...
Read more >
https://huggingface.co/jeniya/BERTOverflow/commit/...
... +Why +jquery +free +##tes +retrie +##sql +JavaScript +redirect +reading +DB +##ested +api +##ron +##andom +pur +##pping +syntax +ED +incre +System +says ...
Read more >
Azure function: limit the number of calls per second
You can try writing some custom logic i.e. implement your own in-memory queue in Azure function to queue up requests and limit the...
Read more >
Getting an error while retrieving a blob using user assigned ...
This document demonstrates how to use managed identity to access App Configuration from App Service, but you can replace the App Service with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found