- Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
blockedSome other issue is blocking thisSome other issue is blocking thisquestionFurther information is requestedFurther information is requested
Description
I keep getting unknown error: object not found but there are no logs about this error for debugging.
Example:
$ docker exec -it 8633920ca611 mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 50 Server version: 5.5.10-Vitess Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MySQL [(none)]> SELECT commit_author_name FROM commits; ERROR 1105 (HY000): unknown error: object not found But all I see in the logs:
time="2019-07-02T13:47:04Z" level=debug msg="executing query" query="SELECT commit_author_name FROM commits" time="2019-07-02T13:47:04Z" level=info msg="audit trail" action=authorization address="127.0.0.1:60092" connection_id=50 permission=read pid=422 query="SELECT commit_author_name FROM commits" success=true system=audit user=root time="2019-07-02T13:47:05Z" level=info msg="audit trail" action=query address="127.0.0.1:60092" connection_id=50 duration=1.7181277s err="object not found" pid=422 query="SELECT commit_author_name FROM commits" success=false system=audit user=root Metadata
Metadata
Assignees
Labels
blockedSome other issue is blocking thisSome other issue is blocking thisquestionFurther information is requestedFurther information is requested