Whitney O'Meara
Whitney O'Meara
Add the ability for a user to run an intersects query where results are only returned if the area of intersection between the result geometry and the query geometry is...
This would be in support of the [geowave-plugin](https://github.com/mapnik/geowave-plugin) for mapnik. An implementation can be found in my mason fork [here](https://github.com/jwomeara/mason/tree/geowave-jace-0.8.8.1) and [here](https://github.com/jwomeara/mason/tree/geowave-jace-0.8.9).
…ented the container from closing.
Instead of using the HtmlProvider interface and a stringbuilder to build the dictionary responses, we should leverage Spring MVC to build the html response.
Instead of using a stringbuilder to build the query metrics, we should leverage Spring MVC to build the html response.
There is a while loop in docker-entrypoint.sh which waits for the identified process to die. However, once the process dies, if it returns a status code greater than 128 (which...
The existing datawave tracing mechanism needs to be tweaked so that it will work with our new microservices architecture.
Shard-specific query plans are created by the visitor function. We should add these query plans to the metrics for the query, and make the metrics viewable via the metrics endpoint....
Occasionally, it would be useful to be able to pause a query (i.e. temporarily stop it from running on the tserver) and subsequently resume it, picking up where it left...