Nikola Grcevski

Results 86 comments of Nikola Grcevski
trafficstars

@elasticsearchmachine update branch

@elasticsearchmachine update branch

Humongous objects are particularly hard for G1GC. It typically has reserved area for them, but given a large volume of humongous allocations (and small heap) it will easily overflow this...

>> I don't think Serial would be a good choice for us > Can you elaborate on this? The problem is that we try to estimate if we'll go out...

Hi @HayDegha0917, thanks for these additional instructions. We have a solution in mind and we are working on a fix that will handle this correctly.

@pgomulka This looks like an older PR, but the change looks good to me. Have we decided if we wanted to proceed with this change? It appears that few other...

> I left a few comments, I'm unsure about the preTransform piece. I understand we need the ingest infos, but I wonder if there is a better way to track...

I pushed an update to see if all tests pass, this seems like a simpler change and more efficient, since we don't expect node configuration to change that much along...

I reworked how the node infos were being called, it's done on demand and only if nodes have joined/left the cluster. I also just pushed an update with new tests...