-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file filter bug and add more telemetry data (#65)
1. Fix file filter bug: There're many 'invalid/unused' members inside a group, so use all group members count to do cid % operation will filter most files out, and it would also increase the probability during the probabilityFilter. So enhance the code to filter out invalid group members. 2. Use queryMulti to retrieve work reports from chain in a batch mode to speed up the node-info-updater-task, which reduce the whole indexing time from ~100 minutes to ~5 minutes. 3. Shorten the node-info-updater-task update interval from 1 hour to 30 minutes, since node-info-updater-task is pretty quick right now after refactor 4. Add more telemtry data: * sworker enclave id_info data * some os info statistics
- Loading branch information
1 parent
d336a79
commit b1eacff
Showing
8 changed files
with
180 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.