Petar Dzepina
Petar Dzepina
I tried both, rendering grib2 directly and converting to tiff and reprojecting, with gdalwarp. Results were similar. Problem seemed to be large amount of bands (over 400). When extracted single...
Thank you guys for suggestions! Seems like splitting bands into separate files is way to go. Now, at this point I'm still not sure about total volume of data I...
@rishabhmaurya If I understood correctly, cluster setting `search.cancel_after_time_interval` will be used [only if same param in SearchRequest is null](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/action/support/TimeoutTaskCancellationUtility.java#L57)? If that's the case, then plugin can override this setting by...
> I was thinking about the case when `search.cancel_after_time_interval` is set at cluster with some higher value and the plugin overrides it to a lower value. Thus, `max(cluster setting search.cancel_after_time_interval,...
> > https://github.com/opensearch-project/index-management/runs/8145891847?check_suite_focus=true > > ``` > org.opensearch.indexmanagement.rollup.resthandler.RestStopRollupActionIT > test stopping rollup with metadata FAILED > java.lang.AssertionError: Rollup is not STARTED expected: but was: > at __randomizedtesting.SeedInfo.seed([F0C92609FBF50346:BB84B25D20FFC0F2]:0) > at org.junit.Assert.fail(Assert.java:89)...
> `java.lang.NullPointerException` > > `RestStopRollupActionIT.test stopping a failed rollup` When node disconnects(which happens a lot for some reason), job might stay blocked on API calls like _search for 30+ seconds(tested...
This was gonna be useful for ISM plugin for Rollup feature where field names are getting rewritten. Currently, ISM is copying over bunch of code from QSQ implementation from core....
This is likely because Alerting plugin doesn't copy analyzer def from source index settings to queryIndex settings.
@dblock this one was covering some cases that previous PR missed. I think we had brief discussion long time ago, to simplify this a bit by adding metadata in mappings...