RAMCloud doesn't work properly

Bug #1526602 reported by Li Ma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DragonFlow
Invalid
Undecided
Shlomo

Bug Description

Reproducing:

1. Using the latest devstack and dragonflow with the default local.conf for RAMCloud.

2. Run stack.sh.

3. df-local-controller doesn't work and it shows:
2015-12-16 11:58:52.500 WARNING dragonflow.controller.df_local_controller [-] run_db_poll - suppressing exception
2015-12-16 11:58:52.501 WARNING dragonflow.controller.df_local_controller [-]

4. In run_db_poll, I import traceback to see what happens:
2015-12-16 12:05:45.112 WARNING dragonflow.controller.df_local_controller [-] Traceback (most recent call last):
  File "/opt/stack/dragonflow/dragonflow/controller/df_local_controller.py", line 102, in run_db_poll
    self.register_chassis()
  File "/opt/stack/dragonflow/dragonflow/controller/df_local_controller.py", line 227, in register_chassis
    self.tunnel_type)
  File "/opt/stack/dragonflow/dragonflow/db/api_nb.py", line 197, in add_chassis
    self.driver.create_key('chassis', name, chassis_json)
  File "/opt/stack/dragonflow/dragonflow/db/drivers/ramcloud_db_driver.py", line 51, in create_key
    self.set_key(table, key, value)
  File "/opt/stack/dragonflow/dragonflow/db/drivers/ramcloud_db_driver.py", line 47, in set_key
    table_id = self.client.get_table_id(table)
  File "/opt/stack/dragonflow/dragonflow/db/drivers/ramcloud.py", line 344, in get_table_id
    self.handle_error(s)
  File "/opt/stack/dragonflow/dragonflow/db/drivers/ramcloud.py", line 268, in handle_error
    raise NoObjectError()
NoObjectError

Revision history for this message
Shlomo (shlominar) wrote :

It would be very helpful if you will also attach the stack log.

Changed in dragonflow:
assignee: nobody → Shlomo (shlominar)
Revision history for this message
Li Ma (nick-ma-z) wrote :

Run stack.sh again for a flesh installation. Everything goes well. I cannot reproduce this bug. I have no idea about it.

Changed in dragonflow:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.