sairajzero
4bcecab2fa
Added: checks before sending hashes and block
2022-12-24 22:48:56 +05:30
sairajzero
d1eb2b17ec
Update Hashing algorithm for backup sync
2022-12-24 20:01:52 +05:30
sairajzero
1ebccd7c28
Fix: Hashing incompatible with large data
...
- Fixed: hashing incompatible when data is too large (as default group concat max length is 1024)
- Set SESSION group_concat_max_len to 100000 before calc hashes
- use only vectorClock and log_time for hashing
2022-12-24 03:22:59 +05:30
sairajzero
36a6cbea87
Sync error and bug fix
...
- Fixed: SQL syntax for clear block data
- Fixed: sync instance being closed when a block is in timeout for verifying hash
2022-12-21 04:59:51 +05:30
sairajzero
5bca07d2d6
Fixed minor bugs
...
- Fixed: Infinite sync loop occurring in receiver end
- Fixed: clearUnauthorisedAppData SQL statement
2022-12-21 04:17:18 +05:30
sairajzero
49dce2b8b6
Bug fixes
...
- moved constants to _constants.js
- Fixed: query stream not working with values
- Fixed: sync not closing
- Fixed: various minor bugs
2022-12-21 03:34:41 +05:30
sairajzero
c97c1f19f8
Bug fix
2022-12-20 05:14:34 +05:30
sairajzero
5836ba0686
Fixed: re-sync until hash is matched
2022-12-20 03:27:44 +05:30
sairajzero
f748bc7a4a
Backup sync improvements
...
- Sync data block by block
- Resync blocks with hash mismatch
- moved intra into backup folder
2022-12-20 02:39:14 +05:30