You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/operator-binary/src/crd/mod.rs
+37-28Lines changed: 37 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,12 @@ pub enum Error {
77
77
KraftAndZookeeperConfigured,
78
78
79
79
#[snafu(display(
80
-
"Could not calculate ({role}) 'node.id' hash offset for rolegroup '{rolegroup}' which collides with rolegroup '{colliding_rolegroup}'. Please try to rename one of the rolegroups."
80
+
"Could not calculate 'node.id' hash offset for role '{role}' and rolegroup '{rolegroup}' which collides with role '{coliding_role}' and rolegroup '{colliding_rolegroup}'. Please try to rename one of the rolegroups."
0 commit comments