[MDEV-23683] Wrong status on open files Open_files Created: 2020-09-07  Updated: 2020-11-15  Resolved: 2020-11-15

Status: Closed
Project: MariaDB Server
Component/s: Server
Affects Version/s: 10.3.9
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Sukan Assignee: Unassigned
Resolution: Incomplete Votes: 0
Labels: need_feedback
Environment:

CentOS Linux release 7.5.1804 (Core)



 Description   

Open_files showing a wrong value,

MariaDB [(none)]> show global status like 'Open_files%';select @@open_files_limit;
+---------------+----------------------+
| Variable_name | Value                |
+---------------+----------------------+
| Open_files    | 18446744073709551596 |
+---------------+----------------------+
1 row in set (0.024 sec)
 
+--------------------+
| @@open_files_limit |
+--------------------+
|              75005 |
+--------------------+
1 row in set (0.000 sec)



 Comments   
Comment by Elena Stepanova [ 2020-10-18 ]

Is it a persistent/reoccurring effect? Can you provide the steps to reproduce it?

Generated at Thu Feb 08 09:24:15 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.