This is an automated email from the ASF dual-hosted git repository.
alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new d9fc68f62 KUDU-3402 Update trace-viewer with newest catapult changes.
d9fc68f62 is described below
commit d9fc68f62bf160249f578d2a7e052a732fa5cc1f
Author: Zoltan Martonka <[email protected]>
AuthorDate: Wed Jul 19 16:17:59 2023 +0000
KUDU-3402 Update trace-viewer with newest catapult changes.
Kudu trace viewer was originally forked from the about_tracing with
minimal changes.
I have done the following steps:
1. Merge master from github.com/catapult-project/catapult into
the kudu branch in github.com/cloudera/catapult.
2. Override the kudu_tracing with about_tracing (git hash:
c23fd238e1e9704fb4386):
$ cd tracing/tracing/ui/extras
$ cp about_tracing/* kudu_tracing/
$ cd kudu_tracing/
$ cp about_tracing.html kudu_tracing.html
$ rm about_tracing.html
$ sed -i 's/about_tracing/kudu_tracing/g' *
3. Redo the few changes that was needed for Kudu and restore the old
filter format:
https://github.com/cloudera/catapult/commit/003d1462c43c196462f2f317f4d89116c7ca7421
Change-Id: I931de59a2cad944bfb945b3e1bee3e9c96b5b34b
Reviewed-on: http://gerrit.cloudera.org:8080/20188
Reviewed-by: Marton Greber <[email protected]>
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
---
thirdparty/vars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 7e48c574d..faed858af 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -162,7 +162,7 @@ PYTHON_SOURCE=$TP_SOURCE_DIR/$PYTHON_NAME
#
# The source can be found in the 'kudu' branch of
https://github.com/cloudera/catapult
# and built with "tracing/kudu-build.sh" included within the repository.
-TRACE_VIEWER_VERSION=21d76f8350fea2da2aa25cb6fd512703497d0c11
+TRACE_VIEWER_VERSION=99efe2f56191867ba7bb602c7c227dea6d576d2f
TRACE_VIEWER_NAME=kudu-trace-viewer-$TRACE_VIEWER_VERSION
TRACE_VIEWER_SOURCE=$TP_SOURCE_DIR/$TRACE_VIEWER_NAME