Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOM error #103

Open
muralikvp opened this issue Oct 24, 2016 · 0 comments
Open

OOM error #103

muralikvp opened this issue Oct 24, 2016 · 0 comments

Comments

@muralikvp
Copy link

Using kafka Library in my environment.I am reading the kafka messages and inserting into DB. Here our environment receives error message from kafka library
Inserting more than 1 lakh of kafka records into mysql.
I am getting OOM error from kafka library

Error Details

Fetch reconnect due to Exception Message: Exception of type 'System.OutOfMemoryException' was thrown.
Source: KafkaNET.Library
Stack Trace:
at Kafka.Client.Responses.FetchResponse.Parser.ParseFrom(KafkaBinaryReader reader)
at Kafka.Client.KafkaConnection.HandleT
at Kafka.Client.KafkaConnection.Send(FetchRequest request)

at Kafka.Client.Consumers.Consumer.Fetch(FetchRequest request)

OOM Error. Data values were: size: 1668048194, correlationId: 1635021925, dataCound: 1920553071.

Full Stack of exception: at Kafka.Client.Responses.FetchResponse.Parser.ParseFrom(KafkaBinaryReader reader)

This Kafka library is perfectly working in Dev Environment where number of records is less.When i deploy it in Production environment I am facing this OOM error issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant