wojciech.kapcia@tigase.net opened 4 years ago
|
|
Issue was caused by using global context in script execution, even though we used separate bindings. @kobit considering that ad-hoc scripts are quite extensively by some used and form a base for HTTP-REST API, and due to this bug yield incorrect result under load, should we backport it to 8.0.0 (and maybe even 7.1.x, though with the release of 8.1.0 it will become obsolete/legacy)? |
|
How much work is needed to backport the fix to older versions? |
|
Well, this is basically a one line change (see https://github.com/tigase/tigase-server/commit/1f26835584f6aadd38773163474778f362ca7a7f#diff-8d994b9bd297512765f1ee80f0480358L113) so a couple of minutes I guess. Not sure if cherry-pick would work directly. |
|
Ok, please go ahead then for ver 8.x and 7.x |
|
Backported |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.1.0
|
Spent time |
7h
|
-
Customers/catapush-s-r-l#5 You are not authorized to access this issue
tigase-issue #8.0.0
tigase-issue #8.1.0
It was reported that in concurrent execution ad-hoc script returns wrong results.