Tag Archives: 自定义排序

Kubernetes + Prometheus Operator + 自定义Metrics 搭建监控系统

1 部署Kubernetes集群
这里简化用minikube替代
minikube start --image-mirror-country='cn' --image-repository='registry.cn-hangzhou.aliyuncs.com/google_containers'
2 下载最新版的prometheus operator
发布地址:这里
3 部署operator
unzip kube-prometheus-0.9.0.zip
cd kube-prome[......]

继续阅读

[转载]TimSort in Java 7

转载自:TimSort in Java 7

1. 为什么写这篇文章

这篇文章的根源是在产品中发现了一个诡异的bug:只能在产品环境下重现,在我的本地开发环境无法重现,而双方的代码没有任何区别。最后用remote debug的方法找到异常所在:
Exception in thread "main" java.lang.IllegalArgumentException: Comparison
method violates its general contrac[......]

继续阅读