上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 232 下一页
摘要: 最终解决方案(结论) maxLifeTime参数需要设置为小于min(数据库的wait_timeout,HA代理的超时时间,其他代理的超时时间);也就是说maxLifeTime不仅要像HikariCP官方说的那样小于数据库的wait_timeout,还要小于包括HA代理在内的所有介于数据库和业务应用 阅读全文
posted @ 2022-01-07 14:37 牧之丨 阅读(1399) 评论(0) 推荐(0)
摘要: 搭建SpringBoot中的验证数据机制时出现的错误 报错代码 java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCa 阅读全文
posted @ 2022-01-07 00:20 牧之丨 阅读(1962) 评论(0) 推荐(0)
摘要: 目的 监控并管理应用程序监控:让我们去发现和了解程序的运行状况各种指标管理:比如说通过Actuator去做一个shutdown功能,通过访问一个特定的url去操作,默认是不开启的,另外 还可以在运行的过程中 对日志进行调整访问方式 HTTP JMX默认 会把更多的 Actuator 暴露在JMX上面 阅读全文
posted @ 2022-01-06 13:53 牧之丨 阅读(615) 评论(0) 推荐(0)
摘要: 目录 添加依赖与配置 Actuator监控项 Actuator监控管理 打开或关闭 端口与地址 Actuator是Springboot提供的用来对应用系统进行自省和监控的功能模块,借助于Actuator开发者可以很方便地对应用系统某些监控指标进行查看、统计等。本文将通过示例来对如何在Springbo 阅读全文
posted @ 2022-01-06 13:52 牧之丨 阅读(563) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/35079930/consul-health-check-pass-by-spring-security-filter By default consul from spring-cloud-starter-consul-dis 阅读全文
posted @ 2022-01-06 00:05 牧之丨 阅读(114) 评论(0) 推荐(0)
摘要: Spring Boot Actuator可以帮助你监控和管理Spring Boot应用,比如健康检查、审计、统计和HTTP追踪等。所有的这些特性可以通过JMX或者HTTP endpoints来获得。 Actuator同时还可以与外部应用监控系统整合,比如 Prometheus, Graphite, 阅读全文
posted @ 2022-01-06 00:02 牧之丨 阅读(469) 评论(0) 推荐(0)
摘要: load data local infile '/tmp/partner_10W_100X.csv' into table multi_pir_data fields terminated by ',' escaped by '"' lines terminated by '\n' IGNORE 1 阅读全文
posted @ 2021-12-24 00:40 牧之丨 阅读(3269) 评论(0) 推荐(0)
摘要: https://www.freebuf.com/vuls/316143.html 前言 最近Log4j2的JNDI注入漏洞(CVE-2021-44228)可以称之为“核弹”级别。Log4j2作为类似JDK级别的基础类库,几乎没人能够幸免。极盾科技技术总监对该漏洞进行复现和分析其形成原理。在此分享。 阅读全文
posted @ 2021-12-23 15:10 牧之丨 阅读(1370) 评论(0) 推荐(0)
摘要: 1.目前我所使用的kylin版本为2.6.2,有时在完成一次构建后会出现fail to locate kylin.properties的异常,如图所示 经排查,定位到kylin源码中的 org.apache.kylin.engine.mr.common.AbstractHadoopJob中的load 阅读全文
posted @ 2021-12-19 00:09 牧之丨 阅读(883) 评论(0) 推荐(0)
摘要: MetaException(message:java.lang.UnsupportedOperationException: Storage schema reading not supported) 2021/12/18 下午11:49:12 2021/12/18 下午11:49:12org.ap 阅读全文
posted @ 2021-12-18 23:53 牧之丨 阅读(2003) 评论(1) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 232 下一页