Skip to content

Conversation

@osalpekar
Copy link
Member

@osalpekar osalpekar commented Sep 27, 2020

Stack from ghstack:

Reland of #43963
Added a DeleteKey API for the TCP Store

Differential Revision: D23955730

NOTE FOR REVIEWERS: This PR has internal Facebook specific changes or comments, please review them on Phabricator!

Added a DeleteKey API for the TCP Store

Differential Revision: [D23955730](https://our.internmc.facebook.com/intern/diff/D23955730/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D23955730/)!

[ghstack-poisoned]
@dr-ci
Copy link

dr-ci bot commented Sep 28, 2020

💊 CI failures summary and remediations

As of commit e977bc4 (more details on the Dr. CI page):


  • 1/1 failures introduced in this PR

1 job timed out:

  • pytorch_linux_xenial_py3_clang5_asan_test2

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 1 time.


virtual int64_t getNumKeys() override;

virtual bool deleteKey(const std::string& key) override;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this part of API still used by any active code path?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like it is used in some examples/tests in the Caffe2 codebase as well as in one CV application internally, but it's not used in PyTorch code.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 6b65b3c.

@facebook-github-bot facebook-github-bot deleted the gh/osalpekar/87/head branch October 2, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants