Skip to content

Conversation

@xoiss
Copy link
Contributor

@xoiss xoiss commented Jul 30, 2019

This is a backport of #717 to branch-3.4

For some reason it was NOT merged to branch-3.4, but only to branch-3.5 and master:

Here, it's almost a cherry-pick of the original patch, but slightly adopted to specific of branch-3.4.
Namely, cleanup_failed_multi() and deserialize_multi() do not have the first parameter zhandle_t *zh.


I wish to backport this also to use it as the base for my #999

@xoiss
Copy link
Contributor Author

xoiss commented Jul 30, 2019

@mkedwards @anmolnar

@xoiss
Copy link
Contributor Author

xoiss commented Jul 31, 2019

up
@phunt @anmolnar @eolivelli @hanm

Copy link
Contributor

@anmolnar anmolnar left a comment

Choose a reason for hiding this comment

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

+1 lgtm
We're not backporting patches automatically to 3.4 anymore. Only security and critical bug fixes allowed.
I think this one is good to go. Thanks!

const int nops = iteration * type_count;
char buff[1024];

zoo_op_result_t results[nops];
Copy link
Contributor

Choose a reason for hiding this comment

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

There're some indentation mistakes in this test. Please fix them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

// thank you for this catch!

@xoiss
Copy link
Contributor Author

xoiss commented Aug 1, 2019

up
@phunt @eolivelli @hanm

asfgit pushed a commit that referenced this pull request Aug 1, 2019
This is a backport of #717 to `branch-3.4`

For some reason it was NOT merged to `branch-3.4`, but only to `branch-3.5` and `master`:
- 4bd32be
- b1fd480

Here, it's almost a cherry-pick of the original patch, but slightly adopted to specific of `branch-3.4`.
Namely, `cleanup_failed_multi()` and `deserialize_multi()` do not have the first parameter `zhandle_t *zh`.

----

I wish to backport this also to use it as the base for my #999

Author: Alexander A. Strelets <streletsaa@gmail.com>

Reviewers: Andor Molnár <andor@apache.org>, Michael Han <hanm@apache.org>

Closes #1030 from xoiss/ZOOKEEPER-1636
@hanm
Copy link
Contributor

hanm commented Aug 1, 2019

merged to branch-3.4. 80444bc

Please close this pull request @xoiss

@xoiss xoiss closed this Aug 2, 2019
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.

3 participants