Skip to content

Commit 20098f3

Browse files
authored
Merge pull request #2469 from hxy7yx/v2.12-1
start datalayers plugin without check
2 parents 50771e5 + 91c3b39 commit 20098f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/datalayers/datalayers_plugin_intf.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ int datalayers_plugin_start(neu_plugin_t *plugin)
185185
int ret = config_datalayers_client(plugin, &plugin->config);
186186
if (ret != 0) {
187187
plog_error(plugin, "datalayers started failed");
188-
return NEU_ERR_DATALAYERS_CONNECT_FAILURE;
188+
plugin->common.link_state = NEU_NODE_LINK_STATE_DISCONNECTED;
189+
return NEU_ERR_SUCCESS;
189190
}
190191
}
191192

0 commit comments

Comments
 (0)