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
The helper instance, upon starting ZK, creates znode metadata that implies there is only one storage node. A few other helper methods also assume there is only one waltz server/storage node (i.e. getServerPort(), getStoragePort(), etc.). It should be made more configurable such that the number of server/storage nodes is not presumed.
The text was updated successfully, but these errors were encountered:
Waltz IntegrationHelper currently makes some assumptions about a cluster setup.
i.e.
this.storageGroupMap = Utils.map(host + ":" + storagePort, STORAGE_GROUP_ID);
The helper instance, upon starting ZK, creates znode metadata that implies there is only one storage node. A few other helper methods also assume there is only one waltz server/storage node (i.e. getServerPort(), getStoragePort(), etc.). It should be made more configurable such that the number of server/storage nodes is not presumed.
The text was updated successfully, but these errors were encountered: