Noemi Pap-Takacs created IMPALA-13258:
-----------------------------------------
Summary:
test_acid_stress.TestAcidInsertsBasic.test_partitioned_inserts fails
Key: IMPALA-13258
URL: https://issues.apache.org/jira/browse/IMPALA-13258
Project: IMPALA
Issue Type: Bug
Reporter: Noemi Pap-Takacs
The test_acid_stress.TestAcidInsertsBasic.test_partitioned_inserts test fails
with the following error message:
h3. Error Message
{noformat}
Impala/tests/stress/test_acid_stress.py:215: in test_partitioned_inserts
assert duration < 3 * sleep_sec E assert 186.33373999595642 < (3 * 5)
{noformat}
h3. Standard Error
{noformat}
SET
client_identifier=stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0];
-- connecting to: localhost:21000
-- 2024-07-27 14:19:11,831 INFO MainThread: Could not connect to ('::1',
21000, 0, 0)
Traceback (most recent call last):
File
"/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- connecting to localhost:21050 with impyla
-- 2024-07-27 14:19:11,835 INFO MainThread: Could not connect to ('::1',
21050, 0, 0)
Traceback (most recent call last):
File
"/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- 2024-07-27 14:19:11,868 INFO MainThread: Closing active operation
-- connecting to localhost:28000 with impyla
-- 2024-07-27 14:19:11,914 INFO MainThread: Closing active operation
-- connecting to localhost:11050 with impyla
SET
client_identifier=stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0];
SET sync_ddl=True;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_partitioned_inserts_c0f43f09` CASCADE;
-- 2024-07-27 14:19:11,987 INFO MainThread: Started query
a84c9b19fc61541a:ff81a02c00000000
SET
client_identifier=stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0];
SET sync_ddl=True;
-- executing against localhost:21000
CREATE DATABASE `test_partitioned_inserts_c0f43f09`;
-- 2024-07-27 14:19:17,614 INFO MainThread: Started query
a245d7a002f99046:3548d10600000000
-- 2024-07-27 14:19:23,664 INFO MainThread: Created database
"test_partitioned_inserts_c0f43f09" for test ID
"stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0]"
SET SYNC_DDL=true;
-- executing against localhost:21000
CREATE TABLE
test_partitioned_inserts_c0f43f09.test_concurrent_partitioned_inserts (i int)
PARTITIONED BY (p INT, q INT)
TBLPROPERTIES(
'transactional_properties'='insert_only','transactional'='true');
-- 2024-07-27 14:19:23,685 INFO MainThread: Started query
2344b5e639621c4a:b56569d800000000
-- executing against localhost:21000
alter table
test_partitioned_inserts_c0f43f09.test_concurrent_partitioned_inserts add
partition(p=0,q=0);
-- 2024-07-27 14:19:33,691 INFO MainThread: Started query
3f42498db3dcb0de:9dd866cd00000000
SET
client_identifier=stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0];
-- connecting to: localhost:21000
-- 2024-07-27 14:19:39,748 INFO Thread-1: Could not connect to ('::1',
21000, 0, 0)
Traceback (most recent call last):
File
"/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- executing against localhost:21000
insert INTO table
test_partitioned_inserts_c0f43f09.test_concurrent_partitioned_inserts
partition(p=1,q=1)
select sleep(5000);
SET
client_identifier=stress/test_acid_stress.py::TestAcidInsertsBasic::()::test_partitioned_inserts[unique_database0];
-- connecting to: localhost:21000
-- 2024-07-27 14:19:39,759 INFO Thread-2: Could not connect to ('::1',
21000, 0, 0)
Traceback (most recent call last):
File
"/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- executing against localhost:21000
insert INTO table
test_partitioned_inserts_c0f43f09.test_concurrent_partitioned_inserts
partition(p=1,q=1)
select sleep(5000);
-- 2024-07-27 14:19:39,970 INFO Thread-1: Started query
7b4a86a63b031717:bb871bcf00000000
-- 2024-07-27 14:19:39,974 INFO Thread-2: Started query
5f44696a3843a1cb:aefcf4b500000000
-- closing connection to: localhost:21000
-- closing connection to: localhost:21000
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]