Skip to content

GG-26127: Fix GMC agent sql metadata export.#754

Merged
somjik-api merged 8 commits intomasterfrom
gg-26127
Dec 23, 2019
Merged

GG-26127: Fix GMC agent sql metadata export.#754
somjik-api merged 8 commits intomasterfrom
gg-26127

Conversation

@somjik-api
Copy link
Copy Markdown
Contributor

No description provided.

typeName.equals(that.typeName) &&
Objects.equals(keyCls, that.keyCls) &&
Objects.equals(valCls, that.valCls) &&
Objects.equals(fields, that.fields) &&
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

createdBySql is not checked in equals and hashCode - is this expected?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

createdBySql available only in CacheInfo, not in CacheSqlMetadata

private IgniteUuid deploymentId;

/** Created by sql. */
private boolean createdBySql;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why this flag has different name in compare to ignite-core?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The core name will only confuses us, because initially I thought that sql flag mean availability of sql queries for this cache.

@somjik-api somjik-api merged commit 7a47330 into master Dec 23, 2019
@somjik-api somjik-api deleted the gg-26127 branch December 23, 2019 09:41
somjik-api pushed a commit that referenced this pull request Dec 23, 2019
somjik-api pushed a commit that referenced this pull request Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants