Vitaliy Biryukov created IGNITE-11086:
-
Summary: IGNITE_REST_SECURITY_TOKEN_TIMEOUT parameter is set in
deciseconds instead of seconds.
Key: IGNITE-11086
URL: https://issues.apache.org/jira/browse/IGNITE
Vitaliy Biryukov created IGNITE-10731:
-
Summary: ZookeeperDiscoverySpiTestSuite4:
IgniteCacheReplicatedQuerySelfTest.testNodeLeft fails
Key: IGNITE-10731
URL: https://issues.apache.org/jira/browse/IGNITE
Vitaliy Biryukov created IGNITE-9861:
Summary: Authorization object names must always be non-null.
Key: IGNITE-9861
URL: https://issues.apache.org/jira/browse/IGNITE-9861
Project: Ignite
Vitaliy Biryukov created IGNITE-9267:
Summary: Deadlock between unsuccessful client reconnecting and
stopping.
Key: IGNITE-9267
URL: https://issues.apache.org/jira/browse/IGNITE-9267
Project
Vitaliy Biryukov created IGNITE-9243:
Summary: Avoid test suit hangs on stopAllGrids
Key: IGNITE-9243
URL: https://issues.apache.org/jira/browse/IGNITE-9243
Project: Ignite
Issue Type
Vitaliy Biryukov created IGNITE-9169:
Summary: Cache (Deadlock Detection) hangs
Key: IGNITE-9169
URL: https://issues.apache.org/jira/browse/IGNITE-9169
Project: Ignite
Issue Type: Bug
Vitaliy Biryukov created IGNITE-9138:
Summary: ZookeeperDiscoverySpiTest#checkInternalStructuresCleanup
fails if zk cluster was stpped before nodes.
Key: IGNITE-9138
URL: https://issues.apache.org/jira/browse
Vitaliy Biryukov created IGNITE-9134:
Summary: ZookeeperDiscoverySpiTest#testLargeUserAttribute3 fails
with OOME
Key: IGNITE-9134
URL: https://issues.apache.org/jira/browse/IGNITE-9134
Project
Vitaliy Biryukov created IGNITE-9130:
Summary: ZookeeperDiscoverySpiTest#testDuplicatedNodeId fails
Key: IGNITE-9130
URL: https://issues.apache.org/jira/browse/IGNITE-9130
Project: Ignite
Vitaliy Biryukov created IGNITE-9127:
Summary: ZooKeeper (Discovery) 1 suite hang.
Key: IGNITE-9127
URL: https://issues.apache.org/jira/browse/IGNITE-9127
Project: Ignite
Issue Type: Bug
Vitaliy Biryukov created IGNITE-8699:
Summary: ZookeeperDiscoverySpiTest#testDisconnectOnServersLeft
flaky fails (rarely)
Key: IGNITE-8699
URL: https://issues.apache.org/jira/browse/IGNITE-8699
Vitaliy Biryukov created IGNITE-8257:
Summary: GridFutureAdapterSelfTest#testChaining flaky-fails on TC
(rarely)
Key: IGNITE-8257
URL: https://issues.apache.org/jira/browse/IGNITE-8257
Project
Vitaliy Biryukov created IGNITE-7986:
Summary: GridPartitionStateMap.entrySet() optimization.
Key: IGNITE-7986
URL: https://issues.apache.org/jira/browse/IGNITE-7986
Project: Ignite
Vitaliy Biryukov created IGNITE-6557:
Summary: Test IgniteTxRemoveTimeoutObjectsTest has flaky fails
Key: IGNITE-6557
URL: https://issues.apache.org/jira/browse/IGNITE-6557
Project: Ignite
Vitaliy Biryukov created IGNITE-6527:
Summary: Deadlock detection work incorrect with deadlocks that are
not the cause of the timeout.
Key: IGNITE-6527
URL: https://issues.apache.org/jira/browse/IGNITE-6527
Vitaliy Biryukov created IGNITE-6445:
Summary: IgniteTxManager.txLocksInfo method misses locks
Key: IGNITE-6445
URL: https://issues.apache.org/jira/browse/IGNITE-6445
Project: Ignite
Vitaliy Biryukov created IGNITE-6442:
Summary: Deadlock detection doesn't execute.
Key: IGNITE-6442
URL: https://issues.apache.org/jira/browse/IGNITE-6442
Project: Ignite
Issue Type
Vitaliy Biryukov created IGNITE-6262:
Summary:
TxPessimisticDeadlockDetectionTest.testDeadlocksPartitionedNear and
TxPessimisticDeadlockDetectionTest.testDeadlocksReplicated is failing flaky.
Key: IGNITE-6262
ira/browse/IGNITE-5859
--
Best Regards,
Vitaliy Biryukov
Vitaliy Biryukov created IGNITE-5859:
-
Summary: IgniteUtils.ceilPow2 overflow for values greater than 2^30
Key: IGNITE-5859
URL: https://issues.apache.org/jira/browse/IGNITE-5859
Project: Ignite
t pow30 = 1 << 30;
return v >= pow30 ? pow30 : Integer.highestOneBit(v - 1) << 1;
What do you think? Sould I create ticket with PR?
--
Best Regards,
Vitaliy Biryukov
understood that suites run on different JVMs on TC).
2. Add the ability to start a remote grid with disabled assertions in
tests.
3. Do not test this functionality.
What do you think?
--
Best Regards,
Vitaliy Biryukov
that I haven't done.
Thanks to everyone who reviewed and helped me with my issue.
I ‘ll be glad to make another contributions.
--
Best Regards,
Vitaliy Biryukov
Andrew Mashenkov wrote
> Thus,
> *there will no need to pass cache context to methods and classes
> increasing
> code complexity.
> *end user will have ability to tune every single query.
> *avoid confusing situation with running same query on different caches.
To satisfy all these points, I need
24 matches
Mail list logo