NationalSecurityAgency / datawave

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
https://code.nsa.gov/datawave
Apache License 2.0
561 stars 243 forks source link

Replace nonpublic Accumulo SingletonReservation with suggested alternative #2527

Open SethSmucker opened 1 month ago

SethSmucker commented 1 month ago

SingletonReservation is not part of Accumulo's public API.

Replace all references of Accumulo's SingletonReservation with SingletonManager.getClientReservation()

part of https://github.com/NationalSecurityAgency/datawave/issues/2443