clojars

2024-11-16T00:27:22.446779Z

Is clojars down? Might be my machine. I get 504 Gateway Time-out for http://clojars.org and I can't release from my machine.

2024-11-16T00:28:08.164099Z

The site seems to be down. I'm working on it now. The repo is still up at http://repo.clojars.org.

👍 1
👍🏻 1
seancorfield 2024-11-16T00:28:09.541199Z

I get a 504 Gateway Error...

2024-11-16T00:30:06.760099Z

Should be back up now.

👍 1
2024-11-16T00:30:24.035889Z

I'll try a release (success).

2024-11-16T00:30:41.457389Z

This is the second time an instance has become unresponsive in the last two days. I need to dig in to it.

1
2024-11-16T00:33:22.589539Z

Glad it is working now!

🎉 1
2024-11-16T00:33:54.408709Z

I didn't notice any issues downloading fwiw.

2024-11-16T00:34:27.228409Z

When it was down I got this error when releasing:

Failed to deploy artifacts: Could not transfer artifact clojure.java-time:clojure.java-time:jar:1.4.3 from/to clojars (): transfer failed for 

2024-11-16T00:35:11.088999Z

Yes, that part is more stable, thankfully. It is a Fastly CDN backed by S3. The server isn't involved in serving from the repository itself.

2024-11-16T00:35:32.825719Z

That's what you got when it was down, or you got that since I started a new instance?

2024-11-16T00:35:48.172309Z

That's what I got when it was down.

2024-11-16T00:36:31.259719Z

Ah, gotcha. Deploys also go through http://repo.clojars.org, but fastly just sends that to http://clojars.org/repo/. So if the server is down, you can't deploy.

2024-11-16T00:36:36.671289Z

Hopefully I'm making sense :)

2024-11-16T00:37:04.760389Z

ah thanks.

2024-11-16T00:37:33.077649Z

Hopefully I gave you all the useful information I had 🙂

2024-11-16T00:38:32.925449Z

Thanks! When this happens, the network in/out on the instance drops to zero, and I can't ssh in. Last CPU metric I see is ~66%.

2024-11-16T00:41:02.287529Z

Eeep

oyakushev 2024-11-16T00:53:36.459369Z

Is it the same instance that has become unresponsive twice? Could be the case of a "decaying" machine

2024-11-16T00:56:03.876069Z

No, my only recourse when it is unresponsive is to kill it and start a new one (this is on EC2)

oyakushev 2024-11-16T00:58:10.066359Z

This happened to me on EC2 quite frequently as well (over a very large fleet of instances). But two different instances in a short span is probably not it.

oyakushev 2024-11-16T00:58:26.417569Z

Not being able to SSH in could be caused by a file handles leak.

2024-11-16T00:59:52.725689Z

Another detail I missed, I searched for a status page and found https://status.clojars.org/ which was blocked due to a "privacy error" in Chrome. It still does for me. > http://status.clojars.org normally uses encryption to protect your information. When Chrome tried to connect to http://status.clojars.org this time, the website sent back unusual and incorrect credentials.

2024-11-16T01:14:55.944229Z

Re: status - https://clojars.statuspage.io/ is the correct page. I should remove the http://status.clojars.org cname, as statuspage doesn't give me the option to use certificate with the correct name.

👍 1
2024-11-16T01:15:16.502349Z

> Not being able to SSH in could be caused by a file handles leak That's a good point, I should look at that.

2024-11-16T01:18:19.537489Z

> I should remove the http://status.clojars.org cname, as statuspage doesn't give me the option to use certificate with the correct name. Thanks. It's my top hit on duckduckgo for "Clojars status page".

2024-11-16T01:18:56.495119Z

https://clojars.statuspage.io/ isn't in the first page of results for some reason.