lp://staging/~pbeaman/akiban-persistit/fix-1157809-aioobe-on-append-key-segment
- Get this branch:
- bzr branch lp://staging/~pbeaman/akiban-persistit/fix-1157809-aioobe-on-append-key-segment
Branch merges
- Nathan Williams: Approve
- Akiban Build User: Needs Fixing
-
Diff: 976 lines (+382/-265)7 files modifiedsrc/main/java/com/persistit/Key.java (+286/-194)
src/main/java/com/persistit/Persistit.java (+1/-1)
src/main/java/com/persistit/Transaction.java (+1/-1)
src/main/java/com/persistit/exception/KeyTooLongException.java (+39/-0)
src/test/java/com/persistit/TransactionAbandonedTest.java (+16/-14)
src/test/java/com/persistit/unit/ExchangeTest.java (+3/-3)
src/test/java/com/persistit/unit/KeyTest1.java (+36/-52)
Related bugs
Related blueprints
Branch information
Recent revisions
- 427. By Peter Beaman
-
Fix testKeyTooLong. Modify appendString to throw KeyTooLongException rather than ConversionExcep
tion. - 424. By Akiban Build User
-
merge pbeaman: Fixes bug1126868.
https:/
/code.launchpad .net/~pbeaman/ akiban- persistit/ fix-1126868- lock-table- pruning/ +merge/ 152063 - 423. By Akiban Build User
-
merge nwilliams: Fix closing of transactions from threads that have been abandoned.
https:/
/code.launchpad .net/~nwilliams /akiban- persistit/ handle- abandoned- txn-status/ +merge/ 149643 - 422. By Akiban Build User
-
merge pbeaman: In allocateTransac
tionStatus there is a call to briefLock to afford the thread relinquishing a TransactionStatus instance time to complete that operation and then unlock it. https:/
/code.launchpad .net/~pbeaman/ akiban- persistit/ fix-1126297- longer- briefwait/ +merge/ 149063 - 421. By Akiban Build User
-
merge pbeaman: Fixes bug in which a IT record was written to the journal for a tree in the temporary lock volume.
https:/
/code.launchpad .net/~pbeaman/ akiban- persistit/ fix-1125603- lock-tree- in-journal/ +merge/ 148755 - 420. By Akiban Build User
-
merge pbeaman: Add volumeinfo CLI command.
https:/
/code.launchpad .net/~pbeaman/ akiban- persistit/ display- volume- header- info/+merge/ 146693 - 419. By Akiban Build User
-
merge pbeaman: Fix https:/
/bugs.launchpad .net/akiban- persistit/ +bug/1019001. - 418. By Akiban Build User
-
merge pbeaman: Make the status fields (e.g.
https:/
/code.launchpad .net/~pbeaman/ akiban- persistit/ add-lock2/ +merge/ 145976
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/akiban-persistit