Whitney O'Meara

Results 55 issues of 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...

enhancement

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).

Instead of using the HtmlProvider interface and a stringbuilder to build the dictionary responses, we should leverage Spring MVC to build the html response.

enhancement

Instead of using a stringbuilder to build the query metrics, we should leverage Spring MVC to build the html response.

enhancement

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...

bug
Integration Tested

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....

enhancement

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...

enhancement