Skip to content
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

管道创建流程中更改端类型会出错 #312

Closed
baisui1981 opened this issue Apr 19, 2024 · 1 comment
Closed

管道创建流程中更改端类型会出错 #312

baisui1981 opened this issue Apr 19, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@baisui1981
Copy link
Member

  1. 在pipeline创建阶段,当用户先选择 mysql-> doris 类型的同步,选择完表,
  2. 然后,回退到端类型选择页面,重新选择了 mysql-> mysql,再进入下一步选择页面节点机会出错

错误如下:

Caused by: java.lang.RuntimeException: fetchKeys:seqKey,primaryKeys,name,where,cols,hasKeys:KEY_SOURCE_PROPS,KEY_FIELD_COLS,KEY_FIELD_PRIMARY_KEYS,sourceProps,name,primaryKeys,where,cols,MSG_ERROR_NAME_DUPLICATE
	at com.qlangtech.tis.extension.impl.RootFormProperties.getInstancePropsJson(RootFormProperties.java:82)
	at com.qlangtech.tis.util.DescribableJSON.getItemJson(DescribableJSON.java:85)
	at com.qlangtech.tis.extension.impl.SuFormProperties.addSubItems(SuFormProperties.java:291)
	at com.qlangtech.tis.extension.impl.BaseSubFormProperties.createSubFormVals(BaseSubFormProperties.java:159)
	... 129 more
Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Can not set com.qlangtech.tis.plugin.datax.seq.SeqKey field com.qlangtech.tis.plugin.datax.doris.DorisSelectedTab.seqKey to com.qlangtech.tis.plugin.datax.SelectedTab
	at com.qlangtech.tis.extension.impl.PropertyType.getVal(PropertyType.java:451)
	at com.qlangtech.tis.extension.impl.RootFormProperties.getInstancePropsJson(RootFormProperties.java:68)
	... 132 more
Caused by: java.lang.IllegalArgumentException: Can not set com.qlangtech.tis.plugin.datax.seq.SeqKey field com.qlangtech.tis.plugin.datax.doris.DorisSelectedTab.seqKey to com.qlangtech.tis.plugin.datax.SelectedTab
	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
	at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
	at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:58)
	at sun.reflect.UnsafeObjectFieldAccessorImpl.get(UnsafeObjectFieldAccessorImpl.java:36)
	at java.lang.reflect.Field.get(Field.java:393)
	at com.qlangtech.tis.extension.impl.PropertyType.getVal(PropertyType.java:442)
	... 133 more
@baisui1981 baisui1981 added the bug Something isn't working label Apr 19, 2024
@baisui1981 baisui1981 added this to the v4.0.0 milestone Apr 19, 2024
@baisui1981
Copy link
Member Author

已经修改了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant