dh-cloud
dh-cloud
> What is the problem you're facing, exactly? We have some functions/extensions elog messages from QE to the client for debug/dump purposes, e.g. ```c if (client_min_messages == LOG && Gp_role...
> > @dh-cloud I am continue to review your PR. At first glance, it looks good. > > Only one concern is why limit 800 bytes, looks it's existed a...
It can be reproduced by a simple JDBC example: test.java: ```java import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; public class test { public void run() { Connection conn = null; Statement...
We met this issue many times during JMeter tests on **GP6**: ``` $ cat gpdb-2022-08-26_000000.csv | grep AssertImply 2022-08-26 09:40:37.641232 CST,"dbtest","cloud",p558078,th994261120,"10.33.80.20","49397",2022-08-26 09:22:18 CST,0,con21951,cmd1,seg-1,,,,sx1,"FATAL","XX000","Unexpected internal error (cdbdtxcontextinfo.c:71)","AssertImply failed(""!(!(inCursor) || (dtxContextInfo->distributedXid !=...
> > JMeter tests > > Very Interesting. Thank you for bug, RCA and fix. Please can you explain more on what kind of testing you are performing for GPDB...
> hi, @dh-cloud can we reproduce this issue without jdbc and use psql? It requires extended queries.
@qiaojialin can you help review?
> Hi, do you have any test cases to reproduce this bug? @HTHou client: int res[] = statement.executeBatch() if (res[0] == 200) {count++;} client continue insert value , then one...