Keith Ratcliffe

Results 20 issues of Keith Ratcliffe

This issue seems to surface when event.query.max.results is greater than 500K, and I believe we've narrowed this down to DedupingIterator's BloomFilter, which is currently defaulted to 500K expected insertions. As...

This PR represents the minimum number of changes required to eliminate the log4j 1.2.x dependency, as a first step toward full 2.x adoption for DW 3.x. That is, `log4j-1.2-api-2.x.jar` and...

On-demand tracing within DW has suffered from lack of use and has actually been broken for quite some time The purpose of this ticket is to evaluate OpenTelemetry-based tracing introduced...

[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

**Bug Description** It appears that we've encountered the same behavior as observed in #774 while testing our rel/2.0.1 deployment in AWS. For a period of time, we observed that our...

bug

This PR is a follow-up to #2251 (#2252)... #2252 fixed a bug related to max results override validation by leveraging `QueryLogic.getResultLimit` in [QEB's validateQuery method](https://github.com/NationalSecurityAgency/datawave/pull/2252/files#diff-b89e0695635addd618c1434a80eee4e9d5894b9dab38586aea3fe746c5d8de7aR562) That is, `getResultLimit` takes into...