liutang123 commented on a change in pull request #6580:
URL: https://github.com/apache/incubator-doris/pull/6580#discussion_r703225443
##
File path:
fe/fe-core/src/test/java/org/apache/doris/catalog/CreateTableLikeTest.java
##
@@ -110,10 +113,10 @@ private static void checkCre
gj-zhang commented on issue #236:
URL: https://github.com/apache/incubator-doris/issues/236#issuecomment-914108506
@freedomme 请问你是怎么解决的? 我现在就有这个问题。不过我不是虚拟机不是的
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
github-actions[bot] commented on pull request #6553:
URL: https://github.com/apache/incubator-doris/pull/6553#issuecomment-914122450
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
morningman merged pull request #6553:
URL: https://github.com/apache/incubator-doris/pull/6553
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: com
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 56b2a33 [Feature] Support Integer-Types value in like predicate
(#6579)
add de66312 [Job Clean]
morningman opened a new issue #6584:
URL: https://github.com/apache/incubator-doris/issues/6584
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
tru
morningman opened a new issue #6585:
URL: https://github.com/apache/incubator-doris/issues/6585
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
tru
morningman opened a new pull request #6586:
URL: https://github.com/apache/incubator-doris/pull/6586
## Proposed changes
1. Free the expr memory in olap scanner periodically to reduce memory usage
of query.
2. Ignore dropped tablet when finishing delete operation.
## Types
morningman opened a new issue #6587:
URL: https://github.com/apache/incubator-doris/issues/6587
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
tru
morningman commented on pull request #6547:
URL: https://github.com/apache/incubator-doris/pull/6547#issuecomment-914279163
Hi @srikker the FE unit test compile failed.
You can run `mvn clean install -DskipTests` to see, or just running `sh
run-fe-ut.sh`
--
This is an automated messa
morningman merged pull request #6544:
URL: https://github.com/apache/incubator-doris/pull/6544
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: com
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-0.14
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.14 by this push:
new 9800fd3 [Bug] fix bug co
morningman commented on pull request #6582:
URL: https://github.com/apache/incubator-doris/pull/6582#issuecomment-914383149
Hi @dh-cloud , thanks for your PR.
Can this be reproduced by some steps?
--
This is an automated message from the Apache Git Service.
To respond to the message, p
morningman commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-914388651
Could your explain more about `query traffic limit` in your issue #6508 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
github-actions[bot] commented on pull request #6572:
URL: https://github.com/apache/incubator-doris/pull/6572#issuecomment-914799961
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
morningman commented on pull request #6570:
URL: https://github.com/apache/incubator-doris/pull/6570#issuecomment-914803270
Hi @smallhibiscus , thanks for your PR. Could you please describe the what
is this demo for?
--
This is an automated message from the Apache Git Service.
To respond
dh-cloud commented on pull request #6582:
URL: https://github.com/apache/incubator-doris/pull/6582#issuecomment-914869176
> Hi @dh-cloud , thanks for your PR.
> Can this be reproduced by some steps?
3 fe,execute many insert into statement,during the executing, close the 2
follow
dh-cloud edited a comment on pull request #6582:
URL: https://github.com/apache/incubator-doris/pull/6582#issuecomment-914869176
> Hi @dh-cloud , thanks for your PR.
> Can this be reproduced by some steps?
3 fe,execute many insert into statement,during the executing, close the 2
dh-cloud opened a new pull request #6588:
URL: https://github.com/apache/incubator-doris/pull/6588
when close all ExprContext, case be core dump, then be quit
``` *** Check failure stack trace: ***
@ 0x2abc6dd google::LogMessage::Fail()
@ 0x2abe564 g
liutang123 commented on pull request #6580:
URL: https://github.com/apache/incubator-doris/pull/6580#issuecomment-914889059
Please rebase to master
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
yangzhg commented on issue #6574:
URL:
https://github.com/apache/incubator-doris/issues/6574#issuecomment-914889454
> 这个问题是因为client参数链接你的s3存储有问题, s3路径有两种,默认的解析可能有问题。
> be代码s3_util.cpp改为下面另外一种,把useVirtualAdressing改为false。
> new Aws::S3::S3Client(aws_cred, aws_config,
Aws::Client::AWSA
345362231 commented on issue #6574:
URL:
https://github.com/apache/incubator-doris/issues/6574#issuecomment-914890459
> 这个问题是因为client参数链接你的s3存储有问题, s3路径有两种,默认的解析可能有问题。
> be代码s3_util.cpp改为下面另外一种,把useVirtualAdressing改为false。
> new Aws::S3::S3Client(aws_cred, aws_config,
Aws::Client::AW
yangzhg commented on issue #6574:
URL:
https://github.com/apache/incubator-doris/issues/6574#issuecomment-914890958
> 使用他这个方法,build新的palo_be,替换后,测试备份还原是可以使用的
你可以通过 export MINIO_DOMAIN=mydomain.com 使minio 支持VirtualHost style, path
style 因为安全问题 已经被大多数云储存厂商逐渐废弃了
--
This is an autom
ccoffline closed issue #6155:
URL: https://github.com/apache/incubator-doris/issues/6155
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-u
ccoffline commented on issue #6155:
URL:
https://github.com/apache/incubator-doris/issues/6155#issuecomment-914891735
fixed by #6386
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
yangzhg edited a comment on issue #6574:
URL:
https://github.com/apache/incubator-doris/issues/6574#issuecomment-914890958
> 使用他这个方法,build新的palo_be,替换后,测试备份还原是可以使用的
他的方式 在只使用一种对象存储时可用,但是大多数时候是不合适的
你可以通过 export MINIO_DOMAIN=mydomain.com 使minio 支持VirtualHost style, path
style 因为安全问题 已
yangzhg edited a comment on issue #6574:
URL:
https://github.com/apache/incubator-doris/issues/6574#issuecomment-914890958
> 使用他这个方法,build新的palo_be,替换后,测试备份还原是可以使用的
他的方式 在只使用一种对象存储时可用,但是大多数时候是不合适的
你可以通过 export MINIO_DOMAIN=mydomain.com 使minio 支持VirtualHost style, path
style 因为安全
dh-cloud edited a comment on pull request #6582:
URL: https://github.com/apache/incubator-doris/pull/6582#issuecomment-914869176
> Hi @dh-cloud , thanks for your PR.
> Can this be reproduced by some steps?
3 fe,execute many insert into statement,during the executing, close the 2
yangzhg commented on a change in pull request #6532:
URL: https://github.com/apache/incubator-doris/pull/6532#discussion_r704009711
##
File path:
fe/fe-core/src/main/java/org/apache/doris/http/action/WebBaseAction.java
##
@@ -67,12 +67,12 @@
+ " rel=\"stylesheet\
ccoffline commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-914900742
> Could your explain more about `query traffic limit` in your issue #6508 ?
I didn't put `query traffic limit` in this pr. This is still experimental on
one of o
ccoffline commented on pull request #6577:
URL: https://github.com/apache/incubator-doris/pull/6577#issuecomment-914904753
I just looked into #6192 and `sql block rule` cannot support traffic limit,
but I think traffic limit is better set in the user properties.
--
This is an automated m
jkryanchou commented on issue #5215:
URL:
https://github.com/apache/incubator-doris/issues/5215#issuecomment-914938070
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
morningman commented on issue #5215:
URL:
https://github.com/apache/incubator-doris/issues/5215#issuecomment-914939424
show tablet 3332602; and than execute the `show proc` stmt in result to
check the replica status first.
--
This is an automated message from the Apache Git Service.
To
morningman edited a comment on issue #5215:
URL:
https://github.com/apache/incubator-doris/issues/5215#issuecomment-914939424
show tablet tablet_id; and than execute the `show proc` stmt in result to
check the replica status first.
--
This is an automated message from the Apache Git Ser
morningman edited a comment on issue #5215:
URL:
https://github.com/apache/incubator-doris/issues/5215#issuecomment-914939424
show tablet 3332602; and than execute the `show proc` stmt in result to
check the replica status first.
--
This is an automated message from the Apache Git Servi
srikker commented on pull request #6547:
URL: https://github.com/apache/incubator-doris/pull/6547#issuecomment-914968536
> Hi @srikker the FE unit test compile failed.
> You can run `mvn clean install -DskipTests` to see, or just running `sh
run-fe-ut.sh`
--
This is an automated mess
srikker closed pull request #6547:
URL: https://github.com/apache/incubator-doris/pull/6547
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commit
srikker commented on pull request #6547:
URL: https://github.com/apache/incubator-doris/pull/6547#issuecomment-914972655
> > Hi @srikker the FE unit test compile failed.
> > You can run `mvn clean install -DskipTests` to see, or just running `sh
run-fe-ut.sh`
ut error has fixed, l
38 matches
Mail list logo