empiredan merged PR #1130:
URL: https://github.com/apache/incubator-pegasus/pull/1130
--
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: dev-unsubscr...@pe
acelyc111 closed pull request #728: improve performance of count_data
URL: https://github.com/apache/incubator-pegasus/pull/728
--
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.
acelyc111 commented on PR #728:
URL:
https://github.com/apache/incubator-pegasus/pull/728#issuecomment-1237611627
Has been implemented by
https://github.com/apache/incubator-pegasus/pull/1091, so I close it.
Thanks @ZhongChaoqiang
--
This is an automated message from the Apache Git S
acelyc111 commented on code in PR #1142:
URL: https://github.com/apache/incubator-pegasus/pull/1142#discussion_r963215373
##
.github/workflows/regular-build.yml:
##
@@ -0,0 +1,163 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agr
acelyc111 commented on code in PR #1132:
URL: https://github.com/apache/incubator-pegasus/pull/1132#discussion_r963214249
##
src/rdsn/src/runtime/task/task_spec.cpp:
##
@@ -232,6 +236,12 @@ bool task_spec::init()
return false;
}
}
+
+
acelyc111 commented on code in PR #1133:
URL: https://github.com/apache/incubator-pegasus/pull/1133#discussion_r963209655
##
.github/workflows/lint_and_test_cpp.yaml:
##
@@ -373,6 +373,90 @@ jobs:
./scripts/config_hdfs.sh
./run.sh test --on_travis -m ${{ ma
acelyc111 closed pull request #1115: refactor(CI): enable and parallelize
function test
URL: https://github.com/apache/incubator-pegasus/pull/1115
--
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
hycdong commented on issue #1140:
URL:
https://github.com/apache/incubator-pegasus/issues/1140#issuecomment-1236776146
Thanks for your bug report~
> `update_partition_metadata_on_remote_storage` and
`update_partition_info_on_remote_storage` ‘s order are not guaranteed.
Functio