secor icon indicating copy to clipboard operation
secor copied to clipboard

ParquetWriter write method is taking too long to write single avro message

Open aksamit26 opened this issue 3 years ago • 1 comments

When i am reading data form Kafka , i am deserialising it to Avro record. But ParquetWriter write method is taking around 2~5 secs to write one single avro record. Is there any such issue surfaced earlier. What can be possible solve for this ?

aksamit26 avatar Jul 27 '21 08:07 aksamit26

You can do a few thread dump to see what the process stuck at. Adding memory probably will help parquet conversion.

On Tue, Jul 27, 2021 at 1:52 AM aksamit26 @.***> wrote:

When i am reading data form Kafka , i am deserialising it to Avro record. But ParquetWriter write method is taking around 2~5 secs to write one single avro record. Is there any such issue surfaced earlier. What can be possible solve for this ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pinterest/secor/issues/2133, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYJP74TKFG6EMN5TRTVTJDTZZXVVANCNFSM5BBYSN7A .

HenryCaiHaiying avatar Jul 30 '21 17:07 HenryCaiHaiying