You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/02/17 17:22:45 UTC

[GitHub] [hadoop-ozone] github-actions[bot] removed a comment on issue #555: HDDS-3023. Create Freon test to test isolated Ratis LEADER

github-actions[bot] removed a comment on issue #555: HDDS-3023. Create Freon test to test isolated Ratis LEADER
URL: https://github.com/apache/hadoop-ozone/pull/555#issuecomment-587092498
 
 
   ```
   {
     "action": "created",
     "comment": {
       "author_association": "MEMBER",
       "body": "/debug",
       "created_at": "2020-02-17T17:21:52Z",
       "html_url": "https://github.com/apache/hadoop-ozone/pull/555#issuecomment-587092392",
       "id": 587092392,
       "issue_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/555",
       "node_id": "MDEyOklzc3VlQ29tbWVudDU4NzA5MjM5Mg==",
       "updated_at": "2020-02-17T17:21:52Z",
       "url": "https://api.github.com/repos/apache/hadoop-ozone/issues/comments/587092392",
       "user": {
         "avatar_url": "https://avatars0.githubusercontent.com/u/170549?v=4",
         "events_url": "https://api.github.com/users/elek/events{/privacy}",
         "followers_url": "https://api.github.com/users/elek/followers",
         "following_url": "https://api.github.com/users/elek/following{/other_user}",
         "gists_url": "https://api.github.com/users/elek/gists{/gist_id}",
         "gravatar_id": "",
         "html_url": "https://github.com/elek",
         "id": 170549,
         "login": "elek",
         "node_id": "MDQ6VXNlcjE3MDU0OQ==",
         "organizations_url": "https://api.github.com/users/elek/orgs",
         "received_events_url": "https://api.github.com/users/elek/received_events",
         "repos_url": "https://api.github.com/users/elek/repos",
         "site_admin": false,
         "starred_url": "https://api.github.com/users/elek/starred{/owner}{/repo}",
         "subscriptions_url": "https://api.github.com/users/elek/subscriptions",
         "type": "User",
         "url": "https://api.github.com/users/elek"
       }
     },
     "issue": {
       "assignee": null,
       "assignees": [],
       "author_association": "MEMBER",
       "body": "## What changes were proposed in this pull request?\r\n\r\nSimilart to #542 it provides a Freon (load-) test to test an isolated datanode with using full Ratis/ContainerStateMachine code path. The Freon test configures the Raft group and sends chunk write requests.\r\n\r\nA byteman script is provided to fake/mock the leader components. \r\n\r\n## What is the link to the Apache JIRA\r\n\r\nhttps://issues.apache.org/jira/browse/HDDS-3023\r\n\r\n## How was this patch tested?\r\n\r\n1. To test the patch you need RATIS-816 (create new build and change the Ratis version to a snapshot)\r\n\r\n2. Datanode should be started in standalone mode and the Ratis Grpc server protocol should be mocked.\r\n\r\nThe first can be achieved by setting the following environment variable:\r\n\r\n```\r\nOZONE_DATANODE_STANDALONE_TEST=follower\r\n```\r\n\r\nThe second one requires a [byteman](https://byteman.jboss.org/) install\r\n\r\n```\r\n-javaagent:/home/elek/prog/byteman/lib/byteman.jar=script:/home/elek/projects/ozone/dev-support/byteman/ratis-mock-followers.btm,boot:/home/elek/prog/byteman/lib/byteman.jar -Dorg.jboss.byteman.transform.all\r\n```\r\n\r\n\r\n3. And start the Datanode (you can start it from IDE as it doesn't require any other components like OM or SCM)\r\n\r\n4. Finally freon can be started:\r\n\r\n```\r\nozone freon --verbose lalg -t1 -n100000 -s 1024\r\n```",
       "closed_at": null,
       "comments": 4,
       "comments_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/555/comments",
       "created_at": "2020-02-17T13:25:27Z",
       "events_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/555/events",
       "html_url": "https://github.com/apache/hadoop-ozone/pull/555",
       "id": 566297354,
       "labels": [],
       "labels_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/555/labels{/name}",
       "locked": false,
       "milestone": null,
       "node_id": "MDExOlB1bGxSZXF1ZXN0Mzc2MTM1MDEx",
       "number": 555,
       "pull_request": {
         "diff_url": "https://github.com/apache/hadoop-ozone/pull/555.diff",
         "html_url": "https://github.com/apache/hadoop-ozone/pull/555",
         "patch_url": "https://github.com/apache/hadoop-ozone/pull/555.patch",
         "url": "https://api.github.com/repos/apache/hadoop-ozone/pulls/555"
       },
       "repository_url": "https://api.github.com/repos/apache/hadoop-ozone",
       "state": "open",
       "title": "HDDS-3023. Create Freon test to test isolated Ratis LEADER",
       "updated_at": "2020-02-17T17:21:52Z",
       "url": "https://api.github.com/repos/apache/hadoop-ozone/issues/555",
       "user": {
         "avatar_url": "https://avatars0.githubusercontent.com/u/170549?v=4",
         "events_url": "https://api.github.com/users/elek/events{/privacy}",
         "followers_url": "https://api.github.com/users/elek/followers",
         "following_url": "https://api.github.com/users/elek/following{/other_user}",
         "gists_url": "https://api.github.com/users/elek/gists{/gist_id}",
         "gravatar_id": "",
         "html_url": "https://github.com/elek",
         "id": 170549,
         "login": "elek",
         "node_id": "MDQ6VXNlcjE3MDU0OQ==",
         "organizations_url": "https://api.github.com/users/elek/orgs",
         "received_events_url": "https://api.github.com/users/elek/received_events",
         "repos_url": "https://api.github.com/users/elek/repos",
         "site_admin": false,
         "starred_url": "https://api.github.com/users/elek/starred{/owner}{/repo}",
         "subscriptions_url": "https://api.github.com/users/elek/subscriptions",
         "type": "User",
         "url": "https://api.github.com/users/elek"
       }
     },
     "organization": {
       "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4",
       "description": "",
       "events_url": "https://api.github.com/orgs/apache/events",
       "hooks_url": "https://api.github.com/orgs/apache/hooks",
       "id": 47359,
       "issues_url": "https://api.github.com/orgs/apache/issues",
       "login": "apache",
       "members_url": "https://api.github.com/orgs/apache/members{/member}",
       "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
       "public_members_url": "https://api.github.com/orgs/apache/public_members{/member}",
       "repos_url": "https://api.github.com/orgs/apache/repos",
       "url": "https://api.github.com/orgs/apache"
     },
     "repository": {
       "archive_url": "https://api.github.com/repos/apache/hadoop-ozone/{archive_format}{/ref}",
       "archived": false,
       "assignees_url": "https://api.github.com/repos/apache/hadoop-ozone/assignees{/user}",
       "blobs_url": "https://api.github.com/repos/apache/hadoop-ozone/git/blobs{/sha}",
       "branches_url": "https://api.github.com/repos/apache/hadoop-ozone/branches{/branch}",
       "clone_url": "https://github.com/apache/hadoop-ozone.git",
       "collaborators_url": "https://api.github.com/repos/apache/hadoop-ozone/collaborators{/collaborator}",
       "comments_url": "https://api.github.com/repos/apache/hadoop-ozone/comments{/number}",
       "commits_url": "https://api.github.com/repos/apache/hadoop-ozone/commits{/sha}",
       "compare_url": "https://api.github.com/repos/apache/hadoop-ozone/compare/{base}...{head}",
       "contents_url": "https://api.github.com/repos/apache/hadoop-ozone/contents/{+path}",
       "contributors_url": "https://api.github.com/repos/apache/hadoop-ozone/contributors",
       "created_at": "2019-10-02T15:56:19Z",
       "default_branch": "master",
       "deployments_url": "https://api.github.com/repos/apache/hadoop-ozone/deployments",
       "description": "Scalable, redundant, and distributed object store for Apache Hadoop",
       "disabled": false,
       "downloads_url": "https://api.github.com/repos/apache/hadoop-ozone/downloads",
       "events_url": "https://api.github.com/repos/apache/hadoop-ozone/events",
       "fork": false,
       "forks": 71,
       "forks_count": 71,
       "forks_url": "https://api.github.com/repos/apache/hadoop-ozone/forks",
       "full_name": "apache/hadoop-ozone",
       "git_commits_url": "https://api.github.com/repos/apache/hadoop-ozone/git/commits{/sha}",
       "git_refs_url": "https://api.github.com/repos/apache/hadoop-ozone/git/refs{/sha}",
       "git_tags_url": "https://api.github.com/repos/apache/hadoop-ozone/git/tags{/sha}",
       "git_url": "git://github.com/apache/hadoop-ozone.git",
       "has_downloads": true,
       "has_issues": false,
       "has_pages": false,
       "has_projects": false,
       "has_wiki": false,
       "homepage": "https://hadoop.apache.org/ozone/",
       "hooks_url": "https://api.github.com/repos/apache/hadoop-ozone/hooks",
       "html_url": "https://github.com/apache/hadoop-ozone",
       "id": 212382406,
       "issue_comment_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/comments{/number}",
       "issue_events_url": "https://api.github.com/repos/apache/hadoop-ozone/issues/events{/number}",
       "issues_url": "https://api.github.com/repos/apache/hadoop-ozone/issues{/number}",
       "keys_url": "https://api.github.com/repos/apache/hadoop-ozone/keys{/key_id}",
       "labels_url": "https://api.github.com/repos/apache/hadoop-ozone/labels{/name}",
       "language": "Java",
       "languages_url": "https://api.github.com/repos/apache/hadoop-ozone/languages",
       "license": {
         "key": "apache-2.0",
         "name": "Apache License 2.0",
         "node_id": "MDc6TGljZW5zZTI=",
         "spdx_id": "Apache-2.0",
         "url": "https://api.github.com/licenses/apache-2.0"
       },
       "merges_url": "https://api.github.com/repos/apache/hadoop-ozone/merges",
       "milestones_url": "https://api.github.com/repos/apache/hadoop-ozone/milestones{/number}",
       "mirror_url": null,
       "name": "hadoop-ozone",
       "node_id": "MDEwOlJlcG9zaXRvcnkyMTIzODI0MDY=",
       "notifications_url": "https://api.github.com/repos/apache/hadoop-ozone/notifications{?since,all,participating}",
       "open_issues": 40,
       "open_issues_count": 40,
       "owner": {
         "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4",
         "events_url": "https://api.github.com/users/apache/events{/privacy}",
         "followers_url": "https://api.github.com/users/apache/followers",
         "following_url": "https://api.github.com/users/apache/following{/other_user}",
         "gists_url": "https://api.github.com/users/apache/gists{/gist_id}",
         "gravatar_id": "",
         "html_url": "https://github.com/apache",
         "id": 47359,
         "login": "apache",
         "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
         "organizations_url": "https://api.github.com/users/apache/orgs",
         "received_events_url": "https://api.github.com/users/apache/received_events",
         "repos_url": "https://api.github.com/users/apache/repos",
         "site_admin": false,
         "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}",
         "subscriptions_url": "https://api.github.com/users/apache/subscriptions",
         "type": "Organization",
         "url": "https://api.github.com/users/apache"
       },
       "private": false,
       "pulls_url": "https://api.github.com/repos/apache/hadoop-ozone/pulls{/number}",
       "pushed_at": "2020-02-17T15:58:57Z",
       "releases_url": "https://api.github.com/repos/apache/hadoop-ozone/releases{/id}",
       "size": 16959,
       "ssh_url": "git@github.com:apache/hadoop-ozone.git",
       "stargazers_count": 59,
       "stargazers_url": "https://api.github.com/repos/apache/hadoop-ozone/stargazers",
       "statuses_url": "https://api.github.com/repos/apache/hadoop-ozone/statuses/{sha}",
       "subscribers_url": "https://api.github.com/repos/apache/hadoop-ozone/subscribers",
       "subscription_url": "https://api.github.com/repos/apache/hadoop-ozone/subscription",
       "svn_url": "https://github.com/apache/hadoop-ozone",
       "tags_url": "https://api.github.com/repos/apache/hadoop-ozone/tags",
       "teams_url": "https://api.github.com/repos/apache/hadoop-ozone/teams",
       "trees_url": "https://api.github.com/repos/apache/hadoop-ozone/git/trees{/sha}",
       "updated_at": "2020-02-17T15:59:00Z",
       "url": "https://api.github.com/repos/apache/hadoop-ozone",
       "watchers": 59,
       "watchers_count": 59
     },
     "sender": {
       "avatar_url": "https://avatars0.githubusercontent.com/u/170549?v=4",
       "events_url": "https://api.github.com/users/elek/events{/privacy}",
       "followers_url": "https://api.github.com/users/elek/followers",
       "following_url": "https://api.github.com/users/elek/following{/other_user}",
       "gists_url": "https://api.github.com/users/elek/gists{/gist_id}",
       "gravatar_id": "",
       "html_url": "https://github.com/elek",
       "id": 170549,
       "login": "elek",
       "node_id": "MDQ6VXNlcjE3MDU0OQ==",
       "organizations_url": "https://api.github.com/users/elek/orgs",
       "received_events_url": "https://api.github.com/users/elek/received_events",
       "repos_url": "https://api.github.com/users/elek/repos",
       "site_admin": false,
       "starred_url": "https://api.github.com/users/elek/starred{/owner}{/repo}",
       "subscriptions_url": "https://api.github.com/users/elek/subscriptions",
       "type": "User",
       "url": "https://api.github.com/users/elek"
     }
   }```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org