924060929 commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786466573
@wuyunfeng OK, first I think the same solution as you note, but don't know
where the place the NoOpLock, we can add a inner class, or add some public
class in any pack
wuyunfeng commented on a change in pull request #5325:
URL: https://github.com/apache/incubator-doris/pull/5325#discussion_r583331970
##
File path: be/src/http/http_client.h
##
@@ -66,6 +66,11 @@ class HttpClient {
curl_easy_setopt(_curl, CURLOPT_COPYPOSTFIELDS, post_b
wuyunfeng commented on issue #5420:
URL:
https://github.com/apache/incubator-doris/issues/5420#issuecomment-786451720
@demon-gu I would resolve this problem soon.
This is an automated message from the Apache Git Service.
wuyunfeng commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786450377
I just using `Java` describe the implementation which I would prefer:
First define a `NoOpLock`:
```
protected static final class NoOpLock implements Lo
924060929 commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786439923
> @924060929 I suggest that there can be such an optimization
@wuyunfeng done
This is an automa
924060929 commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786428886
@wuyunfeng OK, I will add this optimization soon
This is an automated message from the Apache Git Serv
HangyuanLiu commented on a change in pull request #4479:
URL: https://github.com/apache/incubator-doris/pull/4479#discussion_r513149723
##
File path: docs/zh-CN/administrator-guide/query_cache.md
##
@@ -0,0 +1,147 @@
+---
+{
+"title": "QUERY CACHE",
+"language": "zh-CN"
This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new e93a6da [Doc] correct format errors
EmmyMiao87 merged pull request #5321:
URL: https://github.com/apache/incubator-doris/pull/5321
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
nimuyuhan opened a new pull request #5428:
URL: https://github.com/apache/incubator-doris/pull/5428
## Proposed changes
The following class
org.apache.doris.clone.ColocateTableBalancer
org.apache.doris.common.proc.ProcService
org.apache.doris.rpc.BackendServiceProxy
org.
wuyunfeng commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786380570
@924060929 I suggest that there can be such an optimization
This is an automated message from the Apac
924060929 commented on pull request #5425:
URL: https://github.com/apache/incubator-doris/pull/5425#issuecomment-786375108
Gentle ping @imay
This is an automated message from the Apache Git Service.
To respond to the message
924060929 commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-786366712
> @924060929 This is a nice capture. I am curious about whether the lock is
necessary when running in sync mode (default mode)?
Unnecessary, just for simplify. S
demon-gu closed issue #5420:
URL: https://github.com/apache/incubator-doris/issues/5420
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
copperybean opened a new pull request #5427:
URL: https://github.com/apache/incubator-doris/pull/5427
Currently, java codes in Doris are separated to several modules, users may
forget to copy some jar file when upgrading the service. Such as fe-common.jar,
and it's really dangerous because
copperybean opened a new issue #5426:
URL: https://github.com/apache/incubator-doris/issues/5426
Currently, java codes in Doris are separated to several modules, users may
forget to copy some jar file when upgrading the service. Such as fe-common.jar,
and it's really dangerous because the
wuyunfeng edited a comment on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-785891786
@924060929 This is a nice capture. I am curious about whether the lock is
necessary when running in sync mode (default mode)?
wuyunfeng commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-785891786
@924060929 This is a nice capture. I am curious about whether the lock is
necessary when running in sync mode?
--
924060929 opened a new pull request #5425:
URL: https://github.com/apache/incubator-doris/pull/5425
## Proposed changes
fix #5424
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [x] Bugfix (no
924060929 commented on pull request #5336:
URL: https://github.com/apache/incubator-doris/pull/5336#issuecomment-785865628
Gentle ping @wuyunfeng
This is an automated message from the Apache Git Service.
To respond to the me
924060929 opened a new issue #5424:
URL: https://github.com/apache/incubator-doris/issues/5424
**Describe the bug**
hyper log log aggreate 160 items will terminate `backend`
**To Reproduce**
Steps to reproduce the behavior:
1. create a test table
```sql
CREATE TABLE
EmmyMiao87 commented on issue #1362:
URL:
https://github.com/apache/incubator-doris/issues/1362#issuecomment-785732219
This is a bdbje bug.
The solution is following:
clean the palo-meta/ dir
start with --helper again
it becomes normal.
---
22 matches
Mail list logo