惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
N
Netflix TechBlog - Medium
Vercel News
Vercel News
F
Fortinet All Blogs
量子位
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
GbyAI
GbyAI
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
月光博客
月光博客
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
H
Help Net Security
阮一峰的网络日志
阮一峰的网络日志
D
Docker
WordPress大学
WordPress大学

The Register - Off-Prem: SaaS

Snowflake to burn $6B on AWS Graviton CPUs and AI accelerators Google Cloud suspended major customer Railway.com without cause, causing outage Anthropic comes for the midmarket software spend ServiceNow under siege as Atlassian adds to ITSM take-outs Survey: US workers are not keen on Microsoft's AI Service change takes down Microsoft Outlook for iOS Workday, Rippling, Slack lflunk data access test: Fivetran UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Atlassian’s new data collection policy protects rich customers while AI eats the rest Atlassian to train AI on user data unless law or cash say no McGraw Hill linked to 13.5M-record data leak UK told its Big Tech habit is now a national security risk How ServiceNow gets customers to gorge at the AI trough Salesforce is taking on ServiceNow in ITSM. The winner is AI Salesforce is taking on ServiceNow in ITSM. The winner is AI Snowflake manager on 'Spider-Man' theory of AI agents Minnesota payroll problems grew after Workday, say auditors Salesforce looks to Slackbot to help solve SaaSpocalypse ServiceNow salesman sues employer in commission dispute ServiceNow salesman sues employer in commission dispute Big Tech has not enforced Australia’s social media ban 'Emphathetic 'Salesforce bots to help fired via Labor Dept Datadog bets DIY AI will mean it dodges the SaaSpocalypse Snowflake's ongoing pitch: bring AI to data, not vice versa CMA dithers as Microsoft's cloud meter runs on your dime Salesforce acquihires team behind Clockwise for Agentforce CMA cracks knuckles, eyes Adobe's cancellation fees SAP's grand cloud escape plan €2B short of the runway Microsoft 365 pauses Copilot creep after admins cry foul
Atlassian's new Jira migration tool slowed down cloudy moves
Simon Sharwood Simon Sharwood · 2026-03-11 · via The Register - Off-Prem: SaaS

SaaS

Atlassian built a tool to migrate Jira users to the cloud and it made the move slower

Fixed it amid user ire, swears new tool for bigger shifts is up to the job

Atlassian has admitted that the tools it developed to move Jira users into the cloud were actually slower than older code that did the same job, and that its efforts to speed things up also had speed problems.

The Australian collaborationware company last year decided to discontinue its datacenter products and shift users to cloudy equivalents. That decision came five years after Atlassian killed its server products.

As explained in a Tuesday post by senior software engineer Priyansh Jain, Atlassian operates a migration platform team that built a migration pipeline on an API-driven architecture.

“This architecture, however, proved to be blocking and less scalable, and the customers in our migration pipeline were too large to migrate using this approach,” Jain wrote.

So Atlassian built a new migration architecture that Jain said operates “in a streamlined fashion, and gracefully avoids the bottlenecks and scalability issues that existed in the API-driven architecture.” The company released it to clients who needed to move Jira implementations of up to 20,000 seats.

But when Atlassian tested it, the company found the new migration pipeline took about 34 percent longer than its previous tools, and overall work item throughput dropped by roughly 60 percent on synthetic tests.”

“For customers with tens of thousands of users and massive project portfolios, fixing this became non-negotiable,” Jain wrote.

The fix involved many tweaks.

“We benchmarked different worker node sizes and configurations. The original setup ran on small nodes; scaling them up yielded significantly better throughput, balancing cost vs performance,” Jain’s post states. He says Atlassian also tightened autoscaling rules so that worker nodes spun up quickly whenever CPU usage spiked, maintaining high throughput from the start.”

Atlassian also “uncovered misconfigurations in the polling timeout. Our work item processing often took 60-120 seconds, but the consumer timeout was set to 40 seconds. That meant batches were being retried mid-flight, wasting work and slashing throughput by 30–40 percent. Setting a realistic timeout – 300 seconds – resolved the issue immediately.”

Many bug fixes later, Atlassian had a tool that saw median throughput for large, multi-project migrations improve by roughly 6x.

Scaling up

Jain’s post doesn’t say how long it took Atlassian to turn things around, but does say the company also started work on tools to migrate even larger Jira instances of up to 50,000 seats,

“The bar was clear: Migrate thousands of projects (roughly 6,500) and up to ~7.5 million work items in under 36 hours, with the import phase fitting within ~24 hours,” Jain revealed, adding “We couldn’t just ‘turn the knobs to 11’ and hope for the best.”

Such wisdom is surely rare.

But we digress: Jain details efforts to create the new tool hit issues like migrations starting slowly and only gaining speed after 45–60 minutes, because Atlassian tied autoscaling logic to CPU load. The company fixed that with what Jain described as “a mechanism to proactively ensure a minimum number of worker nodes were running whenever a significant migration kicked off. Imports started at full strength, shaving 30–60 minutes off overall migration time.”

That change paid off for Atlassian, too, because it allowed the company to maintain a smaller steady-state footprint and scale up only when needed – reducing monthly infrastructure costs by up to $65,000.

Another issue saw large migrations cause API errors, “because the read replicas of our database cluster struggled to keep up with the heavy write load.”

Atlassian fixed them all, and this time validated the tool’s readiness to serve 50,000-seat customers.

“End-to-end, the system migrated 6k+ projects in a single day. We’re now ready to serve 50K-scale Jira customers,” Jain enthused. And this time, without degrading performance. ®