Scala中== eq equals区别

近日在改造代码的时候遇到了一个问题,经过排查后是因为Java和Scala对于判断对象是否相等有一些区别。

Fluentd Performance Tuning

We have deployed the log colleges system in the k8s cluster before, but have poor performance. The maximum resource of Fluentd is 800M memory and 1 CPU, it can only process and push almost 1500 logs per second. We need performance tuning.

Fluentd 性能优化

之前我们已经在k8s集群中搭建好日志收集系统了,但是经过测试后性能很差,在设置Fulentd的最大资源是800M内存,1核CPU后进行压测,1秒中能处理并推送大约1500条日志,需要调优以提高性能。

DolphinScheduler Start Docker & Kubernetes Config Data Injection Ideas

After DolphinScheduler was deployed succeeded, I was thinking about how to inject the config data into the project. This document is for recording.

DolphinScheduler启动时参数注入思路(Docker & Kubernetes)

DolphinScheduler搭建好之后,思考了一下在Docker和Kubernetes不同模式下配置参数是如何注入到项目里的。

DolphinScheduler Deployment on Docker & Kubernetes Question Summary

Recently we are working on deployment dolphinscheduler on docker & k8s following the official guide.

DolphinScheduler部署中的一些坑(Docker & Kubernetes)

最近在跟着官方文档搭建docker和k8s模式的dolphinscheduler,遇到了一些问题记录下来。

Fluentd 缓冲区写满排查 & 优化

k8s集群无法创建pod,经过排查后是由于Fluentd配置不当,造成磁盘被写满,撰文记录一下解决问题的过程。

在K8s上使用Fluentd搭建日志收集系统

目前在K8s中比较流行的日志收集方案主要是ElasticsearchFluentdKibana(EFK)技术栈,也是官方文档中推荐的方案。

我司已经搭建好Log->Kafka->Elasticsearch->Kibana整套流程,我们只需要使用Fluentd收集K8s集群中日志,然后发送到Kafka topic中即可。

PHP header(Location: $url)失效的问题

先说一下背景,项目中有一个调度页任务是分配数据,然后跳转到指定的URL,然后在这个URL进行操作后,会再次跳转到调度页,然后再跳转到URL。前两天出现了一个很神奇的情况,第一次跳转到调度页是空白,第二次跳转是正常的,然后在指定的URL里操作后,跳转到调度页空白,重新打开调度页正常。

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×