Commit fe2d02f
committed
replace "sharding key" to "bucket_id" in error message
Initially we expect that first field of "bucket_id" index is
empty as user shouldn't affect internal processes in our system.
So we return an error in case then this field in tuple is not
empty.
But some logic error in error message was done. When we say
"sharing key" we mean a part of tuple (currently primary key for
bucket_id calculation). May be "shard key" is more vshard-agnostic
varian. So to avoid over complication let's use "bucket_id" as in
vshard.1 parent 323621b commit fe2d02f
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments