robertmu commented on issue #1496:
URL: https://github.com/apache/cloudberry/issues/1496#issuecomment-3680089492

   > One more observation:
   > 
   > ```
   > 
   >      Schema     |   Name    | Type  |        Owner         | Storage | 
Persistence | Access method | Size  | Description
   > 
----------------+-----------+-------+----------------------+---------+-------------+---------------+-------+-------------
   >  dev | my_calls | table | my_user | heap    | permanent   | heap          
| 64 GB |
   > (1 row)
   > 
   > gpafiniti=# select count(*) from dev.my_calls;
   > 
   > count
   > -------
   >      0
   > (1 row)
   > ```
   > 
   > source table is 64 GB and on target the size reached 64GB and also seeing 
the query is active in pg_stat_activity and it is in active from last 4 hours 
No errors in cbcopy logs or in db logs . The session get stuck.
   > 
   > Kindly need your support in the above issue.
   
   This issue is unrelated to the previous "broken pipe" error. Based on your 
description, it only indicates that cbcopy and the database are both in a 
normal working state — the query is active and data has been transferred. 
Without more detailed information, we cannot diagnose further


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to