Pinned Loading
-
pingcap/tidb
pingcap/tidb PublicTiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
-
chaos-mesh/chaos-mesh
chaos-mesh/chaos-mesh PublicA Chaos Engineering Platform for Kubernetes.
-
tikv/pprof-rs
tikv/pprof-rs PublicA Rust CPU profiler implemented with the help of backtrace-rs
725 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
September 2025
Created 20 commits in 3 repositories
Created 3 repositories
-
YangKeao/docs-tidb-operator
Python
This contribution was made on Sep 19
-
YangKeao/tiproxy
Go
This contribution was made on Sep 14
-
YangKeao/audit-log-test
Go
This contribution was made on Sep 11
Created a pull request in pingcap/tidb that received 17 comments
executor, plugin: add statement id info to the plugin
What problem does this PR solve?
Issue Number: close #63525
Problem Summary:
Now, the plugin doesn't know the statement id of PREPARE/CLOSE
statement.
+207
−63
lines changed
•
17
comments
Opened 23 other pull requests in 4 repositories
pingcap/tiproxy
15
merged
-
store: add cache for file name and size
This contribution was made on Sep 17
-
store: read file asynchronously
This contribution was made on Sep 17
-
replayer: initialize pprof http endpoints for replayer cli
This contribution was made on Sep 17
-
store: fix the issue that marker doesn't have path prefix
This contribution was made on Sep 17
-
cmd: optimize the performance of audit log decoder by reusing line KV
This contribution was made on Sep 16
-
replay: each sub decoder uses their own goroutine to decode
This contribution was made on Sep 16
-
cmd: use the
stmtID
from audit log and implement twops-close
mode:directed
andalways
.This contribution was made on Sep 16 -
store: quickly fetch needed file on S3 through Marker
This contribution was made on Sep 15
-
store: fix the timezone issue in parsing file name
This contribution was made on Sep 15
-
replay: remove the sort/heap logic in buffer logic, use FIFO buffer instead
This contribution was made on Sep 15
-
replay: implement a buffered asynchronous decoder
This contribution was made on Sep 15
-
replay: filter audit log by the time in filename
This contribution was made on Sep 14
-
replayer: modify the default value of comand-start-time to zero time
This contribution was made on Sep 14
-
replay: implement reading commands from multiple sources
This contribution was made on Sep 14
-
cmd, replay: filter out the commands before command start time
This contribution was made on Sep 14
pingcap/tidb
2
open
3
merged
1
closed
-
[DNM] cherry pick plugin update to tidb v7.5.3 to build test image
This contribution was made on Sep 19
-
session: fix test cases
TestBootstrapWithError
,TestTableReaderChunk
,TestIndexLookUpReaderChunk
for nextgenThis contribution was made on Sep 16 -
plugin: add starting event for EXECUTE command.
This contribution was made on Sep 12
-
parser: modify parser to support partial index
This contribution was made on Sep 10
-
DNM: add user and databases
This contribution was made on Sep 4
-
test: fix
TestFailBusyServerCop
andTestRequestSource
for nextgenThis contribution was made on Sep 2
pingcap/docs-tidb-operator
1
open
-
security: add docs for reloading certs in
TLS between TiDB components
docThis contribution was made on Sep 19
pingcap/docs
1
open
-
security: add steps to validate TLS between components
This contribution was made on Sep 19
Reviewed 26 pull requests in 3 repositories
pingcap/tidb
13 pull requests
-
pkg/config: add buffer config for plugin audit log
This contribution was made on Sep 22
-
executor, plugin: add statement id info to the plugin (#63526)
This contribution was made on Sep 18
-
*: enable next-gen UT for bindinfo
This contribution was made on Sep 16
-
executor, plugin: add statement id info to the plugin
This contribution was made on Sep 16
-
executor: Optimize hash join/agg for
__bin
collatorThis contribution was made on Sep 15 -
sessionctx: fix a deadlock when set
tidb_restricted_read_only = true
(#55407)This contribution was made on Sep 12 -
parser: modify parser to support partial index
This contribution was made on Sep 10
-
ddl,tables: only write the index when it meets partial index condition
This contribution was made on Sep 4
-
test: fix TestResolvedLargeTxnLocks panic in nextgen
This contribution was made on Sep 2
-
sem: add tidb_cloud_storage_uri to SEM hidden variable list
This contribution was made on Sep 2
-
sessionctx: reuse
Mutex
inStatementContext
struct (#60004)This contribution was made on Sep 2 -
sessionctx: reuse
Mutex
inStatementContext
struct (#60004)This contribution was made on Sep 2 -
executor: fix issue explain analyze DML with foreign key cascade may has bug
This contribution was made on Sep 1
pingcap/tiproxy
12 pull requests
-
cmd: use the
stmtID
from audit log and implement twops-close
mode:directed
andalways
.This contribution was made on Sep 18 -
sqlreplay: add logs about exception count and open file duration
This contribution was made on Sep 18
-
meter: update metering sdk
This contribution was made on Sep 18
-
replay: add more fields to replay logs
This contribution was made on Sep 17
-
router: fix the cluster_id is wrong in the metering data
This contribution was made on Sep 17
-
sqlreplay: add logs for replay progress
This contribution was made on Sep 16
-
server: fix metering data is not written
This contribution was made on Sep 16
-
replay: each sub decoder uses their own goroutine to decode
This contribution was made on Sep 16
-
replay, cmd: support ignoring errors in replay
This contribution was made on Sep 15
-
cmd: break the replayer when received signals
This contribution was made on Sep 15
-
replay: fix report may not be written before close
This contribution was made on Sep 14
-
cmd, sqlreplay: support client mode to replay audit logs
This contribution was made on Sep 14
pingcap/log
1 pull request
-
support
zapcore.BufferedWriteSyncer
as an option.This contribution was made on Sep 17
Created an issue in pingcap/tiproxy that received 2 comments
Decode audit logs in advance
Development Task
We should decode the audit log in advance and output them in order, because COMPLETED_TIME - COST_TIME
will make the later audit l…
2
comments
Opened 21 other issues in 2 repositories
pingcap/tiproxy
1
open
14
closed
-
Avoid
create user
andload data local infile
statement from the audit log decoderThis contribution was made on Sep 18 -
Cache the filemeta from S3 storage
This contribution was made on Sep 17
-
Read from the storage asynchronously
This contribution was made on Sep 17
-
Add
pprof
endpoint for replayer cli toolThis contribution was made on Sep 17 -
Iterate audit log doesn't add prefix
This contribution was made on Sep 17
-
Improve the performance of
Decode
functionThis contribution was made on Sep 16 -
Support reading
PREPARE/CLOSE
event from audit logThis contribution was made on Sep 16 -
Use standalone goroutine to
Decode
from each sourceThis contribution was made on Sep 16 -
Real command goes after
use xxx
after re-orderingThis contribution was made on Sep 15 -
Filter by audit log file is wrong fore timezone issue
This contribution was made on Sep 15
-
List S3 file with prefix
This contribution was made on Sep 15
-
filter the file of audit log
This contribution was made on Sep 14
-
The default value of
command-start-time
should be zero time, but nottime.Now()
.This contribution was made on Sep 14 -
Support reading multiple traffic paths concurrently
This contribution was made on Sep 14
-
Support replaying with a specified start time
This contribution was made on Sep 14
pingcap/tidb
4
closed
2
open
-
TestBootstrapWithError
,TestTableReaderChunk
,TestIndexLookUpReaderChunk
failed to next genThis contribution was made on Sep 16 -
Record the statement id in plugin context
This contribution was made on Sep 16
-
plugin: only
ComQuery
will print STARTING event for audit pluginThis contribution was made on Sep 12 -
Implement the parser of partial index
This contribution was made on Sep 10
-
Fix test
TestFailBusyServerCop
andTestRequestSource
for nextgenThis contribution was made on Sep 2 -
negative connection count in grafana
This contribution was made on Sep 1
20
contributions
in private repositories
Sep 8 – Sep 22