-
Notifications
You must be signed in to change notification settings - Fork 1.9k
IGNITE-13190 #7984
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
Closed
Closed
IGNITE-13190 #7984
Changes from 107 commits
Commits
Show all changes
112 commits
Select commit
Hold shift + click to select a range
5c0bb03
Simplest test added
f9abfb4
Test improvements
a979a2a
Defragmentation events listener
8e361c4
Minor refactoring to extract inner class
d922b36
GridCacheDataStore moved to separate class for reuse
495c68e
DefragmentationContext abstraction introduced, core is rewritten base…
9e6754e
Simplest test added
4ccb5a0
Test improvements
1e013a7
Defragmentation events listener
8990604
Minor refactoring to extract inner class
da70362
GridCacheDataStore moved to separate class for reuse
560ad16
DefragmentationContext abstraction introduced, core is rewritten base…
5066364
Added PageStoreCollection
alievmirza 62d6fdd
IGNITE-13190 Changes from feature branch integrated
e506a1b
IGNITE-13190 Add link mapping tree.
SammyVimes e000ab2
IGNITE-13190 Encrypted file page store factory
SammyVimes 8e68138
IGNITE-13190 New outer classes moved back to prevent merge conflicts.
ibessonov e173af0
IGNITE-13190 GridGain licenses removed from code.
ibessonov f104b0b
IGNITE-13190 PageStore management improved. Code reorganized and clea…
ibessonov 51706e8
IGNITE-13190 Ability to checkpoint pages from new regions. Small code…
ibessonov 3a150fe
IGNITE-13190 Basic failover code, not fully completed yet. Checkpoint…
ibessonov 0ffb7e6
IGNITE-13190 Few small bugs fixed. Partition metadata copying impleme…
ibessonov b395fff
IGNITE-13190 Utility class extracted from manager.
ibessonov cf88708
IGNITE-13190 wip
ibessonov 1d6f103
IGNITE-13190 Filtering of CacheDataStores fixed to find needed partition
sergey-chugunov-1985 deb3527
IGNITE-13190 Partial revert to avoid merge conflicts.
ibessonov e04858d
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov 2f50851
IGNITE-13190 Merge conflicts reapplied.
ibessonov 6ab14b7
IGNITE-13190 Merge conflicts reapplied.
ibessonov 8ff3e5f
Merge remote-tracking branch 'professional/ignite-13190' into ignite-…
ibessonov 9563932
IGNITE-13190 JVM Crash fixed; Number of partitions in test lowered ba…
ibessonov 678f46b
IGNITE-13190 Improved failover; Refactoring.
ibessonov 5270a26
IGNITE-13190 Failover tests.
ibessonov 7100748
IGNITE-13190 Creation of new row in defragmented partition fixed.
ibessonov 30fba1f
IGNITE-13190 Index defragmentation.
SammyVimes 6d28a7b
IGNITE-13190 Remove odd field.
SammyVimes dc3388e
IGNITE-13190 Failed tests fixed.
ibessonov a222a54
Merge remote-tracking branch 'professional/ignite-13190' into ignite-…
ibessonov 7fb3362
IGNITE-13190 Fix index tree root creation.
SammyVimes e8509f1
IGNITE-13190 Test that defragmented index root is in meta tree.
SammyVimes 555485a
IGNITE-13190 Refactoring; Eviction mode bug fixed.
ibessonov f4da2c5
IGNITE-13190 Fix indexing defragmentation for not inline indexes.
SammyVimes d4f5324
IGNITE-13190 [IGNITE-13190] Squashed Maintenance mode, unfinished.
ibessonov 1daf29c
IGNITE-13190 Maintenance mode used for defragmentation but without au…
ibessonov 6d4276e
IGNITE-13190 Eliminated some checkpoint future waits.
ibessonov a15b4cf
IGNITE-13190 Few javadocs.
ibessonov 75ee7c3
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov 66e5c27
IGNITE-13190 MVCC indexes defragmentation and tests.
SammyVimes a937c07
IGNITE-13190 Checkpoint integration
akalash a1b7442
Merge branch 'master' into checkpoint-integration
akalash aa3c723
IGNITE-13190 Configuration; Checkpoint locks for index; Wrappers for …
ibessonov ff452df
IGNITE-13190 Few adjustments to the code.
ibessonov 37cc862
IGNITE-13190 Few adjustments to the code.
ibessonov d21ac60
IGNITE-13190 Commented line removed.
ibessonov 33acaa2
IGNITE-13190 Tiny log message at the end.
ibessonov 6e91f1f
IGNITE-13190 Revert "IGNITE-13190 [IGNITE-13190] Squashed Maintenance…
akalash 81db3b6
Merge branch 'master' into ignite-13190
akalash 8785422
IGNITE-13190 Maintenance mode integration
akalash 19ca7ee
IGNITE-13190 Deprecated system property removed.
ibessonov 1b17c8b
IGNITE-13190 Defragmentation context mostly removed.
ibessonov dce6a73
IGNITE-13190 Defragmentation context mostly removed, part 2.
ibessonov bdc9662
IGNITE-13190 Crash fixed.
ibessonov ced2dac
IGNITE-13190 LICENSES
ibessonov 7a244b9
IGNITE-13190 First checkpoint moved into defragmentation code.
ibessonov a3795fa
IGNITE-13190 Logs for the problem in benchmark scenario.
ibessonov 52a5f4a
IGNITE-13190 Bunch of tiny fixes.
ibessonov 7d752f6
IGNITE-13190 Tests ignored in MVCC suite.
ibessonov d3fc45f
IGNITE-13190 Javadoc
ibessonov bc2e16c
IGNITE-13190 Indexing fix.
ibessonov 9abcf15
IGNITE-13190 Lost log message returned back.
ibessonov 1c899d2
IGNITE-13190 MVCC suite 4.
ibessonov 7e15622
IGNITE-13190 Few more tests fixed.
ibessonov 99c5d99
IGNITE-13190 One more test fixed.
ibessonov 8d96744
IGNITE-13190 Extra formatting removed. We don't need it, patch is alr…
ibessonov 88464df
IGNITE-13190 Checkpoint listeners leak removed.
ibessonov 2cf598f
Merge branch 'apache-master' into ignite-13190
ibessonov f32d2ac
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov cbc5614
IGNITE-13190 Compilation error fixed.
ibessonov 10af061
IGNITE-13190 New meta page version supported.
ibessonov 7d2a375
IGNITE-13190 "Defragmentation started." message added.
ibessonov ce9d890
IGNITE-13190 Encryption test; Context removed completely.
ibessonov c5aedc3
IGNITE-13190 Missing checkpoint lock.
ibessonov 4b16d75
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov ce6715c
IGNITE-13190 Compilation error fixed
ibessonov adfbd5c
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov c943aab
IGNITE-13684 Compilation errors fixed.
ibessonov 9a28415
IGNITE-13190 Incompatible changes merged.
ibessonov 96944ff
IGNITE-13190 Several TODO removed.
ibessonov 893ed7d
IGNITE-13190 Removed some debug logging.
ibessonov e6b3830
IGNITE-13190 Unused code removed.
ibessonov d0efe52
IGNITE-13190 A bit of dead code removed.
ibessonov 3fce806
IGNITE-13190 Several review remarks addressed.
ibessonov bb18443
IGNITE-13190 Several review remarks addressed #2.
ibessonov 87fd6fc
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov fb3b458
IGNITE-13190 Compilation errors.
ibessonov 3c19a84
IGNITE-13190 Reconfiguring region size if defragmentation is needed
akalash 58125c1
IGNITE-13190 Improved indexing tests.
ibessonov d9f3836
IGNITE-13190 LinkMapTest
ibessonov 8382f6b
IGNITE-13190 LinkMapTest
ibessonov 4809e35
IGNITE-13190 More fair regions configuration.
ibessonov cbcd198
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov 4ea97a9
IGNITE-13190 Fix of review remarks.
ibessonov b86f240
IGNITE-13190 Default changed.
ibessonov 55b08fe
IGNITE-13190 Refactoring of indexing API.
ibessonov bc45e61
IGNITE-13190 Eliminated explicit busy lock usage.
ibessonov 64fa01e
IGNITE-13190 More unchecked exceptions used.
ibessonov da4e14e
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov 8118ec4
IGNITE-13190 More review remarks addressed.
ibessonov 1b7d8ee
IGNITE-13190 TimeTracker removed.
ibessonov c1c6747
Merge remote-tracking branch 'origin/master' into ignite-13190
ibessonov 15554bd
IGNITE-13697 Test fixed
ibessonov 1f5a1cf
IGNITE-13190 Unused class removed.
ibessonov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.