Commit f14bfab
authored
Use Position instead of OFFSET into SKIP_ADMIN_MESSAGE. (#2279)
Previously we added position into the admin tool arguments, but we forgot
to replace the position with offset into the SKIP_ADMIN_MESSAGE, this
makes SKIP_ADMIN_MESSAGE with position usage is not right.
Solution: Replace Offset with Position1 parent 71507d0 commit f14bfab
File tree
1 file changed
+2
-2
lines changed- clients/venice-admin-tool/src/main/java/com/linkedin/venice
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments