Github user onkarshedge commented on the issue: https://github.com/apache/zeppelin/pull/1231 And also a note on directories.. 1] torrent notes/ 17fa195f6c85f72d197d63896beeee15f456e624/note.json 282f928f9429828e5ef0a422f13d3263e671a2d3/note.json resume/ torrents/ settings.dat The torrent directory is created which will contain the following directories. When the user wants to share a note via DHT he will give the noteId , the note.json file is copied to torrent/notes/<hash>/ and then seeded by adding to TorrentEngine. The reason to copy before seeding is if note is changed or updated after added to seeding, the pieces hash will change and hence corrupt. The torrent state will change from seeding --> downloading because it doesn't have that file.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---