-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7 mysql 实时任务到 es有bug ,任务编译不了 #194
Comments
收到 @伍宏泽 |
3.7 mysql实时监听到starrocks部署也有问题。手动创建 /opt/data/tis/libs/plugins目录就好了 部署上应该没提 @baisui1981 |
已经修改了,TISFlinkClassLoaderFactory private void makeDataDirUseable() {
try {
FileUtils.forceMkdir(PluginAndCfgsSnapshot.getPluginRootDir());
} catch (IOException e) {
throw new RuntimeException(e);
}
} |
前面几个异常都修复了,奇怪的是又报错下面这个类找不到的异常 Caused by: java.lang.ClassNotFoundException: org.apache.avro.generic.GenericData$Array
accepted plugins:tis-ds-mysql-plugin,tis-sink-elasticsearch7-plugin,tis-k8s-plugin,tis-flink-dependency,tis-datax-elasticsearch-plugin,tis-ds-mysql-v5-plugin,flink/mysql_es,tis-realtime-flink,tis-datax-common-rdbms-plugin,tis-flink-cdc-mysql-plugin,tis-datax-common-plugin
,scan plugins:tis-datax-common-plugin,tis-datax-common-rdbms-plugin,tis-ds-mysql-plugin,tis-ds-mysql-v8-plugin,tis-flink-dependency,tis-k8s-plugin,tis-realtime-flink,tis-chunjun-base-plugin,tis-datax-doris-starrocks-plugin,tis-flink-chunjun-doris-plugin,tis-ds-mysql-v5-plugin,tis-flink-chunjun-mysql-plugin,tis-datax-elasticsearch-plugin,tis-sink-elasticsearch7-plugin,tis-datax-kafka-plugin,tis-flink-chunjun-kafka-plugin,tis-flink-cdc-mysql-plugin,flink/mysql_es
faild plugins desc:FailedPlugins is Empty
at com.qlangtech.tis.extension.UberClassLoader.findClass(UberClassLoader.java:137)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at com.qlangtech.plugins.incr.flink.TISChildFirstClassLoader.loadClassWithoutExceptionHandling(TISChildFirstClassLoader.java:52)
at org.apache.flink.util.FlinkUserCodeClassLoader.loadClass(FlinkUserCodeClassLoader.java:48)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348) |
baisui1981
added a commit
to qlangtech/plugins
that referenced
this issue
Mar 24, 2023
fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: