View Revisions: Issue #3540
Summary | 0003540: Registration gets lost during the registration when File Sync is enabled | ||
---|---|---|---|
Revision | 2018-09-19 18:39 by hanes | ||
Steps To Reproduce | Reproduced using 3.9.13. Register client node as usual (e.g., node id 003) Turn on file sync. set file sync push/pull to 10 secs (not sure if this is needed) On corp database, run: delete from sym_node_security where node_id='003'; delete from sym_node where node_id='003'; wait a minute or two. node will show up in request screen "Allow" registration If timing is right, the node identity gets deleted and the registration gets lost, as described above. Had to run it multiple to get the symptom to appear. Also, make note of the NullPointer that occurred afterwards, as well as the Ack failures. |
||
Revision | 2018-09-19 18:36 by hanes | ||
Steps To Reproduce | Register client node as usual (e.g., node id 003) Turn on file sync. set file sync push/pull to 10 secs (not sure if this is needed) On corp database, run: delete from sym_node_security where node_id='003'; delete from sym_node where node_id='003'; wait a minute or two. node will show up in request screen "Allow" registration If timing is right, the node identity gets deleted and the registration gets lost, as described above. Had to run it multipe to get the symptom to appear. Also, make note of the NullPointer that occurred afterwards, as well as the Ack failures. |
||
Revision | 2018-05-03 19:01 by woehrl01 | ||
Steps To Reproduce |