Ilan Filonenko
Ilan Filonenko
Is there a way to track current requests being processed on certain namedObjects? I wish to determine at what point all threads have ceased to be called on an namedObject.
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-25299 ## How was this patch tested? - [ ] Compiles - [ ] Unit Tests - [ ] E2e Test
## What changes were proposed in this pull request? Adding an example implementation using multi-file servers. ## How was this patch tested? Unit and Integration tests