lvchongyi

Results 9 issues of lvchongyi

The contents of the zoomeeper node are garbled. How to convert them into readable information?

**Yanagishima version**: 23.0 **Trino version**: 357 **conf/application.yml**: # Datasources sql.query.engines: presto check.datasource: false select.limit: 500 audit.http.header.name: some.auth.header use.audit.http.header.name: false to.values.query.limit: 500 cors.enabled: true # trino presto.datasources: test presto.query.max-run-time-seconds: 1800 presto.max-result-file-byte-size:...

现在这个框架可以整合mybatis吗?

错误描述: 用tcc-and-fescar这个demo并发测试同一个请求: http://172.32.147.38:9990/buySth?userId=1&money=10 会出现fescar_lock这个加锁表的主键冲突。 请教下同时多次对同一条记录做修改操作时,通常是不是应该排队等待上一个请求的锁释放了, 才能继续添加另外一次请求的锁。而不是对同一条记录同时加锁,不然会导致这个锁表的主键冲突。 请问下这边我应该怎么处理? 谢谢!! 错误日志如下: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'coupon-1' for key 'PRIMARY' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_161] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_161] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_161] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_161] at...

你好!请教个问题。。。 我执行easytrans-demo下的tcc-and-fescar这个demo, 当调用tccandfescar-coupon-service这个服务时候。 这个方法AbstractAutoCpsMethod.doAutoCpsCommit提示错误: java.lang.RuntimeException: HikariDataSource (HikariPool-1) is not DataSourceProxy, please correct the config! 这是application.yml的数据库配置: spring: application: name: coupon-service datasource: url: jdbc:mysql://vdapp117:3306/coupon?characterEncoding=UTF-8&useSSL=false username: admin password: admin driver-class-name: com.mysql.jdbc.Driver 这是完整的报错日志: java.lang.reflect.InvocationTargetException:...

How To Actively publish entryprocessor to all servers?

I want to obtain get hotkeys, do you have this feature?

Is there a function to obtain hotkeys implemented

enhancement