empiredan commented on code in PR #1484:
URL:
https://github.com/apache/incubator-pegasus/pull/1484#discussion_r1202226257
##########
src/runtime/task/task_queue.cpp:
##########
@@ -114,4 +128,14 @@ void task_queue::enqueue_internal(task *task)
tls_dsn.last_worker_queue_size = increase_count();
enqueue(task);
}
+
+const metric_entity_ptr &task_queue::queue_metric_entity() const
+{
+ CHECK_NOTNULL(_queue_metric_entity,
Review Comment:
OK, I'll fix the checks for all related entities.
##########
.github/workflows/lint_and_test_cpp.yaml:
##########
@@ -147,9 +147,13 @@ jobs:
./run.sh build --test --skip_thirdparty -j $(nproc) -t release
ccache -s
- name: Pack Server
- run: ./run.sh pack_server
+ run: |
+ ./run.sh pack_server
+ rm -rf pegasus-server-*
Review Comment:
OK.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]