RPC

2024-11-14 Thread 2265
hello! we used doris in our production environment,we often encountered the error problem that affacting the production data query,but we can not locate the specific reason for the error,help to assist in the investigation,please doris version:doris-1.2.2-rc01-Unknown /doris-2.0.1-rc

RPC超时

2024-11-14 Thread 2265
hello! we used doris in our production environment,we often encountered the error problem that affacting the production data query,but we can not locate the specific reason for the error,help to assist in the investigation,please doris version:doris-1.2.2-rc01-Unknown /doris-2.

[DISCUSS] Support UDF through RPC call

2021-12-28 Thread 寒江雪
Hi all: More and more users have requirements for UDF, but because the doris udf implementation framework is very complex and only supports the C++ language, many users are not capable of implementing UDF, so I want to implement UDF through RPC. This brings several benefits: 1. The udf

[GitHub] [incubator-doris] imay merged pull request #1567: Broker load hang when rpc failed

2019-07-31 Thread GitBox
imay merged pull request #1567: Broker load hang when rpc failed URL: https://github.com/apache/incubator-doris/pull/1567 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1567: Broker load hang when rpc failed

2019-07-31 Thread GitBox
EmmyMiao87 opened a new pull request #1567: Broker load hang when rpc failed URL: https://github.com/apache/incubator-doris/pull/1567 Broker load hang on broker reader when the thrift request between broker and be is failed

[GitHub] [incubator-doris] morningman commented on issue #109: ERROR 5036 (HY000): exec rpc errorUNKONWN

2019-05-14 Thread GitBox
morningman commented on issue #109: ERROR 5036 (HY000): exec rpc errorUNKONWN URL: https://github.com/apache/incubator-doris/issues/109#issuecomment-492122188 Reopen it if happening again This is an automated message from the

[GitHub] [incubator-doris] morningman closed issue #109: ERROR 5036 (HY000): exec rpc errorUNKONWN

2019-05-14 Thread GitBox
morningman closed issue #109: ERROR 5036 (HY000): exec rpc errorUNKONWN URL: https://github.com/apache/incubator-doris/issues/109 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] imay closed pull request #354: Avoid 'No more data to read' error when handling stream load RPC

2018-11-26 Thread GitBox
imay closed pull request #354: Avoid 'No more data to read' error when handling stream load RPC URL: https://github.com/apache/incubator-doris/pull/354 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for t

[GitHub] morningman commented on a change in pull request #354: Avoid 'No more data to read' error when handling stream load RPC

2018-11-26 Thread GitBox
morningman commented on a change in pull request #354: Avoid 'No more data to read' error when handling stream load RPC URL: https://github.com/apache/incubator-doris/pull/354#discussion_r236530948 ## File path: fe/src/main/java/org/apache/doris/service/FrontendServic

[GitHub] imay commented on a change in pull request #354: Avoid 'No more data to read' error when handling stream load RPC

2018-11-26 Thread GitBox
imay commented on a change in pull request #354: Avoid 'No more data to read' error when handling stream load RPC URL: https://github.com/apache/incubator-doris/pull/354#discussion_r236528549 ## File path: fe/src/main/java/org/apache/doris/service/FrontendServic

[GitHub] morningman opened a new pull request #354: Avoid 'No more data to read' error when handling stream load RPC

2018-11-26 Thread GitBox
morningman opened a new pull request #354: Avoid 'No more data to read' error when handling stream load RPC URL: https://github.com/apache/incubator-doris/pull/354 1. Catch throwable of all stream load rpc. 2. Avoid setting null string as error msg of rpc res

[GitHub] imay closed pull request #296: Be compatible with old rpc

2018-11-09 Thread GitBox
imay closed pull request #296: Be compatible with old rpc URL: https://github.com/apache/incubator-doris/pull/296 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] imay opened a new pull request #296: Be compatible with old rpc

2018-11-09 Thread GitBox
imay opened a new pull request #296: Be compatible with old rpc URL: https://github.com/apache/incubator-doris/pull/296 Add palo.PInternalService which can server old version palo's client. Issue: #293 This