-
Notifications
You must be signed in to change notification settings - Fork 101
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-21792 fix ItNodeTest#testFollowerStartStopFollowing flakiness #4990
Closed
Closed
Changes from 4 commits
Commits
Show all changes
115 commits
Select commit
Hold shift + click to select a range
7a0c319
refactor: use junit timeout exceptions and remove time constrains fro…
12rcu 64cc5c7
temp: add test action to test flakiness in a ci environment
12rcu 74f54b7
remove flaky detection action and increase timeout
12rcu 88cd093
remove flaky detection action
12rcu 4f7f341
IGNITE-23597 Cache latest term values in log manager (#5005)
ibessonov e3f7c9a
IGNITE-23712 Get rid of ticks on RW requests.
ascherbakoff d29efc5
IGNITE-24163 Optimize EventLog (#5004)
PakhomovAlexander a9d3974
IGNITE-23736 Sql. Provide ability to catch start/finish events for qu…
xtern e676ea5
IGNITE-24080 Fix config path reading in CLI init command (#5001)
Pochatkin 7eb75ec
IGNITE-24014 Introduce a way to have key-value entries in configurati…
sashapolo afa4166
Bump org.rocksdb:rocksdbjni from 9.7.3 to 9.7.4 (#5025)
dependabot[bot] 4423d07
Bump com.github.spotbugs from 6.0.27 to 6.1.0 (#5024)
dependabot[bot] 4dcc0b2
Bump org.springframework.data:spring-data-jdbc from 3.4.0 to 3.4.1 (#…
dependabot[bot] bfdfd23
IGNITE-24062 Use throttled logger for heap lock manager (#5015)
vldpyatkov a57ee5f
IGNITE-24059 Reuse compute serialization in client and embedded APIs …
ptupitsyn f0ef09f
IGNITE-24172 IndexMetaStorageRecoveryTest#testMissingDropTableWithUpd…
tkalkirill 86fd823
IGNITE-24162 .NET: Fix ComputeTests on Windows (#5033)
ptupitsyn 4202f60
IGNITE-23885 Start partition in a common manner in case of a single e…
Cyrill 2e3aaf5
IGNITE-23947: Sql. Add a test to check operator signatures (#5014)
lowka 3266a06
IGNITE-24179 Fix SQL command exception handler providing (#5034)
Pochatkin 3ce16d5
IGNITE-24176 Sql. Make BinaryTupleComparator use SQL conformed orderi…
AMashenkov 48b06e0
IGNITE-24138 Fix highestRevision check for HA reset case (#5020)
kgusakov e7701a7
IGNITE-24031 Sql schema. Extend IgniteCatalog API with supporting qua…
zstan 0700f33
IGNITE-23920 Shutdown node on SIGTERM (#5010)
Pochatkin 8f08d3b
IGNITE-24189 Fix some `<pre>{@code` javadoc entries (#5042)
ibessonov 2d2cdfb
IGNITE-24205 Fix flaky ItMetaStorageServiceTest#testRemoveByPrefix (#…
sashapolo 9395d1e
Bump org.rocksdb:rocksdbjni from 9.7.4 to 9.8.4 (#5036)
dependabot[bot] 363f7a7
Bump Nerdbank.GitVersioning in /modules/platforms/dotnet (#5035)
dependabot[bot] 6b4a633
IGNITE-24185 Add a message to analyze flaky ItMetaStorageCompactionTr…
tkalkirill 8ec31d2
IGNITE-23949 Sql. Disable unsupported ASOF join (#5029)
zstan d5957d0
IGNITE-24174 Unify Compute API (#5016)
valepakh 85d36ec
IGNITE-21122 Sql. Introduce attributes for SqlQueryType and use them …
lowka 808147b
IGNITE-24202 Fix ItNodeTest#longBatchInStateMachineAndShutdown() flak…
rpuch 747db12
IGNITE-24208 Refactor configuration annotation processor (Part 1) (#5…
sashapolo 5244025
IGNITE-24211 Sql. Fix invalid qualified name usage in Catalog object …
AMashenkov 6cca1f4
IGNITE-24167 Sql. Introduce heuristics to optimize join order (#5026)
korlov42 ba06feb
IGNITE-17166 Refactor configuration annotation processor (Part 2) (#5…
sashapolo cfc6926
Bump Microsoft.Extensions.Logging.Console in /modules/platforms/dotne…
dependabot[bot] 02ab9fd
Bump netty from 4.1.116.Final to 4.1.117.Final (#5049)
dependabot[bot] 80cc35a
Bump io.swagger:swagger-annotations from 1.6.14 to 1.6.15 (#5055)
dependabot[bot] b042b19
IGNITE-20694 Add system properties for configuring HeapLockManager (#…
sashapolo 6989419
IGNITE-24197 .NET: Unify Сompute API (#5050)
ptupitsyn eb05ff2
IGNITE-24217 Running multiple compute jobs fails (#5057)
valepakh 0f61e02
IGNITE-24225 fix build on java 21 (#5058)
myskov 08f5500
Bump io.dropwizard.metrics:metrics-core from 4.2.29 to 4.2.30 (#5054)
dependabot[bot] 1353d9c
Bump bouncycastle from 1.79 to 1.80 (#5053)
dependabot[bot] baaf185
Bump io.opentelemetry:opentelemetry-exporter-otlp from 1.45.0 to 1.46…
dependabot[bot] cae964a
IGNITE-24141 .NET: Fix TestResultConsumerCancellation flakiness (#5063)
ptupitsyn d27c6f7
IGNITE-24203 Fix NullPointerException in ClusterManagementController#…
tkalkirill 4d95d15
IGNITE-24017 Sql. StorageScanNode SubscriberImpl onNext can be called…
zstan 9175713
IGNITE-23601 Add broadcast partitioned compute method (#5056)
valepakh 8bccac1
IGNITE-22688 Make async continuation executor configurable in IgniteS…
rpuch 4a82ddd
IGNITE-24248 Support configuration syntax for multiple binding addres…
rpuch cdb217d
IGNITE-24223 Remove invalid assert (#5071)
sanpwc 40baa2d
IGNITE-24249 Switch fsync setting for tables to false by default (#5070)
rpuch cc3c463
IGNITE-24236 Reduce log pollution by LogicalNode (#5066)
sashapolo 1fba9dd
IGNITE-23747 Support timeouts for RO transactions (#4902)
rpuch 60f6f58
IGNITE-23936 Java thin: Support broadcast partitioned (#5068)
valepakh 7942688
IGNITE-24194 testCleanStates is flaky (#5075)
valepakh 046f643
IGNITE-24030: Schema commands DDL handler. (#5021)
lowka 05c673f
IGNITE-24254 Thin client: add schema name placeholder to protocol (#5…
ptupitsyn 30a75c8
IGNITE-24239 Create a reproducer for IGNITE-23588 (#5065)
ibessonov 96f8399
IGNITE-23967 Python DB API Fix fetching long result sets (#5082)
isapego 076d3af
IGNITE-24150 Ability to have different prefixes for exceptions (#4991)
ygerzhedovich b64d2b1
IGNITE-24187 Fix code style issues in SystemDistributedConfigurationP…
kgusakov 422cbfc
IGNITE-24055 Sql. Update the observation timestamp only after process…
xtern b689b54
IGNITE-23873 Sql. Fix processing Infinite and NaN values after calcit…
zstan f09ef10
IGNITE-24259 Improve NodeStoppingException handling (#5076)
rpuch 1e4d9ea
IGNITE-24271 Do not pass NodeStoppingException to FailureHandler in W…
rpuch 46b7a33
Revert "IGNITE-24254 Thin client: add schema name placeholder to prot…
ptupitsyn 2d20b60
IGNITE-24238 Fix flaky testCreationZoneWhenDataNodesAreDeletedIsNotSu…
sashapolo a279bec
IGNITE-24089 Introduce chain and link abstractions (#5046)
Cyrill 1092654
IGNITE-24273 Fix flaky ItNodeTest#testInstallSnapshot (#5091)
tkalkirill 99bce25
IGNITE-24269 Fix race during updating tableSize map (#5088)
korlov42 4634c8a
IGNITE-24276 Thin client: return actual table name from TABLE_GET (#5…
ptupitsyn af08c19
IGNITE-24277 Add necessary `log.isDebugEnabled()` checks in `ignite-p…
ibessonov 4e10fa4
IGNITE-24200 C++ Unify Compute API (#5094)
isapego dd54b24
IGNITE-24268 Minor refactoring in PartitionReplicaLifecycleManager (#…
sashapolo 866e3ec
IGNITE-24053 Jdbc. Use single observable time tracker for multiple JD…
xtern 558f9b2
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#5079)
dependabot[bot] dc05ab9
Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1 (#5078)
dependabot[bot] b2d929e
Bump com.github.spotbugs from 6.1.0 to 6.1.2 (#5073)
dependabot[bot] abaa624
Bump org.springframework.data:spring-data-jdbc from 3.4.1 to 3.4.2 (#…
dependabot[bot] 36a1575
Bump io.swagger.core.v3:swagger-annotations from 2.2.27 to 2.2.28 (#5…
dependabot[bot] 8f41f1b
IGNITE-23079 Make Raft storages destruction durable (#4987)
Phillippko 6c07a9e
IGNITE-24207 Speed up Netty channel creation when using SSL (#5097)
tkalkirill 3ae63f2
IGNITE-24221 Implement new benchmarks that cover creating a distribut…
sk0x50 05902e1
IGNITE-24292 Fix IndexOutOfBoundsException from jraft IteratorImpl#do…
tkalkirill 58e68b9
IGNITE-24295 Sql. TpcdsQueryPlannerTest query 64 timeouts (#5100)
korlov42 9eda3c6
IGNITE-24137 Add HIGH_AVAILABILITY mode to zone suites, where valuabl…
kgusakov 9acce8b
IGNITE-24209 Added tests for filters and storage profiles awareness o…
kgusakov 19ea6b0
IGNITE-24302 .NET: Fix publicReleaseRefSpec (#5104)
ptupitsyn 2332930
IGNITE-24281 Update version to 3.1.0-SNAPSHOT (#5105)
ptupitsyn fed8b0e
IGNITE-23489 Add rest endpoint to retrieve active transactions and ru…
nevdmitry f843e2a
IGNITE-24029 Sql schema. Extend Table API with supporting qualified n…
AMashenkov 175fd9e
IGNITE-24297 DB API: Accept str value as argument for connect() (#5114)
isapego 044313d
IGNITE-23769 Compute job cancel race (#5095)
valepakh 9b5b7d6
IGNITE-24308 Log max heap and available processors on start (#5116)
rpuch 32069fe
IGNITE-24305 Fix broken Public API compatibility with 3.0 (#5115)
AMashenkov 4a08a41
IGNITE-24306 Update README for 3.0 release (#5117)
IgGusev f70c7d5
IGNITE-23792 Sql. Cleanup the query cancellation handling (#5111)
korlov42 ff36633
IGNITE-24267 Heap lock manager behave incorrectly in case of overflow…
vldpyatkov a683d00
IGNITE-24316 wait system view initialization in integration tests (#5…
nevdmitry 00dbd45
IGNITE-24313 Improve invocation timeout exception message (#5122)
rpuch 0b3fc07
IGNITE-24033 Sql schema. Extend Compute API with supporting qualified…
zstan eeccb9c
IGNITE-24215 Improve internal Catalog API (#5112)
AMashenkov 210ee23
Merge remote-tracking branch 'origin/main' into IGNITE-20902
12rcu f1b0559
wip: add better errors for timeout errors
12rcu dec3cfe
refactor: use junit timeout exceptions and remove time constrains fro…
12rcu a6d3065
temp: add test action to test flakiness in a ci environment
12rcu bb1b9d1
remove flaky detection action and increase timeout
12rcu 5f29282
remove flaky detection action
12rcu 5229ec4
wip: add better errors for timeout errors
12rcu 3827640
Merge remote-tracking branch 'origin/IGNITE-20902' into IGNITE-20902
12rcu e3531e7
wip: remove debug
12rcu 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.