Is any one got the similar message for
------------------------------
SQLFire V1.1.1 Apache Derby Network Server - 10.4.2.0 -... EST Invalid reply from network server: Insufficient data
------------------------------
The only changes that we did is to enlarge the eviction heap percentage properties and perform rolling re-start nodes one by one. After that, system keep logging above message. We changed the properties back and re-start nodes for separating the change factor, however, it's not workable.
There are 7 tables in our system, 2 replicated tables were normal, 2 of partition tables with above situation and the remaining 5 partition tables is normal after re-start nodes. What's the possible issues are ?
ps. The way we identify the partition table is normal or not is using 'select count(*) for xxx_tablensme' sql command. And our partition table with very limit records since we are just started this cluster. Great thanks!