NPE in IngestThreadPool submitTokens
If a token store is resubmitted for a collection before it finishes processing, a null pointer will be returned in place of a Future which will throw a NullPointerException when trying to use it.
If a token store is resubmitted for a collection before it finishes processing, a null pointer will be returned in place of a Future which will throw a NullPointerException when trying to use it.