← Back to team overview

linux-traipu team mailing list archive

[Bug 1008639] [NEW] 'port' variables showing incorrect values

 

Public bug reported:

$ ./dtr --start-and-exit
Logging: ./dtr --start-and-exit
Drizzle Version 7.2.2
Using DTR_BUILD_THREAD      = -69.4
Using MASTER_MYPORT         = 9306
Using MASTER_MYPORT1        = 9307
Using SLAVE_MYPORT          = 9308
Using SLAVE_MYPORT1         = 9309
Using SLAVE_MYPORT2         = 9310
Using MC_PORT               = 9316
Using PBMS_PORT             = 9317
Using RABBITMQ_NODE_PORT    = 9318
Using JSON_SERVER_PORT      = 9319
Killing Possible Leftover Processes
Removing Stale Files
Creating Directories
================================================================================
DEFAULT STORAGE ENGINE: innodb
TEST                                                         RESULT    TIME (ms)
--------------------------------------------------------------------------------

drizzle -uroot --port=9306

drizzle> show variables like '%port%';
+-----------------------+-----------+
| Variable_name         | Value     |
+-----------------------+-----------+
| drizzle_protocol_port | 613164172 | 
| innodb_support_xa     | ON        | 
| mysql_protocol_port   | 609887322 | 
+-----------------------+-----------+
3 rows in set (0.001179 sec)

** Affects: drizzle
     Importance: Medium
         Status: Confirmed

** Changed in: drizzle
       Status: New => Incomplete

** Changed in: drizzle
       Status: Incomplete => Confirmed

** Changed in: drizzle
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1008639

Title:
  'port' variables showing incorrect values

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Confirmed

Bug description:
  $ ./dtr --start-and-exit
  Logging: ./dtr --start-and-exit
  Drizzle Version 7.2.2
  Using DTR_BUILD_THREAD      = -69.4
  Using MASTER_MYPORT         = 9306
  Using MASTER_MYPORT1        = 9307
  Using SLAVE_MYPORT          = 9308
  Using SLAVE_MYPORT1         = 9309
  Using SLAVE_MYPORT2         = 9310
  Using MC_PORT               = 9316
  Using PBMS_PORT             = 9317
  Using RABBITMQ_NODE_PORT    = 9318
  Using JSON_SERVER_PORT      = 9319
  Killing Possible Leftover Processes
  Removing Stale Files
  Creating Directories
  ================================================================================
  DEFAULT STORAGE ENGINE: innodb
  TEST                                                         RESULT    TIME (ms)
  --------------------------------------------------------------------------------

  drizzle -uroot --port=9306

  drizzle> show variables like '%port%';
  +-----------------------+-----------+
  | Variable_name         | Value     |
  +-----------------------+-----------+
  | drizzle_protocol_port | 613164172 | 
  | innodb_support_xa     | ON        | 
  | mysql_protocol_port   | 609887322 | 
  +-----------------------+-----------+
  3 rows in set (0.001179 sec)

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1008639/+subscriptions


Follow ups

References