|
5e391b5bea
|
make ObQSyncLock read priority
|
2023-03-14 16:11:07 +00:00 |
|
|
91a52683fb
|
observer should exit if listen rpc port failed
|
2023-03-14 15:40:42 +00:00 |
|
|
4fc5c53c37
|
mark dblink connection unusable when execute query failed
|
2023-03-14 14:44:16 +00:00 |
|
|
55b78ca715
|
delete some legacy code and fix several file description leak.
|
2023-03-14 13:40:49 +00:00 |
|
|
d765e76db2
|
fix heart beat remove bug
|
2023-03-14 13:11:35 +00:00 |
|
|
fb5e8bac89
|
fix compile warnings in perf mode
|
2023-03-14 11:40:54 +00:00 |
|
|
21748483c5
|
fix pnio coredump when ref wq_queue
|
2023-03-14 10:13:30 +00:00 |
|
|
0c1246660d
|
[CP] [refine] add statistics for distributed trans total used time
|
2023-03-13 13:11:06 +00:00 |
|
|
4ae800e828
|
Remove external links in comments
|
2023-03-13 08:11:16 +00:00 |
|
|
30692c91ff
|
[4.2] Add pcode for duplicate ls createment
|
2023-03-13 07:41:04 +00:00 |
|
|
325a4e30c6
|
Fix Links of yuque
|
2023-03-10 08:13:58 +00:00 |
|
|
a51173a6e5
|
[BUGFIX] fix lob outrow charset conv to client
|
2023-03-10 07:41:13 +00:00 |
|
|
a9d8b3e4fe
|
[CP] remove unsafe urls
|
2023-03-10 07:13:56 +00:00 |
|
|
c9177f7439
|
[BUGFIX] fix lob locator helper print row id for last row
|
2023-03-10 03:43:59 +00:00 |
|
|
91d94ce27a
|
remove links.
|
2023-03-09 13:44:23 +00:00 |
|
|
52c3cde4eb
|
fix core when run dbms_debug_sqlqa.debug_test3_oracle
|
2023-03-09 12:41:56 +00:00 |
|
|
51c2177230
|
Clear sensitive url information for 2.0 protocol and newsort
|
2023-03-09 09:44:03 +00:00 |
|
|
c57e367520
|
fix the core that sql nio send handshake packet failed and free ObSqlSock twice
|
2023-03-09 09:13:53 +00:00 |
|
|
dd7a43434c
|
remove private url
|
2023-03-09 09:11:11 +00:00 |
|
|
c377a3cb80
|
rm fprintf from zstd_wrapper
|
2023-03-09 08:10:58 +00:00 |
|
|
0bce93fe67
|
Support force set ls as single member for ob_admin.
|
2023-03-09 07:46:13 +00:00 |
|
|
835eaff83e
|
fix:48184271
|
2023-03-09 07:13:23 +00:00 |
|
|
d709d1d765
|
Occupy pcode
|
2023-03-09 03:40:48 +00:00 |
|
|
b9b64478a7
|
fix zstd_obj objcopy error in LTO build mode when in low objcopy version
|
2023-03-08 14:13:33 +00:00 |
|
|
684faf81f1
|
fix the mistake of do_write when write return EAGAIN
|
2023-03-08 06:10:46 +00:00 |
|
|
e785ebb482
|
Reduce rescan pin too much cache handle
|
2023-03-08 03:41:18 +00:00 |
|
|
2c6ee70b35
|
close dblink connection when execute query failed
|
2023-03-07 11:13:33 +00:00 |
|
|
f5e563764a
|
remove monitor tenant and deny user to create tenant named diag
|
2023-03-07 10:43:59 +00:00 |
|
|
d89d11164b
|
fix the bug that sql nio net thread will hang when do_pending_write
|
2023-03-07 07:43:58 +00:00 |
|
|
7f06100d28
|
fix the core that sql nio do_accept_one failed and close the socket after push to close queue
|
2023-03-07 06:43:43 +00:00 |
|
|
bd109eaeb6
|
[BUGFIX] fix vtable query lob use sql level allocator
|
2023-03-07 06:15:50 +00:00 |
|
|
d7da0bcfb3
|
adjust show trace framework
|
2023-03-06 09:43:43 +00:00 |
|
|
e6b7f8e8be
|
fix instr case sensitive
|
2023-03-06 04:43:50 +00:00 |
|
|
03cafacec1
|
fix wrong span_id in full link tracing
|
2023-03-06 04:41:14 +00:00 |
|
|
1581cac17a
|
fix compile in perf mode
|
2023-03-06 04:11:20 +00:00 |
|
|
5722d40f35
|
fix weak read select replica
|
2023-03-06 03:10:54 +00:00 |
|
|
730345eeb7
|
fix the problem of losing extra info in the case of multiple 2.0 protocol packages
|
2023-03-03 09:11:17 +00:00 |
|
|
158dedccd8
|
fix coredump at tenant hook
|
2023-03-03 06:43:32 +00:00 |
|
|
a65db0d0f8
|
timeguard and tenant config opt (5/5)
|
2023-03-02 18:49:10 +00:00 |
|
|
f0c194c308
|
fix bug of obj_leak_checker
|
2023-03-02 18:44:02 +00:00 |
|
|
01644a390c
|
optimize the lock in ObObjectDevice
|
2023-03-02 17:46:58 +00:00 |
|
|
e065d29667
|
fix mittest test_ob_simple_cluster coredump
|
2023-03-02 17:25:58 +00:00 |
|
|
6b0c6d40a2
|
forbid major freeze based on GET_MIN_DATA_VERSION and add compaction diagnose info
|
2023-03-02 17:18:21 +00:00 |
|
|
d0292eae1a
|
[CdcService] fix observer core when rpc concurrently access the ClientLSCtx
|
2023-03-02 16:26:11 +00:00 |
|
|
b8ed723a78
|
fix: large query send rpc should not set group id to pkt
|
2023-03-02 16:20:57 +00:00 |
|
|
284a98ee20
|
fix coredump in ObTrace when oom
|
2023-03-02 16:18:19 +00:00 |
|
|
760b30daf0
|
[master] add new ERROR code OB_TENANT_ID_NOT_MATCH
|
2023-03-02 16:05:01 +00:00 |
|
|
67b46e84c1
|
Make mallok_hook take effect at the beginning of main
|
2023-02-27 11:40:54 +00:00 |
|
|
6272a505cb
|
bugfix: json_exists passing var bugfix
|
2023-02-27 11:11:23 +00:00 |
|
|
b93a775f12
|
fix utf16 ptr add overflow
|
2023-02-27 08:14:00 +00:00 |
|