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
// Using a non-shared backend with multiple compute nodes will be problematic for
144
135
// state sharing like scaling. However, for distributed end-to-end tests with
145
136
// in-memory state store, this is acceptable.
146
137
}else{
147
138
returnErr(anyhow!(
148
-
"Hummock storage may behave incorrectly with in-memory backend for multiple compute-node configuration. Should use a shared backend (e.g. MinIO) instead. Consider adding `use: minio` in risedev config."
139
+
"Hummock storage may behave incorrectly with in-memory backend for multiple compute-node or compactor-enabled configuration. Should use a shared backend (e.g. MinIO) instead. Consider adding `use: minio` in risedev config."
0 commit comments