-
Notifications
You must be signed in to change notification settings - Fork 52
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
关于SCDB API调用出现的问题 #440
Comments
用的是哪个版本的? |
用的是0.9.2b1,最新版本。 SELECT ta.credit_rank, COUNT(*) as cnt, AVG(ta.income) as avg_income, AVG(tb.order_amount) as avg_amount FROM ta INNER JOIN tb ON ta.ID = tb.ID WHERE ta.age >= 20 AND ta.age <= 30 AND tb.is_active=1 GROUP BY ta.credit_rank; |
您好,能提供下部署的环境信息吗?(os、cpu架构等,以及是否有特殊网关配置) |
能否补充下scqlengine的日志? docker logs xxx-engine-xxx |
目前看bob-engine的日志有点奇怪,try stop send thread不应该出现。(除非timeout到了,作业被取消) |
我这边好像发现了问题,因为我这边想修改engine之间的通信,改成http协议,所以我在gflags.conf文件加了下面的配置: --driver_enable_ssl_as_client=false 然后把这些配置注释后,重启engine后,就正常了。 |
问题二: 使用异步api的问题。先调用/public/submit_query,再调用/public/fetch_result,一直是拿不到结果。查询的sql也是比较简单。 |
Issue Type
Others
Have you searched for existing issues?
Yes
Link to Relevant Documentation
No response
Question Details
The text was updated successfully, but these errors were encountered: