keith-turner commented on PR #5375:
URL: https://github.com/apache/accumulo/pull/5375#issuecomment-2711649241

   Tested this code w/ a 2.1.3 tserver, ran through the following steps
   
    1. Started 2.1.4-SNAPSHOT instances w/ the changes in a616266.
    2. Kill the 2.1.4-SNAPSHOT tservers
    3. Started a 2.1.3 tserver using the 2.1.3 tar ball.
    4. Ran bulkv2 import from the shell which paused w/ the expected log 
message in the manager.
    5. Killed the 2.1.3 tserver and then started 2.1.4-SNAPSHOT tservers
    6. The bulk import eventually completed successfully.
   
   Saw messages like the following in the manager logs when the 2.1.3 tserver 
was running.
   
   ```
   2025-03-10T19:29:22,134 [bulkVer2.LoadFiles] DEBUG: rpc failed server 
(tserver may be running older version): localhost:10000, FATE[2274c546c7c58381]
   org.apache.thrift.TApplicationException: Invalid method name: 'loadFilesV2'
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:81) 
~[libthrift-0.17.0.jar:0.17.0]
        at 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_loadFilesV2(TabletClientService.java:501)
 ~[accumulo-core-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
        at 
org.apache.accumulo.manager.tableOps.bulkVer2.LoadFiles$OnlineLoader.sendQueued(LoadFiles.java:258)
 ~[accumulo-manager-2.1.4-SNAPSHOT.jar:2.1.4-SNAPSHOT]
   ```


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