better mSQL log messages for query commands

byshen
Posts:3
Joined:Sun Aug 09, 2020 7:43 am
better mSQL log messages for query commands

Postby byshen » Mon Aug 10, 2020 9:07 am

Hello,

I want to create some feedbacks for the log messages for the access control checks before processing queries.

In the current design, for the SELECT command, mSQL will check whether the client has the READ_ACCESS permission bit. For all the other operations (CREATE_TABLE, CREATE_INDEX, etc), mSQL will check for the WRITE_ACCESS permission bit and whether the server is read-only.

However, the messages for the two kinds are all the same, which is simply "Access Denied". I am wondering if we can create better log messages so the sysadmins can spend less time debugging the errors. (e.g. in the log message, tell the users what operation is denied, because lack of read/write access, or the server is read-only)

I can also file for patches if that helps. Any feedback is appreciated!

(Not sure if this is a proper place for the discussions. If there is a dev mailing list, please let me know. Thank you!)

Kind regards,
Bingyu

david
Hughes Tech Staff
Posts:25
Joined:Mon Feb 13, 2017 4:55 am

Re: better mSQL log messages for query commands

Postby david » Mon Aug 10, 2020 11:02 pm

Hi

Thanks for raising this. We can look at making the English version of those messages more specific (the translations to other languages will need to stay the same as we don't have those language skills in house). We're looking at rolling up a new release in a few weeks. I'll see if we can add this before then.

And, yes, this is the appropriate place to raise questions like this.


David
...

byshen
Posts:3
Joined:Sun Aug 09, 2020 7:43 am

Re: better mSQL log messages for query commands

Postby byshen » Wed Aug 12, 2020 1:26 am

Hi David,

Thanks for your feedback. Yeah, these access control related denies are quite difficult to debug sometimes. It may be more helpful if the specific reasons are provided.

I created two patches related to the access log messages. (I did not find a place to submit patches, so I just paste them on the github gist.)
I can contribute more patches if you find this helpful. It would be great if the improvements can be included in the future release!

Looking forward to the new release!

Cheers,
Bingyu

byshen
Posts:3
Joined:Sun Aug 09, 2020 7:43 am

Re: better mSQL log messages for query commands

Postby byshen » Mon Sep 14, 2020 3:06 pm

david wrote:
Mon Aug 10, 2020 11:02 pm
We're looking at rolling up a new release in a few weeks. I'll see if we can add this before then.
...
Hi David,

Thanks a lot for the update. Is it possible for you to take a look at the above patch and give some feedback?
I can contribute more if you find the patches helpful. Please feel free to contact me if I can help anything with the
next release of mSQL.

Thanks,

Bingyu