You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kenneth Howe (JIRA)" <ji...@apache.org> on 2016/09/22 18:00:25 UTC

[jira] [Updated] (GEODE-1128) Add log messages and enhance the output of list-missing-disk-stores to report missing colocated regions

     [ https://issues.apache.org/jira/browse/GEODE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Howe updated GEODE-1128:
--------------------------------
           Labels: docs  (was: )
    Fix Version/s: 1.0.0-incubating

New output formats for "gfsh show missing-disk-stores":

When there are no problems to report --

No missing disk store found
No missing colocated region found

Missing disk-stores (no missing colocated regions)

Missing Disk Stores
           Disk Store ID             |      Host      | Directory
------------------------------------ | -------------- | ---------------------------------
8c204b3a-47ca-4bf4-ab3d-e6f704ea6ac6 | /10.118.33.251 | /vm1/DiskStoreCommandsDUnitTest1

No missing colocated region found

Missing colocated regions (no missing disk-stores) --

No missing disk store found

Missing Colocated Regions
    Host      | Distributed Member |               Parent Region               | Missing Colocated Region
------------- | ------------------ | ----------------------------------------- | ------------------------
10.118.33.251 | Manager            | /testShowPersistentRecoveryFailuresRegion | /childRegion
10.118.33.251 | VM1                | /testShowPersistentRecoveryFailuresRegion | /childRegion

Missing disk-stores and missing colocated regions -

Missing Disk Stores
           Disk Store ID             |      Host      | Directory
------------------------------------ | -------------- | ---------------------------------
09055140-cc35-48e1-a53a-91c0f5eb6644 | /10.118.33.251 | /vm1/DiskStoreCommandsDUnitTest1

Missing Colocated Regions
    Host      | Distributed Member |               Parent Region               | Missing Colocated Region
------------- | ------------------ | ----------------------------------------- | ------------------------
10.118.33.251 | VM1                | /testShowPersistentRecoveryFailuresRegion | /childRegion

> Add log messages and enhance the output of list-missing-disk-stores to report missing colocated regions
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1128
>                 URL: https://issues.apache.org/jira/browse/GEODE-1128
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Dan Smith
>            Assignee: Kenneth Howe
>              Labels: docs
>             Fix For: 1.0.0-incubating
>
>
> Persistent recovery waits until all colocated regions are created. This is necessary in order to maintain colocation. However, it can result in surprising behavior if a user doesn't create a region or, in the case of GEODE-1117, geode doesn't create an internal region.
> We need a warning level log message indicating that some colocated regions are missing. We do have a log message after 15 seconds if other members have not created persistent regions - see the code in RedundancyLogger.logWaitingForMembers.
> We should enhance the logger to report any missing colocated regions as well.
> The list-missing-disk-stores command should also be enhanced to report missing colocated regions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)