Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Bug when using in_memory_cache

Open
#9,410 4 comments 0 reactions 1 assignee View on GitHub

@prabindersinghh is already working on this.

Since Feb 9, 2026.

Assessment

This issue has not been assessed yet.

Description

Type: Bug :bug:

Description

A nasty bug in local testing. The bug occurs when we do not use the in_memory_cache=False when creating connections:

ds_client, do_client = SyftboxManager.pair_with_in_memory_connection(
    sync_automatically=False, use_in_memory_cache=False
)

The error shows up as dataset changes not percolating from DO to DS.

Image
Dominant language
Python
Stars
10k
Forks
2k
Avg merge
23h 19m
Merged PRs (30d)
21

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from OpenMined/PySyft

All issues in OpenMined/PySyft

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.