Commit c236e2e
committed
Do not cast the lock sequence to int
Because the etcd devs changed the format of sequence keys in etcd
2.2 (MEH), we will better not make assumptions about the nature of the
sequence - we will just assume they are still ordered so that sort will
work.
Closes: jplana#1231 parent 0adaa9e commit c236e2e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments