View Revisions: Issue #2997

Summary 0002997: It's not possible to send a reload of just the files right now.
Revision 2017-06-09 13:36 by chenson
Description It's not possible to send a reload of just the files right now.

Also, there's a secondary bug where all file file triggers are reloaded whenever a table reload request is processed.

Possibly there needs to be 2 new columns on sym_table_reload_request, file_trigger_id, file_router_id. These fields should also support ALL values, like the trigger_id, router_id do.

There are 2 workarounds to send the files now:
1) Insert a row in table_reload_request with trigger_id=ALL (or anything valid), router_id=ALL. The downside of this is that all data is also reloaded for the node along with the files.
2) Use sym_node_channel_ctl to disable routing to all nodes except the one you want to target, and touch the rows in sym_file_snapshot.
Revision 2017-06-08 16:55 by mmichalek
Description FileSync files do not initial load when adding a new node. Also, it's not possible to send a reload of just the files right now.

Also, there's a secondary bug where all file file triggers are reloaded whenever a table reload request is processed.

Possibly there needs to be 2 new columns on sym_table_reload_request, file_trigger_id, file_router_id. These fields should also support ALL values, like the trigger_id, router_id do.

There are 2 workarounds to send the files now:
1) Insert a row in table_reload_request with trigger_id=ALL (or anything valid), router_id=ALL. The downside of this is that all data is also reloaded for the node along with the files.
2) Use sym_node_channel_ctl to disable routing to all nodes except the one you want to target, and touch the rows in sym_file_snapshot.
Revision 2017-02-22 17:51 by mmichalek
Description FileSync files do not initial load when adding a new node. Also, it's not possible to send a reload of just the files right now.

Also, there's a secondary bug where all file sync triggers are reloaded whenever a table reload request is processed.

Possibly there needs to be 2 new columns on sym_table_reload_request, file_trigger_id, file_router_id. These fields should also support ALL values, like the trigger_id, router_id do.

There are 2 workarounds to send the files now:
1) Insert a row in table_reload_request with trigger_id=ALL (or anything valid), router_id=ALL. The downside of this is that all data is also reloaded for the node along with the files.
2) Use sym_node_channel_ctl to disable routing to all nodes except the one you want to target, and touch the rows in sym_file_snapshot.
Revision 2017-02-22 17:46 by mmichalek
Description FileSync files do not initial load when adding a new node. Also, it's not possible to send a reload of just the files right now.

There are 2 workarounds to send the files:
1) Insert a row in table_reload_request with trigger_id=ALL (or anything valid), router_id=ALL. The downside of this is that all data is also reloaded for the node along with the files.
2) Use sym_node_channel_ctl to disable routing to all nodes except the one you want to target, and touch the rows in sym_file_snapshot.
Revision 2017-02-22 17:36 by mmichalek
Description FileSync files do not initial load when adding a new node. Also, it's not possible to send a reload of just the files right now.

There are 2 workarounds to send the files:
1) Insert a row in table_reload_request with trigger_id=ALL, router_id=ALL. The downside of this is that all data is also reloaded for the node along with the files.
2) Use sym_node_channel_ctl to disable routing to all nodes except the one you want to target, and touch the rows in sym_file_snapshot.