-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregation pipeline breaks if $replaceRoot
stage is present
#4722
Comments
Do you happen to have a complete minimal sample (something that we can unzip or git clone, build, and deploy) that reproduces the problem? Also the java representation of the pipeline as well as execution paths & stack traces would be a good thing to add. Thank you! |
@christophstrobl please check @banhidizoli's example from here #4285 I manage to reproduce it on 4.2.5 version. |
Hello, Are there any updates regarding this issue? Kind Regards, |
I'm running into the same issue. The produced error is really misleading. It took me a while to stumble upon this Issue. Any plans when the PR gets merged? |
$replaceRoot
stage is present
This is similar to already closed #4285.
If I include
$replaceRoot
stage, aggregation fails withCodecConfigurationException
. Below is the (bit anonymized) aggregation itself. Workaround is to use$project
instead of$replaceRoot
(which is not that convenient).Some dependency versions:
The text was updated successfully, but these errors were encountered: