We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631320 commit b3a3bddCopy full SHA for b3a3bdd
maintnotifications/manager.go
@@ -334,7 +334,7 @@ func (hm *Manager) AddNotificationHook(notificationHook NotificationHook) {
334
hm.hooks = append(hm.hooks, notificationHook)
335
}
336
337
-// SetClusterStateReloadCallback sets the callback function that will be called when a SMOVED notification is received.
+// SetClusterStateReloadCallback sets the callback function that will be called when a SMIGRATED notification is received.
338
// This allows node clients to notify their parent ClusterClient to reload cluster state.
339
func (hm *Manager) SetClusterStateReloadCallback(callback ClusterStateReloadCallback) {
340
hm.clusterStateReloadCallback = callback
0 commit comments