Conversation
There was a problem hiding this comment.
let's just delete this whole file
d0ebd73 to
87c4894
Compare
|
Retracting +1 for now pending further review |
|
@fjy Ah, sorry. I've missed your comment. |
87c4894 to
54984f9
Compare
|
Seemed one of the transient errors. |
|
Retracting +1, since there are many changes since i last looked into it, need to review again |
54984f9 to
c8f36bd
Compare
|
@nishantmonu51 Squashed! |
|
@himanshug @xvrl do u guys want to take a look at this? I think it is ready. Will merge tomm if no more comments. |
There was a problem hiding this comment.
I don't think "transient" is necessary, this object is not going to be serialized
There was a problem hiding this comment.
I use it as a kind of annotation which means this field is transient sometimes. I'll remove it.
|
@fjy I think this needs some more work, I have concerns in terms of additional GC pressure / performance. Some of the code that prevented race conditions we've observed in the past also seems to have been removed without explanation. |
9baa2ce to
444ba2e
Compare
|
@xvrl As you said it's broken, sorry. I've reverted the logic. Thanks. |
44df596 to
db3a98e
Compare
|
rebased on trunk |
a9794b7 to
d1aa2ca
Compare
|
rebased |
d1aa2ca to
2abb13c
Compare
2abb13c to
b4e51b2
Compare
|
@himanshug Rebased on master and revived some tests for off heap indexer. |
e0cc232 to
6937aa6
Compare
|
@cheddar can you help review this? |
- rebased and revived test for offheap indexer
6937aa6 to
42a83ee
Compare
|
Removing milestone for now as I think this will require more thought |
|
@navis have you had a chance to review @himanshug's comment? |
|
@fjy Yep, I've done it but this patch seemed not necessary (and hard to maintain). Let's close this. |
Current on-heap incremental indexer maps key to integer and maps the integer again to aggregators. Directly mapping key to aggregators would make things simple.