Continue with my previous blog BitBucket Server Unreachable When Merge Pull Request, I tried to clone the large repository to my local laptop to do some analysis. But it always ended up with this error: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed So basically the issue is caused by … Continue reading Git clone: The remote end hung up unexpectedly
Month: May 2018
Step by step to install SSL cert for Crowd server
In this article, I am going to show you how to install or renew SSL certificate for Crowd server step by step. Note: In my example, my hostname is crowd.jackiechen.org (skip if you already have your new certificate) Run the following command to generate a csr file for your certificate, and you will get two … Continue reading Step by step to install SSL cert for Crowd server
EC2 fleet at first glance
I was working on a project called SpotOn last year. The basically idea is to use Spot fleet whenever possible. If the pool size is lower than the threshold, then CloudWatch will trigger a Lambda function to scale up the on-demand EC2 to pick up the workloads. Check this out if you want to know … Continue reading EC2 fleet at first glance
What is kube-aws?
Have you read my previous post Install Kubernetes on AWS with kops? If yes, then kube-aws is an alternative to kops. If you have not, then kube-aws is an open source tool that simplifies the installation of Kubernetes on AWS. I have not tried kube-aws yet, but I will when I need to build another … Continue reading What is kube-aws?
BitBucket Server Unreachable When Merge Pull Request
We recently had an BitBucket incident - one project team found that they are unable to merge the pull request after approval, and the server always returns an error message: So we checked their project repository, and here is something that astonish us: The repository have a few hundreds of branches. The size is nearly … Continue reading BitBucket Server Unreachable When Merge Pull Request



