Re: [PATCH v2] dbus-vmstate: Increase the size of input stream buffer used during load

2021-02-10 Thread priyankar jain
Hi Marc, Requesting you to please pull these changes. Without this fix, migration is failing in case any helper has more than 4KiB of data. Thanks and Regards, Priyankar Jain On 02/02/21 7:24 pm, Priyankar Jain wrote: This commit fixes an issue where migration is failing in the load phase be

[PATCH v2] dbus-vmstate: Increase the size of input stream buffer used during load

2021-02-02 Thread Priyankar Jain
This commit fixes an issue where migration is failing in the load phase because of a false alarm about data unavailability. Following is the error received when the amount of data to be transferred exceeds the default buffer size setup by G_BUFFERED_INPUT_STREAM(4KiB), even when the maximum data s