← Back to team overview

enterprise-support team mailing list archive

[Bug 1380773] [NEW] GMAN_DO always returns NULL

 

Public bug reported:

mysql> select gman_servers_set('127.0.0.1:7001');
+------------------------------------+
| gman_servers_set('127.0.0.1:7001') |
+------------------------------------+
| 127.0.0.1:7001                     |
+------------------------------------+
1 row in set (0.00 sec)

mysql> select gman_do('shard_query_worker','{"sql":"show databases","schema_name":"default"}');
+----------------------------------------------------------------------------------+
| gman_do('shard_query_worker','{"sql":"show databases","schema_name":"default"}') |
+----------------------------------------------------------------------------------+
| NULL                                                                             |
+----------------------------------------------------------------------------------+
1 row in set (0.00 sec)

Gearman has 'shard_query_worker' workers waiting for jobs:
status
custom_function 0       0       72
shard_query_worker      0       0       24
loader  1164    24      24
store_resultset 0       0       24
.

I don't know why GMAN_DO is returning NULL.  No error messages are
written to the log.

** Affects: gearman-mysql-udf
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1380773

Title:
  GMAN_DO always returns NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/gearman-mysql-udf/+bug/1380773/+subscriptions


Follow ups

References