Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When starting confluence service, an error about MySQL session isolation level was raised

YY Brother
Community Champion
April 29, 2022

This Exception is as follows:

 

MySQL session isolation level 'REPEATABLE-READ' is no longer supported. Session isolation level must be 'READ-COMMITTED'.

 

I know the resolution is as follows, but I don't know why the db config was changed. Could anyone to figure it out? Thanks.

-- 解决办法:
-- 查看InnoDB会话级别的事务隔离级别:
-- SELECT @@tx_isolation;
-- 修改事务隔离级别:
set global transaction isolation level read committed;
set session transaction isolation level read committed;

 

2 answers

1 accepted

1 vote
Answer accepted
Srinatha Tondihal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 30, 2022

Hi @YY Brother ,

Welcome to Atlassian community. 

Yes, as rightly pointed out by @Nic Brough -Adaptavist- you should change it to read-committed. Actually we have a detailed KB regarding the same. You can go through the below page.

I hope above info helps. Have a good weekend.!

Thanks,

Srinath T

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2022

I've run into this too, I managed to get away with swapping the database to read-committed.

If I were you, I would test that change to read-committed works

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events