Alexander Lapin created IGNITE-19046:
----------------------------------------
Summary: Restore hasData check for persistent storage on table
creation
Key: IGNITE-19046
URL: https://issues.apache.org/jira/browse/IGNITE-19046
Project: Ignite
Issue Type: Bug
Reporter: Alexander Lapin
{code:java}
|| !hasData{code}
was removed from
{code:java}
if (internalTbl.storage().isVolatile() || !hasData){code}
inside table manager while implementing IGNITE-18203 because underneath logic
failed with
{code:java}
java.util.concurrent.CompletionException:
org.apache.ignite.lang.IgniteInternalException: IGN-CMN-65535
TraceId:76608763-08bf-4563-a630-e6b88d5caba8 Unable to start partition 1.
Majority not available.{code}
and then
{code:java}
Cannot invoke
"org.apache.ignite.internal.raft.service.RaftGroupService.refreshAndGetLeaderWithTerm()"
because "svc" is null
java.lang.NullPointerException: Cannot invoke
"org.apache.ignite.internal.raft.service.RaftGroupService.refreshAndGetLeaderWithTerm()"
because "svc" is null{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)