OpenSearch/src
Martijn van Groningen c94d056454 Fixed a bug that was caused by specifying routing on a multi percolate request causing an ArrayIndexOutOfBoundsException.
The multi percolate shard responses are collected in an atomic array which uses the shard id is used as index, but the number of shards the multi percolate request was meant to go to was used as size of this array instead the total number of shards an index has. This caused the exception when routing was used.

Closes #6214
2015-01-07 08:49:25 +01:00
..
deb Packaging: Add java7/8 java-package paths to debian init script 2014-12-11 16:15:00 +01:00
main Fixed a bug that was caused by specifying routing on a multi percolate request causing an ArrayIndexOutOfBoundsException. 2015-01-07 08:49:25 +01:00
rpm Packaging: Check if proc file exists before calling sysctl 2014-12-08 09:56:14 +01:00
test Fixed a bug that was caused by specifying routing on a multi percolate request causing an ArrayIndexOutOfBoundsException. 2015-01-07 08:49:25 +01:00