Caideyipi opened a new pull request, #18029:
URL: https://github.com/apache/iotdb/pull/18029

   ## Description
   This PR makes TagManager update tag index memory accounting based on actual 
map/set mutations instead of non-atomic size snapshots.
   
   It also makes index removal tolerant of missing entries and uses a 
concurrent measurement set for tag-index readers.
   
   ## Tests
   - mvn spotless:apply -pl iotdb-core/datanode passed before the final 
one-line concurrent-set adjustment.
   - git diff --check passed.
   - mvn -pl iotdb-core/datanode -Dtest=TagManagerTest test could not reach the 
test phase locally because datanode compilation failed on unrelated 
generated/query/pipe classes, e.g. missing AGGREGATION_OPERATOR_FROM_RAW_DATA, 
Accumulator/IFill, and pipe inclusion constants from dependent modules/classes.
   - A later mvn spotless:apply -pl iotdb-core/datanode retry failed to start 
the JVM due to local Windows page-file/native-memory exhaustion (DOS 
error/errno=1455).


-- 
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]

Reply via email to