-
Notifications
You must be signed in to change notification settings - Fork 124
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
Execute ddl statement diff from the studio #504
Comments
你之前是不是有创建过同名的tag 又删除了? 你用java client 去执行下 查看tag的schema,是否也复现这个问题 |
我换了个 补充说明: |
好的,感谢补充信息。 我在本地多次操作没有复现出这个问题,也有可能是我们使用的版本不一致。 |
还有,”执行完create tag ... 语句后, 执行"desc tag ..." 语句依旧存在以上问题, 该问题的复现率很高, 也存在部分创建正确的案例.“ 这个都是在java client中操作的吗 |
A1: studio version: v3.2.0 |
如果你是创建和查询tag都在client里面操作且都能复现,那和studio没关系的。 你有查看你创建tag的请求的响应结果吗,结果是成功的吗? |
至少目前线上能得到反馈是, studio/console 提交执行和 sdk 提交执行 响应结果不一致.
检查过了的, 通过远程debug线上环境, 看到ResultSet#isSucceeded 是执行成功的.
补充这个 fragment是必要的吗,对执行有特别的影响吗? |
这个问题还是第一次遇到,确定连接的是同一个服务吧, 还有检查下你的线上环境中不存在其他版本的client的jar包。 我在本地没有复现的,需要和其他同学再看看还需要什么信息。 |
还有什么办法能排查呢?是否能通过某些日志来排查呢? |
分别提供在java client和console中执行 |
Describe the bug (required)
通过nebula-java 提交ddl语句,执行结果与预期不符合.
预期结果: 比如创建tag 指定属性A,B,C
执行结果: 创建tag, 多出了很多未指定的属性名.
运行相关截图:
这里创建了
atestmertriccplt
实体仅id,name属性但是通过studio/console检查ddl的执行结果,发现创建的属性有很大的问题.
但是如果通过studio/console 提交ddl语句,执行结果与预期相符.
Your Environments (required)
How To Reproduce(required)
nebula-java#3.0.0 版本提交创建tag语句, 与studio提交创建tag语句相比较即可.
Expected behavior
目前给出的信息来看, 需要nebula-java这边检查下是客户端的原因还是nebula的缺陷.
至少在studio的执行角度来看, nebula服务端没有问题.
Additional context
The text was updated successfully, but these errors were encountered: