[JAVA-4241] Race condition in Scala wrapper's FlatMapObservable Created: 17/Jul/21 Updated: 28/Oct/23 Resolved: 29/Jul/21 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Scala |
| Affects Version/s: | None |
| Fix Version/s: | 4.3.1 |
| Type: | Task | Priority: | Unknown |
| Reporter: | Roman Tkalenko | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | external-user | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Call sequence that leads to the incorrect behavior
Failing test with reproduction: pr/761 (fails on master, passes on the linked branch) |
| Comments |
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix FlatMapObservableTest Add header and ensure can run in Scala 2.11
|
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Roman Tkalenko', 'email': 'rmn.tk.ml@gmail.com', 'username': 'tkroman'}Message: Fix race condition in FlatMapObservable completion handler
|
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix FlatMapObservableTest Add header and ensure can run in Scala 2.11
|
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Roman Tkalenko', 'email': 'rmn.tk.ml@gmail.com', 'username': 'tkroman'}Message: Fix race condition in FlatMapObservable completion handler
|
| Comment by Roman Tkalenko [ 19/Jul/21 ] |
|
Github PR: https://github.com/mongodb/mongo-java-driver/pull/761 |