SL21W45: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


*'''Chunkli: Unloading hanging chunk [...] causes deadlock. Need to rework that solution'''
*'''Chunkli: Unloading hanging chunk [...] causes deadlock. Need to rework that solution'''
**BUT...we should not fix it as 1.18 is probably gonna break it anywas. Lets wait and save the time<br />
**BUT...we should not fix it as 1.18 is probably gonna break it anyways. Lets wait and save the time<br />


*Stasi system
*Stasi system

Revision as of 14:20, 10 November 2021

◄ SL21W44 | SL21W46 ►


  • Chunkli: Unloading hanging chunk [...] causes deadlock. Need to rework that solution
    • BUT...we should not fix it as 1.18 is probably gonna break it anyways. Lets wait and save the time
  • Stasi system
    • Fully switch to Scopes & Collections
    • Remove all Views
    • Use water-break, tnt-break
    • Do not log UUID of TNTPrimed / ItemSpawn
  • Stasi event generation test & performance impact
    • Looks good nearly no load on main thread
    • Writing in async larger json chunks seems efficient
    • Need to decide if we store StasiData as json or binary at some point.
      • Using kryo should drastically reduce stasidata. But our meta objects need to be very good first
      • Probably not gonna implement StasiData searching via n1ql anyway and do that in the java code as we need to implement it anyway for the lastest 1-5minutes of events