Commit 5e9aa43
committed
RUBY-219 - SortedSet first-time initialization is unstable in a multi-threaded environment.
* Fixed by having the C* module initialize a SortedSet upon module load (prior to multiple threads messing with SortedSet).1 parent a520f40 commit 5e9aa43
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
837 | 842 | | |
838 | 843 | | |
839 | 844 | | |
| |||
0 commit comments