-
-
Notifications
You must be signed in to change notification settings - Fork 233
[FB3 SC] Server hangs (under load test) [CORE5436] #5708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Commented by: @ibprovider Gutten morgen. Firebird 3.0.3.32714 ClassicServer (x64) ----------- ----------- Firebird log HOME4 Sat Apr 22 07:54:11 2017 HOME4 Sat Apr 22 07:55:25 2017 HOME4 Sat Apr 22 07:55:35 2017 HOME4 Sat Apr 22 07:55:35 2017 -------------- Last error from test log [THR:013432] [22.04.2017 07:55:35] ERROR: [charsets.txt_params.disable_defer.auto_commit.unicode.TBL_CS__WIN1251.VARCHAR_ARRAY__32.cn_NONE.user_WIN1251.chars_WIN1251.param_adVarBinary_Array.bind_bstr_array.small.array_type_17] Data Source initialization |
Modified by: @hvladassignee: Vlad Khorsun [ hvlad ] |
Commented by: @hvlad There is (private) confirmation by user that patch helps |
Modified by: @hvladstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 4.0 Beta 1 [ 10750 ] Fix Version: 3.0.4 [ 10863 ] |
Commented by: John Franck (bozzy) I've had similar problem yesterday on a production database, this is my firebird.log entry, there's nothing before or after that's related to this event: ------------- sqlserver Wed Apr 25 17:59:53 2018 ------------- The server has stopped responding to any subsequent request, but there were no errors on the client side, simply it hangs on connecting. As this is a production system, this was quite a big problem, fortunately it's occurred in a low working load time frame. I don't know if it's caused by the same problem tracked here, but just to prevent before it eventually occurs again, is there a way to patch my system? |
Commented by: @hvlad > I don't know if it's caused by the same problem tracked here, but just to prevent before it eventually occurs again, is there a way to patch my system? You could try current snapshot build, the patch is already committed there. |
Commented by: John Franck (bozzy) > You could try current snapshot build, the patch is already committed there. Can snapshots be considered stable to be used in a production system? |
Commented by: @hvlad > Are there binaries ready to use or should I compile them? https://www.firebirdsql.org/en/snapshot-builds/ > (I'm not used with compilation on linux) This ticket is about Windows only ! Read description carefully, please ! |
Commented by: John Franck (bozzy) Sorry, I did a search for the exact error I got on my firebird.log and this issue come out, I didn't realized this was Windows only. Well, so I got the same error on Linux x64. Should I file a new issue? |
Commented by: @hvlad Yes, create new ticket, please |
Commented by: @hvlad New reports from users allows to find another reason for this issue. |
Commented by: @hvlad Thanks to John Kilin i have stack trace and lock-table dump now. Stack trace # Call Site Lock table: LOCK BLOCK 83136 Self-deadlock is happens: Owner 78328 hold SH lock for header page and acquires EX lock on the same page. |
Modified by: @hvladenvironment: Firebird 3.0.2.32651 SuperClassic x64, Win10, IBProvider Test System. => Firebird 3.0.2.32651 SuperClassic x64, Win10, IBProvider Test System. Also reported on Linux too. |
Submitted by: @ibprovider
Relate to CORE5813
SuperClassic hangs under load test.
-------------------
Two test processes (with 4 test theads) with own (two) databases.
All test threads are waiting the answer from "database attach" operation.
------------------------------------- [Error at client side]
[THR:001544] [05.01.2017 11:44:09] [test] Verify Arrays [TBL_CS__NONE::CHAR_ARRAY__8]. ArrayRwMode: direct. BindArrayType: array_iunknown__ibp_ss_wc. CType:UNICODE_FSS Truncate Char: false
[THR:001544] [05.01.2017 11:44:29] ERROR: [array.002.rw_api.build_mode__use_cmd.unicode.TBL_CS__NONE.CHAR_ARRAY__8.chars__WIN1251.write__array_iunknown__ibp_ss_wc.ctype__UTF8] Data Source initialization
1. [Unknown DBMS]: Error occurred during login, please check server firebird.log for details
2. [LCPI.IBProvider.3]: Ошибка подключения к базе данных.
Неопознанная ошибка
COM Error Code: E_FAIL
------------------------------------- [Error in firebird.log]
HOME4 Thu Jan 5 11:44:19 2017
Database: D:\PROGRAM_FILES\FIREBIRD_3_0_X64\SECURITY3.FDB
page 0, page type 1 lock denied (216)
HOME4 Thu Jan 5 11:44:29 2017
Database:
page 0, page type 1 lock denied (216)
HOME4 Thu Jan 5 11:44:29 2017
Authentication error
page 0, page type 1 lock denied
------------------
Dump file, Sources, PDB, EXE, DLL - http://dropmefiles.com/qlTUB
Commits: b6b7d65 6a1fbc5 f8370c2 2f77f8e 91b7436 3550875 111a046 174a789 835bd1a 77c2c58
The text was updated successfully, but these errors were encountered: