Saif Ali Khan
Saif Ali Khan
@hurek It all depends on how much RAM your system has, try filling the filter and see how much memory it consumes on your system, keep doing it until you...
@edenhill Facing this issue on Mac, I see this issue is fixed but still not released.
This is a really nice feature, there should be an option to fail fast if there are no connections available. Any timeline when this feature will be merged?
@khaf You are right, currently fail fast can be achieved by using `Policy.MaxRetries = 0`, zero because the first request doesn't counts as retry and I don't want to try...
I think the best method in my opinion is to set `Policy.MaxRetries = 0` or whatever number of times the client is willing to wait if there are no connections...
So what was decided, how should we proceed?
@Griffintaur Can I take this?
This feature exists in star tree cloud as a Pinot extension and is called `SegmentRefreshTask` https://dev.startree.ai/docs/manage-data/segment-refresh-task
Faced exact same issue, since minor versions were not important for me, I downgraded and it worked. This is what worked for me- ``` libraryDependencies ++= Seq( "org.apache.spark" %% "spark-core"...
@dosu How to unload resources after each batch? Provide example with code.