npawar opened a new pull request #5143: Fix hybrid quickstart
URL: https://github.com/apache/incubator-pinot/pull/5143
 
 
   Hybrid quickstart consumes a lot of cpu and memory as soon it starts up and 
it keeps on increasing. If another hybrid table is created on it, it eventually 
runs out of memory and crashes. Possible reasons:
   1. we're creating 2 servers, 2 brokers, which each take up a lot of 
resources by default
   2. the airlineStats stream produces events continuously in a loop, with no 
rate limiting.
   
   Fixes:
   1. Creating just 1 server and 1 broker. This was initially designed with 2 
because we didn't have support for the same server to be tagged with _OFFLINE 
and _REALTIME, which no longer holds true
   2. Sleeping for 1 second after each event published to the stream, creating 
a steady ingestion rate

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to