Skip to content
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

Rc2.0.3 lib crash #9568

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Conversation

mjkkirschner
Copy link
Member

@reddyashish does this look correct?

To avoid the dynamo crash when running the migration tool
@@ -74,9 +74,9 @@ protected Stream GetNodeItemDataStream(IEnumerable<NodeSearchElement> searchEntr
protected virtual object CreateObjectForSerialization(IEnumerable<NodeSearchElement> searchEntries)
{
var data = new LoadedTypeData<LoadedTypeItem>();
data.loadedTypes = searchEntries
//.Where(e => !e.ElementType.HasFlag(ElementTypes.Packaged))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aparajit-pratap @reddyashish @ColinDayOrg - it just occurs to me that this commented out code is kind of peculiar, does anyone know why this was left in?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry was waiting for others to see if they knew about this. I am not sure why that line was commented in the first place. I assumed we are not using that attribute filter anymore.

The changes look good.

@mjkkirschner mjkkirschner merged commit a33b799 into DynamoDS:RC2.0.3_master Mar 14, 2019
@horatiubota horatiubota added the error/warning/crash Issues mentioning a Dynamo error, warning or crash message label Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error/warning/crash Issues mentioning a Dynamo error, warning or crash message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants