Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-5442 .NET: LINQ Conditional statement will fail for some types #2144

Closed
wants to merge 4 commits into from

Conversation

gurustron
Copy link
Contributor

No description provided.

@asfgit asfgit closed this in 19a78a9 Jun 20, 2017
SammyVimes pushed a commit to SammyVimes/apache-ignite that referenced this pull request Feb 7, 2022
IGNITE-15416 False warnings from default Checkpoint and Collision SPIs

- The following warning was written to log when starting with the default CheckpointSpi (NoOpCheckpointSpi):
WARNING: Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
This happens even if the user does not use checkpointing at all. In such a case, we should not log this message, but instead it was logged as a WARNING which was confusing.
The change is that now we log it only on the first attempt to actually save/load/remove a checkpoint, not at startup time.

- The following was written to log when starting without collision resolution configuration:
WARNING: Collision resolution is disabled (all jobs will be activated upon arrival).
This is the normal mode, and it should not be a warning.
The change is to log it at INFO level.
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.

None yet

1 participant