huntkalio
huntkalio
场景:mysql批量插入24KB左右SQL时,tcpcopy重放失败 原因:抓包查看SQL插入了0x00000000000000... 导致失败 查看日志:出现了more than MTU,可能ip分包时错误导致 tcpcopy编译参数: ./configure --prefix=/opt/tcpcopy --with-pfring=/root/tcpcopy/PF_RING --pcap-capture --pcap-send --set-protocol-module=mysql-replay-module --with-debug - 插入SQL: [batch_insert.sql.txt](https://github.com/session-replay-tools/tcpcopy/files/8138044/batch_insert.sql.txt) - tcpcopy日志:[tcpcopy.log](https://github.com/session-replay-tools/tcpcopy/files/8138052/tcpcopy.log) - 重放问题抓包(tcpcopy发送抓包):[problem.zip](https://github.com/session-replay-tools/tcpcopy/files/8138062/problem.zip)
LogRecordContext 设置的变量当前只支持在方法内使用,跨方法变量访问不了;能否增加putGlobalVariable
how to config logback-access.xml to support async appenders ? _Originally posted by @akkinoc in https://github.com/akkinoc/logback-access-spring-boot-starter/issues/38#issuecomment-1001958576_
I use curl to send rest request in triple port ,the command like ``` curl http:/xxxxxxx/org.apache.dubbo.samples.tri.grpc.Greeter/greet -H "Content-Type: application/json" -X POST -d '{"name":"test"}' ``` But I can't change the uri,...
I want different pulsar broker statefulset pod have different kafkaAdvertisedListeners for outside k8s service to visit.it may like below: broker-0: 1.2.3.4:30001 broker-1: 1.2.3.4:30002 broker-2: 1.2.3.4:30003 how to set PulsarBroker config...
I use spring-cloud-netflix for eureka server,and use jmx_prometheus_javaagent to get metric from JMX。 A):spring boot 2.7.18 + netflix-eureka-server-3.1.7 B):spring boot 3.3.2 + netflix-eureka-server-4.1.3 In A I can get many metric...
My aliyun Ecs instance turn on Security hardening mode for Metadata Service 。 * https://help.aliyun.com/zh/ecs/user-guide/view-instance-metadata * https://www.alibabacloud.com/help/en/ecs/user-guide/view-instance-metadata#eaf2293113ad3 I want to know whether the csi plugin can support this feature?
https://github.com/qos-ch/logback-access/issues/17 ``` Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2024-08-26 15:19:43.565 ERROR - org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter:40[main] - *************************** APPLICATION FAILED TO START *************************** Description:...
url like 'http://abc_def:[email protected]:12345' will parse user/paasword to nil
### Describe the bug I upgrade refine from 4.x to 5.x. In new 5.x version, I found this bug. When my web session is expired and the server return 401,...