apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.07k stars 445 forks source link

scan session id now available when session cleanup is deferred #4902

Closed kevinrr888 closed 1 month ago

kevinrr888 commented 2 months ago

Previously, when a scan session was attempted to be cleaned up but couldn't and was deferred for later, the scan session id would still be visible from things like the listscans command but would have a value of -1. This change:

TODOs from issue

closes #4842