{"id":19523912,"url":"https://github.com/eitansuez/geode-2662","last_synced_at":"2025-07-24T02:31:24.124Z","repository":{"id":96637187,"uuid":"86389719","full_name":"eitansuez/geode-2662","owner":"eitansuez","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-27T22:42:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T18:10:04.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eitansuez.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-27T22:23:00.000Z","updated_at":"2017-03-27T22:23:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"32a61898-c2cd-4dfc-a41f-2cbead79a051","html_url":"https://github.com/eitansuez/geode-2662","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eitansuez/geode-2662","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fgeode-2662","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fgeode-2662/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fgeode-2662/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fgeode-2662/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitansuez","download_url":"https://codeload.github.com/eitansuez/geode-2662/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fgeode-2662/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266785431,"owners_count":23983821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T00:45:14.520Z","updated_at":"2025-07-24T02:31:24.037Z","avatar_url":"https://github.com/eitansuez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n= GEODE-2662\n\nhttps://issues.apache.org/jira/browse/GEODE-2662\n\n== Steps\n\n. Start a cluster:\n+\n----\ncd cluster\ngfsh run --file=start.gfsh\n----\n+\nat this point you can verify that cluster is running with a region named _Customer_:\n+\n----\ngfsh\nconnect\nlist members\nlist regions\n----\n\n. Insert a couple of records:\n+\n----\ngradle test\n----\n+\nverify:\n+\n----\ngfsh\nconnect\nquery --query=\"select * from /Customer\"\n----\n\n. modify Customer.java\n+\nlet's add a telephone number field:\n+\n----\ngit checkout modify_customer\n----\n\n. write a 3rd record\n+\n----\ngradle test -Dtest.single=ThirdCustomer\n----\n\n. verify\n+\n----\ngfsh\nconnect\nquery --query=\"select * from /Customer\"\n----\n\n. check the output:\n+\n----\ngfsh\u003equery --query=\"select * from /Customer\"\n\nResult     : true\nstartCount : 0\nendCount   : 20\nRows       : 3\n\nfirstName | lastName | telephone\n--------- | -------- | --------------\nJane      | Doe      | (512) 333-4444\nJohn      | Doe      | null\nTom       | Smith    | null\n\nNEXT_STEP_NAME : END\n----\n\nClearly, that phone number does not belong to Jane Doe.  Yet it shows up on the wrong row.  In fact:\n\n----\ngfsh\u003equery --query=\"select * from /Customer where lastName='Smith'\"\n\nResult     : true\nstartCount : 0\nendCount   : 20\nRows       : 1\n\nfirstName | lastName | telephone\n--------- | -------- | --------------\nTom       | Smith    | (512) 333-4444\n\nNEXT_STEP_NAME : END\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fgeode-2662","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitansuez%2Fgeode-2662","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fgeode-2662/lists"}