Skip to content

Fix incremental-snapshot #99

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dunedan
Copy link

@Dunedan Dunedan commented Jul 4, 2017

incremental-snapshot didn't work for me without this change. Instead
it would throw the following exception:

TypeError: Cannot read property 'toString' of undefined
    at Transform.stringify._transform
    (/some/path/dynamodb-replicator/s3-snapshot.js:43:33)
    at Transform._read (_stream_transform.js:167:10)
    at Transform._write (_stream_transform.js:155:12)
    at doWrite (_stream_writable.js:329:12)
    at writeOrBuffer (_stream_writable.js:315:5)
    at Transform.Writable.write (_stream_writable.js:241:11)
    at Transform.ondata (_stream_readable.js:557:20)
    at emitOne (events.js:96:13)
    at Transform.emit (events.js:191:7)
    at readableAddChunk (_stream_readable.js:178:18)

`incremental-snapshot` didn't work for me without this change. Instead
it would throw the following exception:

    TypeError: Cannot read property 'toString' of undefined
        at Transform.stringify._transform
        (/some/path/dynamodb-replicator/s3-snapshot.js:43:33)
        at Transform._read (_stream_transform.js:167:10)
        at Transform._write (_stream_transform.js:155:12)
        at doWrite (_stream_writable.js:329:12)
        at writeOrBuffer (_stream_writable.js:315:5)
        at Transform.Writable.write (_stream_writable.js:241:11)
        at Transform.ondata (_stream_readable.js:557:20)
        at emitOne (events.js:96:13)
        at Transform.emit (events.js:191:7)
        at readableAddChunk (_stream_readable.js:178:18)
@greenu
Copy link

greenu commented Mar 29, 2018

Please merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants