datawave icon indicating copy to clipboard operation
datawave copied to clipboard

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.

Results 314 datawave issues
Sort by recently updated
recently updated
newest added

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

As part of our push to convert the monolithic webservice to microservices, we should update to the latest version of spring boot (currently 2.4.4) and spring cloud. There are some...

For any visitors that extend BaseVisitor, we have the option to short circuit at leaf nodes. Improving the speed of our visitors will cut query planning time and, in some...

Currently, (Doc Ranges, FI Ranges, Sources, Next Calls, Seek Calls) are added to the metrics for EventQuery, TLDEventQuery, LuceneUUIDEventQuery, IDTranslationIDQuery. We want to provide these metrics (Sources, Next Calls, Seek...

For any visitors that extend BaseVisitor, we have the option to short circuit at leaf nodes. Improving the speed of our visitors will cut query planning time and, in some...

The Projection, KeyProjection, and DocumentProjection classes all rely on thrown exceptions to enforce immutability. One suggestion while working https://github.com/NationalSecurityAgency/datawave/pull/1481 was to remove the exceptions, force the collections to be immutable,...

Users can currently apply a regex to a field (e.g. FIELD =~ 'regex' or FIELD:/regex/) . Users can also apply a regex with an evaluation phase filter function (filter:includeRegex(FIELD, 'regex')...

[AbstractUIDBuilder](https://github.com/NationalSecurityAgency/datawave/blob/integration/warehouse/core/src/main/java/datawave/data/hash/AbstractUIDBuilder.java#L112) can create an invalid uidType configuration when debug logging is disabled Steps to reproduce: Disable debug logging on AbstractUIDBuilder's logger and run UIDTest. Observe failing unit test, `testConfigurationViaBuilder`

bug