Commit ab18bde
committed
Use readLong/writeLong for serializing seq. no.
When serializing sequence numbers in StartRecoveryRequest we use
readZLong/writeZLong. This is inconsistent with how these are handled in
other places. This commit makes StartRecoveryRequest consistent with the
handling in other places.1 parent b6e6cc3 commit ab18bde
File tree
1 file changed
+2
-2
lines changed- core/src/main/java/org/elasticsearch/indices/recovery
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments