-
Notifications
You must be signed in to change notification settings - Fork 118
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
WARN REPL - Expected string type for field notEligibleForMBSBackups. Found STRING #204
Comments
Hi @samuelralak, It seems you hit a bug. For some reason a deserialization of a BSON from mongo failed with this weird message. Since it is hard to reproduce for us and spot the exact point where this is happening would you mind paste here the logs around the error message using this configuration file for logging: https://github.com/torodb/stampede/raw/master/main/src/main/profiles/dev/log4j2.xml This can be achieved by adding to ToroDB Stampede's configuration the
|
I have attached a screenshot of the error message I keep on getting.
|
Hey @teoincontatto, quick update: we contacted mlab support and found out that one of our replicaSet member has a config tag of:
How does the above affect stampede and how do I get around it? Are there any special replicaSet tags required by stampede? |
Hi @samuelralak, We have added a ticket to investigate if it is a bug and if so resolve it. You could try to remove the tag to see if ToroDB Stampede is able to replicate? |
Hey @teoincontatto I don't think that removing the tag config is an option for us at the moment. Its purpose is to prevent m-lab's own backup system from using our own hidden analytics node for backup; however, I'll discuss it with my team and see the best way forward. |
@teoincontatto Having this same issue |
I am trying to migrate data from an a remote m-lab mongo database. The connection authenticates fine but I am still unable to get any tables or data pulled; instead I keep on getting the following warning
WARN REPL - Expected string type for field notEligibleForMBSBackups. Found STRING
. Any leads on what might be causing this?The text was updated successfully, but these errors were encountered: