For example, I have an Elasticsearch cluster with a single user and two different applications that want to retrieve all documents from the index to process them. Both applications are using search with scroll mechanism and same user credentials.
Is there a chance that documents in the index will be divided between two applications, because generated scroll IDs contains same info about user which perform requests?
I've read this documentation page and as I understand, the behavior I mentioned above is a normal situation?